Re: [Qemu-devel] [PATCH 2/3] fdc: Add a floppy drive qdev

2016-09-29 Thread John Snow
On 09/05/2016 11:43 AM, Kevin Wolf wrote: Floppy controllers automatically create two floppy drive devices in qdev now. (They always created two drives, but managed them only internally.) This appears to *actually* create and expose two drives by default, is this intentional? Previously,

[Qemu-devel] [PATCH 2/3] fdc: Add a floppy drive qdev

2016-09-05 Thread Kevin Wolf
Floppy controllers automatically create two floppy drive devices in qdev now. (They always created two drives, but managed them only internally.) Signed-off-by: Kevin Wolf --- hw/block/fdc.c | 152 +++-- 1 file changed, 115 insertions(+), 37 de