Re: [Qemu-devel] [PATCH v6 4/6] fdc: fix interrupt handling

2012-06-27 Thread Pavel Hrdina
On 06/25/2012 02:41 PM, Kevin Wolf wrote: Am 22.06.2012 12:33, schrieb Pavel Hrdina: If you call the SENSE INTERRUPT STATUS command while there is no interrupt waiting you get as result unknown command. Fixed status0 register handling for read/write/format commands. Signed-off-by: Pavel Hrdina

Re: [Qemu-devel] [PATCH v6 4/6] fdc: fix interrupt handling

2012-06-25 Thread Kevin Wolf
Am 22.06.2012 12:33, schrieb Pavel Hrdina: > If you call the SENSE INTERRUPT STATUS command while there is no interrupt > waiting you get as result unknown command. > > Fixed status0 register handling for read/write/format commands. > > Signed-off-by: Pavel Hrdina > --- > hw/fdc.c | 34 ++

[Qemu-devel] [PATCH v6 4/6] fdc: fix interrupt handling

2012-06-22 Thread Pavel Hrdina
If you call the SENSE INTERRUPT STATUS command while there is no interrupt waiting you get as result unknown command. Fixed status0 register handling for read/write/format commands. Signed-off-by: Pavel Hrdina --- hw/fdc.c | 34 +- 1 files changed, 21 insertion