Re: [Qemu-devel] [PULL 21/26] ide-test: Add FLUSH CACHE test case

2013-06-17 Thread Stefan Hajnoczi
On Fri, Jun 14, 2013 at 01:18:44PM -0500, Anthony Liguori wrote: > Peter Maydell writes: > > > On 14 June 2013 18:54, Peter Maydell wrote: > >> On 7 June 2013 12:58, Stefan Hajnoczi wrote: > >>> From: Kevin Wolf > >>> > >>> This checks in particular that BSY is set while the flush request is i

Re: [Qemu-devel] [PULL 21/26] ide-test: Add FLUSH CACHE test case

2013-06-14 Thread Anthony Liguori
Peter Maydell writes: > On 14 June 2013 18:54, Peter Maydell wrote: >> On 7 June 2013 12:58, Stefan Hajnoczi wrote: >>> From: Kevin Wolf >>> >>> This checks in particular that BSY is set while the flush request is in >>> flight. >> >> This test doesn't seem to pass. > >> ERROR:/home/petmay01/l

Re: [Qemu-devel] [PULL 21/26] ide-test: Add FLUSH CACHE test case

2013-06-14 Thread Peter Maydell
On 14 June 2013 18:54, Peter Maydell wrote: > On 7 June 2013 12:58, Stefan Hajnoczi wrote: >> From: Kevin Wolf >> >> This checks in particular that BSY is set while the flush request is in >> flight. > > This test doesn't seem to pass. > ERROR:/home/petmay01/linaro/qemu-from-laptop/qemu/tests/i

Re: [Qemu-devel] [PULL 21/26] ide-test: Add FLUSH CACHE test case

2013-06-14 Thread Peter Maydell
On 7 June 2013 12:58, Stefan Hajnoczi wrote: > From: Kevin Wolf > > This checks in particular that BSY is set while the flush request is in > flight. This test doesn't seem to pass. At commit bd07684aac (where the test landed): cam-vm-266:precise:qemu$ (cd build/x86; QTEST_QEMU_BINARY=i386-soft

[Qemu-devel] [PULL 21/26] ide-test: Add FLUSH CACHE test case

2013-06-07 Thread Stefan Hajnoczi
From: Kevin Wolf This checks in particular that BSY is set while the flush request is in flight. Signed-off-by: Kevin Wolf Signed-off-by: Stefan Hajnoczi --- tests/ide-test.c | 40 1 file changed, 40 insertions(+) diff --git a/tests/ide-test.c b/tests