qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Hervé Poussineau
Subject: Re: [Qemu-devel] [PATCH] fdc: simplify media change handling
Date: Mon, 07 May 2012 21:14:35 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

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 <address@hidden>
---

This patch fixes a real use case, and I didn't notice any regression.
However, as we are in bugfixes-only period, I let Kevin decide if it
is worth to include (or not) this patch in QEMU 1.1.

 hw/fdc.c |   29 +++++++++++------------------
 1 file changed, 11 insertions(+), 18 deletions(-)

I think this patch still doesn't get it entirely right (it would also
reset the bit if the head didn't actually move because it already was in
the right position, whereas real hardware wouldn't reset it there), but
it looks much better than what we have today and provided it passes my
testing I would like to include it in 1.1.

With which OSes did you already test it?


I specifically tested floppy change on MSDOS 6.22, Windows 98 SE and OS/2 4.0.

Hervé



reply via email to

[Prev in Thread] Current Thread [Next in Thread]