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: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH] fdc: simplify media change handling
Date: Mon, 07 May 2012 10:20:34 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

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?

Kevin



reply via email to

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