Re: [Qemu-devel] [PATCH] fdc: simplify media change handling

2012-05-07 Thread Hervé Poussineau
Kevin Wolf a écrit : Am 05.05.2012 19:43, schrieb Hervé Poussineau: This also (partly) fixes IBM OS/2 Warp 4.0 floppy installation, where not all floppies have the same format (2x80x18 for the first ones, 2x80x23 for the next ones). Signed-off-by: Hervé Poussineau --- This patch fixes a real

Re: [Qemu-devel] [PATCH] fdc: simplify media change handling

2012-05-07 Thread Kevin Wolf
Am 05.05.2012 19:43, schrieb Hervé Poussineau: > This also (partly) fixes IBM OS/2 Warp 4.0 floppy installation, where > not all floppies have the same format (2x80x18 for the first ones, > 2x80x23 for the next ones). > > Signed-off-by: Hervé Poussineau > --- > > This patch fixes a real use case

[Qemu-devel] [PATCH] fdc: simplify media change handling

2012-05-05 Thread Hervé Poussineau
This also (partly) fixes IBM OS/2 Warp 4.0 floppy installation, where not all floppies have the same format (2x80x18 for the first ones, 2x80x23 for the next ones). Signed-off-by: Hervé Poussineau --- This patch fixes a real use case, and I didn't notice any regression. However, as we are in bug

Re: [Qemu-devel] [PATCH] fdc: simplify media change handling

2012-04-24 Thread Pavel Hrdina
On 04/24/2012 09:15 PM, Hervé Poussineau wrote: This also (partly) fixes IBM OS/2 Warp 4.0 floppy installation, where not all floppies have the same format (2x80x18 for the first ones, 2x80x23 for the next ones). Signed-off-by: Hervé Poussineau Hi, it isn't fix the media missing issue. I booted

[Qemu-devel] [PATCH] fdc: simplify media change handling

2012-04-24 Thread Hervé Poussineau
This also (partly) fixes IBM OS/2 Warp 4.0 floppy installation, where not all floppies have the same format (2x80x18 for the first ones, 2x80x23 for the next ones). Signed-off-by: Hervé Poussineau --- hw/fdc.c | 29 +++-- 1 file changed, 11 insertions(+), 18 deletions(-