[Qemu-devel] [PATCH] fdc: fix media change detection for windows

2012-06-05 Thread Pavel Hrdina
The windows uses 'READ' command at the start of instalation. We have to also check the 'media_change' bit in the 'fd_seek'. Signed-off-by: Pavel Hrdina phrd...@redhat.com --- hw/fdc.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/hw/fdc.c b/hw/fdc.c index

Re: [Qemu-devel] [PATCH] fdc: fix media change detection for windows

2012-06-05 Thread Kevin Wolf
Am 05.06.2012 15:48, schrieb Pavel Hrdina: The windows uses 'READ' command at the start of instalation. We have to also check the 'media_change' bit in the 'fd_seek'. Signed-off-by: Pavel Hrdina phrd...@redhat.com Can you explain the scenario in more detail? What is Windows trying and why

Re: [Qemu-devel] [PATCH] fdc: fix media change detection for windows

2012-06-05 Thread Pavel Hrdina
On 06/05/2012 04:02 PM, Kevin Wolf wrote: Am 05.06.2012 15:48, schrieb Pavel Hrdina: The windows uses 'READ' command at the start of instalation. We have to also check the 'media_change' bit in the 'fd_seek'. Signed-off-by: Pavel Hrdinaphrd...@redhat.com Can you explain the scenario in more