From owner-freebsd-emulation@FreeBSD.ORG Fri Nov 7 21:46:44 2008 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7566410656AD for ; Fri, 7 Nov 2008 21:46:44 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id F2B4E8FC1A for ; Fri, 7 Nov 2008 21:46:43 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 21052191BCB; Fri, 7 Nov 2008 22:46:41 +0100 (CET) Received: from saturn.kn-bremen.de (noident@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.14.2/8.13.8) with ESMTP id mA7Lidbs028535; Fri, 7 Nov 2008 22:44:39 +0100 (CET) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.14.2/8.13.6/Submit) id mA7LidsF028534; Fri, 7 Nov 2008 22:44:39 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Fri, 7 Nov 2008 22:44:39 +0100 To: qemu-devel@nongnu.org, freebsd-emulation@FreeBSD.org Message-ID: <20081107214438.GA27376@saturn.kn-bremen.de> Mail-Followup-To: qemu-devel@nongnu.org, freebsd-emulation@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Subject: first tests of qemu svn r5646 on FreeBSD - usb still slow, bsd-user doesn't build, some warnings... X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2008 21:46:44 -0000 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