first tests of qemu svn r5646 on FreeBSD - usb still slow, bsd-user doesn't build, some warnings...

Juergen Lock nox at jelal.kn-bremen.de
Fri Nov 7 13:46:44 PST 2008


Hi!

 I just prepared another experimental emulators/qemu-devel port update,
	http://people.freebsd.org/~nox/qemu/qemu-devel-20081107.patch
I haven't tested it that much yet (you are welcome to help there! :)
but so far didn't notice much changes compared to last time (r5499),
usb is still slow with my Linux 2.6.26 guest (probably to be expected,
nothing committed there since.)

 In other news: The new sparc64-bsd-user target doesn't build because
SYSCALL_G7RFLAG and SYSCALL_G2RFLAG are undefined, and I noticed a few
warnings that may be interesting:

...
block-vvfat.c: In function `check_directory_consistency':
block-vvfat.c:1779: warning: 'cluster_count' might be used uninitialized in this function
...
In file included from /usr/ports/emulators/qemu-devel/work/qemu-snapshot-2008-11
-07_18/hw/fmopl.c:43:
/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2008-11-07_18/hw/fmopl.h:32:5: warning: "BUILD_Y8950" is not defined
/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2008-11-07_18/hw/fmopl.h:115:5: warning: "BUILD_Y8950" is not defined
/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2008-11-07_18/hw/fmopl.c:816:5: warning: "BUILD_Y8950" is not defined
/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2008-11-07_18/hw/fmopl.c:1101:5: warning: "BUILD_Y8950" is not defined
/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2008-11-07_18/hw/fmopl.c:1193:5: warning: "BUILD_Y8950" is not defined
/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2008-11-07_18/hw/fmopl.c:1220:5: warning: "BUILD_Y8950" is not defined
/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2008-11-07_18/hw/fmopl.c:1230:5: warning: "BUILD_Y8950" is not defined
/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2008-11-07_18/hw/fmopl.c:1294:5: warning: "BUILD_Y8950" is not defined
...
In file included from /usr/ports/emulators/qemu-devel/work/qemu-snapshot-2008-11-07_18/hw/adlib.c:51:
/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2008-11-07_18/hw/fmopl.h:32:5: warning: "BUILD_Y8950" is not defined
/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2008-11-07_18/hw/fmopl.h:115:5: warning: "BUILD_Y8950" is not defined
...
/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2008-11-07_18/target-i386/hel
per.c: In function `cpu_x86_cpuid':
/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2008-11-07_18/target-i386/helper.c:1353: warning: implicit declaration of function `host_cpuid'
...
/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2008-11-07_18/hw/sh7750.c: In
 function `sh7750_mem_readb':
/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2008-11-07_18/hw/sh7750.c:204: warning: control reaches end of non-void function
/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2008-11-07_18/hw/sh7750.c: In function `sh7750_mem_readw':
/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2008-11-07_18/hw/sh7750.c:227: warning: control reaches end of non-void function
/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2008-11-07_18/hw/sh7750.c: In function `sh7750_mem_readl':
/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2008-11-07_18/hw/sh7750.c:262: warning: control reaches end of non-void function
...
/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2008-11-07_18/hw/sh_intc.c: In function `sh_intc_get_pending_vector':
/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2008-11-07_18/hw/sh_intc.c:100: warning: control reaches end of non-void function

 Oh and I also found the SMBD_COMMAND #defines in vl.c are not needed
anymore, the relevant code has moved to net.c .  (I had to fix up a bunch
of patches in the FreeBSD port because of the moved code, like the pcap and
ppbus ones, testing is also welcome there.)

 Thanx,
	Juergen


More information about the freebsd-emulation mailing list