Gerd Hoffmann <kra...@redhat.com> writes: > 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.
Subject: [Qemu-devel] [FOR 0.12 PATCH 1/2] defaults: split default_drive Subject: [Qemu-devel] [FOR 0.12 PATCH 2/2] defaults: update device_list[] Works fine for me, just one oddity: setting any of the fdc's two drives kills the default, i.e. setting driveB makes driveA empty. >> * -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. Subject: [Qemu-devel] [FOR 0.12 PATCH] qdev: improve property error reporting. Works fine now.