Re: [Qemu-devel] [PATCH] don't require a disk image for network boot

2007-02-15 Thread Thomas Petazzoni
Hi, Le Tue, 13 Feb 2007 15:58:13 +0100, andrzej zaborowski [EMAIL PROTECTED] a écrit : Subject: don't require a disk image for network boot BTW, is there a reason why a disk image is required when using the -kernel option ? In the following case: -kernel vmlinuz -append nfsroot=blabla, we

[Qemu-devel] Small patch to fix mingw32 build

2007-02-15 Thread Pablo Virolainen
When building windows binary (./configure --enable-mingw32) build fails for following error message. Patch in the attachment. gcc -Wall -O2 -g -fno-strict-aliasing -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o dyngen.exe dyngen.c dyngen.c: In function `load_object':

RE: [Qemu-devel] USB storage cannot be recognized on guest Linux domain?

2007-02-15 Thread Lonnie Mendez
On Thu, 2007-02-15 at 15:44 +0800, Yu, Xiaoyang wrote: Hi Lonnie, Thanks a lot for the information. In our use case, we do not know the USB disk information before it is plugged by customer, so we cannot start qemu with -usbdevice. For Linux, reload the uhci_hcd driver works. If we use

Re: [Qemu-devel] [PATCH] don't require a disk image for network boot

2007-02-15 Thread Ed Swierk
On 2/15/07, Thomas Petazzoni [EMAIL PROTECTED] wrote: BTW, is there a reason why a disk image is required when using the -kernel option ? In the following case: -kernel vmlinuz -append nfsroot=blabla, we could boot over the network, without the need for any disk image, but Qemu wants to have a

Re: [Qemu-devel] [PATCH] don't require a disk image for network boot

2007-02-15 Thread Paul Brook
On Thursday 15 February 2007 09:17, Thomas Petazzoni wrote: Hi, Le Tue, 13 Feb 2007 15:58:13 +0100, andrzej zaborowski [EMAIL PROTECTED] a écrit : Subject: don't require a disk image for network boot BTW, is there a reason why a disk image is required when using the -kernel option ? In

[Qemu-devel] [kqemu] make clean should remove generated files

2007-02-15 Thread Sylvain Petreolle
Hi, When running make clean, the following files arent removed for now : config-host.mak (generated by configure) kqemu.mod.c Module.symvers (generated both by kernel build part) Dont know for the last 2, but IMHO config-host.mak has to be removed. Kind regards, Sylvain Petreolle (aka Usurp)

[Qemu-devel] qemu Changelog

2007-02-15 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 07/02/15 22:49:45 Modified files: . : Changelog Log message: update author CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemur1=1.128r2=1.129

[Qemu-devel] qemu configure

2007-02-15 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 07/02/15 22:58:18 Modified files: . : configure Log message: fixed cross win32 build CVSWeb URLs:

Re: [Qemu-devel] [PATCH 1/1] Making pxe working in the NAT mode

2007-02-15 Thread Anthony Liguori
Erwan Velu wrote: Hey folks, I saw the lastest qemu support pxe so I tried it using the following command: qemu -hda /tmp/a.img -net nic n- user -boot n Note that now qemu support pxe mode, the mandatory -hda option is no more mandatory but this is not directly linked to my patch. I saw

[Qemu-devel] Please help fix an illegal instruction / SSE problem

2007-02-15 Thread Ilya Shar
Every Cocoa application I try to run under i386-darwin-user/qemu-i386 exits on an illegal instruction: Starting /Applications/Calculator.app/Contents/MacOS/Calculator with qemu queue_signal: sig=4 qemu: uncaught target signal 4 (Illegal instruction) - exiting The last block

RE: [Qemu-devel] USB storage cannot be recognized on guest Linuxdomain?

2007-02-15 Thread Yu, Xiaoyang
Lonnie, Thank you so much for write the patch for me! It works well with Fedora Core 4. Since it added UHCI suspend/resume support, so I guess it should also work with Windows XP :-) Thanks Xiaoyang -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of