Re: [Qemu-devel] [PATCH] pc: Fix floppy drives with if=none

2011-10-20 Thread Markus Armbruster
Kevin Wolf writes: > Commit 63ffb564 broke floppy devices specific on the command line like > -drive file=...,if=none,id=floppy -global isa-fdc.driveA=floppy because it > relies on drive_get() which works only with -fda/-drive if=floppy. > > This patch resembles what we're already doing for IDE,

Re: [Qemu-devel] [PATCH] pc: Fix floppy drives with if=none

2011-10-20 Thread Zeeshan Ali (Khattak)
Hi Kevin, On Thu, Oct 20, 2011 at 5:41 PM, Kevin Wolf wrote: > Commit 63ffb564 broke floppy devices specific on the command line like > -drive file=...,if=none,id=floppy -global isa-fdc.driveA=floppy because it > relies on drive_get() which works only with -fda/-drive if=floppy. > > This patch re

[Qemu-devel] [PATCH] pc: Fix floppy drives with if=none

2011-10-20 Thread Kevin Wolf
Commit 63ffb564 broke floppy devices specific on the command line like -drive file=...,if=none,id=floppy -global isa-fdc.driveA=floppy because it relies on drive_get() which works only with -fda/-drive if=floppy. This patch resembles what we're already doing for IDE, i.e. remember the floppy devic