Re: [Qemu-devel] [PATCH 2/2] fdc-test: Check RELATIVE SEEK beyond track 0/80

2012-07-24 Thread Blue Swirl
On Tue, Jul 24, 2012 at 9:35 AM, Kevin Wolf wrote: > Am 23.07.2012 19:09, schrieb Blue Swirl: >> On Tue, Jul 17, 2012 at 9:03 AM, Pavel Hrdina wrote: >>> I tested it on the real floppy and the behavior is more complicated. >> >> This reminds me of an idea: it could be interesting to make qtest te

Re: [Qemu-devel] [PATCH 2/2] fdc-test: Check RELATIVE SEEK beyond track 0/80

2012-07-24 Thread Kevin Wolf
Am 23.07.2012 19:09, schrieb Blue Swirl: > On Tue, Jul 17, 2012 at 9:03 AM, Pavel Hrdina wrote: >> I tested it on the real floppy and the behavior is more complicated. > > This reminds me of an idea: it could be interesting to make qtest test > real hardware, for example using a serial port to fe

Re: [Qemu-devel] [PATCH 2/2] fdc-test: Check RELATIVE SEEK beyond track 0/80

2012-07-23 Thread Blue Swirl
On Tue, Jul 17, 2012 at 9:03 AM, Pavel Hrdina wrote: > On 07/16/2012 04:36 PM, Kevin Wolf wrote: >> >> TODO This needs to be checked against a real drive >> >> Signed-off-by: Kevin Wolf >> --- >> tests/fdc-test.c | 48 +--- >> 1 files changed, 37 in

Re: [Qemu-devel] [PATCH 2/2] fdc-test: Check RELATIVE SEEK beyond track 0/80

2012-07-17 Thread Pavel Hrdina
On 07/16/2012 04:36 PM, Kevin Wolf wrote: TODO This needs to be checked against a real drive Signed-off-by: Kevin Wolf --- tests/fdc-test.c | 48 +--- 1 files changed, 37 insertions(+), 11 deletions(-) diff --git a/tests/fdc-test.c b/tests/fdc-te

[Qemu-devel] [PATCH 2/2] fdc-test: Check RELATIVE SEEK beyond track 0/80

2012-07-16 Thread Kevin Wolf
TODO This needs to be checked against a real drive Signed-off-by: Kevin Wolf --- tests/fdc-test.c | 48 +--- 1 files changed, 37 insertions(+), 11 deletions(-) diff --git a/tests/fdc-test.c b/tests/fdc-test.c index fa74411..56e745a 100644 --- a/test