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