All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] first tests of qemu svn r5646 on FreeBSD - usb still slow, bsd-user doesn't build, some warnings...
@ 2008-11-07 21:44 Juergen Lock
  2008-11-07 21:50 ` andrzej zaborowski
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Juergen Lock @ 2008-11-07 21:44 UTC (permalink / raw)
  To: qemu-devel, freebsd-emulation

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2008-11-22 22:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-07 21:44 [Qemu-devel] first tests of qemu svn r5646 on FreeBSD - usb still slow, bsd-user doesn't build, some warnings Juergen Lock
2008-11-07 21:50 ` andrzej zaborowski
2008-11-08  0:18   ` Juergen Lock
2008-11-08  0:39     ` Juergen Lock
2008-11-08  0:42       ` andrzej zaborowski
2008-11-07 22:12 ` Re : " Sylvain Petreolle
2008-11-08  6:43 ` Blue Swirl
2008-11-09 16:37   ` Juergen Lock
2008-11-09 16:56     ` Juergen Lock
2008-11-18 21:22 ` [Qemu-devel] qemu svn r5729 (was: first tests of qemu svn r5646 on FreeBSD - usb still slow, bsd-user doesn't build, some warnings...) Juergen Lock
2008-11-22 21:08   ` Blue Swirl
2008-11-22 21:45     ` Juergen Lock
2008-11-22 22:44       ` qemu svn r5781 (was: Re: [Qemu-devel] qemu svn r5729 (was: first tests of qemu svn r5646 on FreeBSD - usb still slow, bsd-user doesn't build, some warnings...)) Juergen Lock
2008-11-22 21:17   ` [Qemu-devel] qemu svn r5774 (was: " Juergen Lock

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.