Date: Fri, 7 Nov 2008 22:44:39 +0100 From: Juergen Lock <nox@jelal.kn-bremen.de> To: qemu-devel@nongnu.org, freebsd-emulation@FreeBSD.org Subject: first tests of qemu svn r5646 on FreeBSD - usb still slow, bsd-user doesn't build, some warnings... Message-ID: <20081107214438.GA27376@saturn.kn-bremen.de>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081107214438.GA27376>