[Qemu-devel] [RFC] Allow trying to boot from multiple devices

2006-08-14 Thread Jeremy Katz
The bochs rombios has supported attempting to boot from more than one device for a while. It seems like it would make sense to be able to specify "-boot acd" as an argument for qemu to try booting first from the floppy, then the cd and finally the hard drive to make things more like a "real" machi

[Qemu-devel] [PATCH] osdep.c fd leak fix

2006-08-14 Thread Igor Kovalenko
Hi!mkstemp() does open fd for us, no need to leak one file descriptor.Please apply.--Kind Regards,Igor V. Kovalenko Index: osdep.c === RCS file: /cvsroot/qemu/qemu/osdep.c,v retrieving revision 1.13 diff -u -r1.13 osdep.c --- osdep.c

[Qemu-devel] Re: [PATCH] Fix sparc booting with no CD in drive

2006-08-14 Thread Paul Brook
On Sunday 13 August 2006 21:00, Blue Swirl wrote: > If there is no CD in drive, sparc system emulator fails to boot. This > happens because error handling is a bit broken in scsi-disk.c. The older > OpenBIOS just didn't care. > Index: qemu/hw/scsi-disk.c > =

[Qemu-devel] qemu/hw scsi-disk.c

2006-08-14 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 06/08/14 15:08:12 Modified files: hw : scsi-disk.c Log message: scsi empty drive fix (Blue Swirl). CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/scsi-disk.c?cvsroot=qemu&r1=

[Qemu-devel] trace an incoming network packet of data ?

2006-08-14 Thread S . P . T . Krishnan
Hi, I would like to know how a network packet of data is received by qemu and delivered to the guest OS ? I need to debug/print the incoming data at the qemu-level before it reaches the guest OS. Can you give me a few hints at what files and structs should I be spending some time on ? I saw vl.

Re: [Qemu-devel] Re: qemu-system-sparc video problem on 16 bit displays

2006-08-14 Thread WaxDragon
On 8/9/06, Anthony Liguori <[EMAIL PROTECTED]> wrote: On Thu, 10 Aug 2006 00:32:20 +0200, Juergen Lock wrote: > Hi! > > I was made aware of this by a FreeBSD user, but i suspect the > problem is not specific to FreeBSD hosts: If run on a 16 bit display, > qemu-system-sparc' video is messed up