qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] fdc: fix drive property handling.


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH] fdc: fix drive property handling.
Date: Wed, 16 Dec 2009 14:29:43 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090922 Fedora/3.0-3.9.b4.fc12 Lightning/1.0pre Thunderbird/3.0b4

On 12/16/09 11:03, Markus Armbruster wrote:
This fixes "-global isa-fdc,driveB=DRIVE-ID" for me, but problems
remain:

* -drive if=none,id=fd,file=fd.img -global isa-fdc.driveA=fd

           dev: isa-fdc, id ""
             dev-prop: driveA = floppy0
             dev-prop: driveB =<null>
             isa irq 6

Patch is on the list.

* -drive if=none,id=fd,file=fd.img -global isa-fdc.driveA=fd,driveB=fd

Oh, -global works like -set, i.e. you can't set multiple properties in one go. Should be '-global isa-fdc.driveA=fd -global isa-fdc.driveB=fd'.

The error reporting is *ahem*, well, not perfect.  Patch is on the list.

cheers,
  Gerd





reply via email to

[Prev in Thread] Current Thread [Next in Thread]