[Qemu-devel] qemu/hw esp.c

2006-08-15 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 06/08/15 22:57:33 Modified files: hw : esp.c Log message: ESP DMA fix. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/esp.c?cvsroot=qemu&r1=1.13&r2=1.14 ___

Re: [Qemu-devel] qemu usb-linux.c vl.h hw/esp.c hw/lsi53c895a.c ...

2006-08-15 Thread Igor Kovalenko
On 8/12/06, Paul Brook <[EMAIL PROTECTED]> wrote: CVSROOT:/sources/qemuModule name:qemuChanges by: Paul Brook 06/08/12 01:04:27Modified files:.  : usb-linux.c vl.hhw : esp.c lsi53c895a.c scsi-disk.c usb-hid.c usb-

[Qemu-devel] [RESEND][PATCH] hw/pflash_cfi02.c: Fix CFI devsize

2006-08-15 Thread Peter Korsgaard
[RESEND] The devsize member of the CFI structure should contain log2(size), not log2(size) + 1 according to the CFI spec. This little patch fixes that. Index: hw/pflash_cfi02.c === RCS file: /sources/qemu/qemu/hw/pflash_cfi02.c,v ret

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

2006-08-15 Thread K. Richard Pixley
Jeremy Katz wrote: 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 mo

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

2006-08-15 Thread Paul Brook
On Tuesday 15 August 2006 16:45, Blue Swirl wrote: > >Why are we getting reads when no data is available? The command should > >already > >have completed. > > I don't know. Should all SCSI commands return something with the transfer > mechanism? Or is it a bug in OpenBIOS, should it get the SCSI er

[Qemu-devel] about io apic

2006-08-15 Thread Matías Zabaljáuregui
Hello, I am Matias Zabaljauregui. I'd like to ask you if qemu supports programming the io apic for doing static routing of some interrupts to a specific processor since I need this feature for my final undergrad project. Thanks in advance ---

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

2006-08-15 Thread Blue Swirl
Why are we getting reads when no data is available? The command should already have completed. I don't know. Should all SCSI commands return something with the transfer mechanism? Or is it a bug in OpenBIOS, should it get the SCSI error status somehow without transferring data? The backgrou

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

2006-08-15 Thread Fabrice Bellard
It seems a good idea. Fabrice. Jeremy Katz wrote: 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

Re: [Qemu-devel] qcow2 issues on freebsd

2006-08-15 Thread Robert Annessi
On 08/09/06 23:02, Robert Annessi wrote: > although it's not yet released, I tried the qcow2 format on some OSes. > Linux, Windowx XP and OpenBSD worked quite well, but I had a > reproduceable issue with FreeBSD: > qemu segfaults when creating a snapshot. Afterwards the disk is > unuseable (at leas