[Qemu-devel] [PATCH v3 3/4] fdc: rewrite seek and DSKCHG bit handling

2012-06-12 Thread Pavel Hrdina
This bit is cleared on every successful seek to a different track (cylinder). The seek is also called on revalidate or on read/write/format commands which also clear the DSKCHG bit. Signed-off-by: Pavel Hrdina phrd...@redhat.com --- hw/fdc.c | 66

Re: [Qemu-devel] [PATCH v3 3/4] fdc: rewrite seek and DSKCHG bit handling

2012-06-12 Thread Paolo Bonzini
Il 12/06/2012 13:19, Pavel Hrdina ha scritto: This bit is cleared on every successful seek to a different track (cylinder). The seek is also called on revalidate or on read/write/format commands which also clear the DSKCHG bit. Signed-off-by: Pavel Hrdina phrd...@redhat.com --- hw/fdc.c |