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

2012-06-14 Thread Kevin Wolf
Am 13.06.2012 15:43, schrieb 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 > --- > hw/fdc.c | 68 > ++

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

2012-06-13 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 --- hw/fdc.c | 68 +++--- 1