[Qemu-devel] w2k net problems since update from sunday

2006-09-25 Thread Jens Arm
Hi Since the update from sunday w2k can load the net driver, but it can not send or receive pakets. W2k can not get an IP from the usernet-dhcp. I start qemu like this: qemu -m 384 disk.dsk Any hints? Jens ___ Qemu-devel mailing list Qemu-devel@non

[Qemu-devel] qemu/hw vga.c

2006-09-25 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/25 21:41:20 Modified files: hw : vga.c Log message: VBE 4 bit bank selection fix (Volker Rupper) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/vga.c?cvsroot=qem

[Qemu-devel] qemu monitor.c

2006-09-25 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/25 21:33:49 Modified files: . : monitor.c Log message: fixed help info strings CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/monitor.c?cvsroot=qemu&r1=1.56&r2=1.5

[Qemu-devel] qemu configure

2006-09-25 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/25 21:34:25 Modified files: . : configure Log message: removed unused code CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/configure?cvsroot=qemu&r1=1.110&r2=1.111

RE : Re: [Qemu-devel] enh req: Allow ATAPI CD-ROM to be attached other than sec/master

2006-09-25 Thread Sylvain Petreolle
Hi Jim, After updating to today's CVS, qemu now segfaults if your patch is applied to the source. Its too bad, since its really useful for some apps/OS install. Could you have a look on it ? Crash happens even if no cdrom is specified on the command line. (tried the qemu test linux.img and got

[Qemu-devel] [PATCH] monitor "info" command crashes qemu

2006-09-25 Thread Juergen Keil
The monitor's "info" command crashes qemu on a Solaris host. Apparently a NULL pointer is passed as argument for a "%s" printf format string. The "info capture" command has a missing "params" string (help string is used as params structure member and help structure member is NULL). And "info sna