Re: [Qemu-devel] [PATCH v6 6/6] fdc_test: introduce test_sense_interrupt

2012-06-27 Thread Pavel Hrdina
On 06/25/2012 01:52 PM, Kevin Wolf wrote: Am 22.06.2012 12:33, schrieb Pavel Hrdina: Calling sense interrupt status while there is no interrupt should return invalid command (0x80). Read command should always returns in st0 seek_end bit set to 1. Signed-off-by: Pavel Hrdina --- tests/fdc-tes

Re: [Qemu-devel] [PATCH v6 6/6] fdc_test: introduce test_sense_interrupt

2012-06-25 Thread Kevin Wolf
Am 22.06.2012 12:33, schrieb Pavel Hrdina: > Calling sense interrupt status while there is no interrupt should > return invalid command (0x80). > > Read command should always returns in st0 seek_end bit set to 1. > > Signed-off-by: Pavel Hrdina > --- > tests/fdc-test.c | 25 ++

[Qemu-devel] [PATCH v6 6/6] fdc_test: introduce test_sense_interrupt

2012-06-22 Thread Pavel Hrdina
Calling sense interrupt status while there is no interrupt should return invalid command (0x80). Read command should always returns in st0 seek_end bit set to 1. Signed-off-by: Pavel Hrdina --- tests/fdc-test.c | 25 - 1 files changed, 24 insertions(+), 1 deletions(-)