* [Qemu-devel] qemu-iotests: test 051 fails
@ 2014-01-04 18:39 Peter Lieven
2014-01-06 1:44 ` Fam Zheng
2014-01-06 4:25 ` Stefan Hajnoczi
0 siblings, 2 replies; 5+ messages in thread
From: Peter Lieven @ 2014-01-04 18:39 UTC (permalink / raw)
To: Stefan Hajnoczi, Kevin Wolf, qemu-devel@nongnu.org, Paolo Bonzini
~/git/qemu/tests/qemu-iotests$ ./check -qcow2 51
QEMU -- ./qemu
QEMU_IMG -- ./qemu-img
QEMU_IO -- ./qemu-io
QEMU_NBD -- /usr/local/bin/qemu-nbd
IMGFMT -- qcow2 (compat=1.1)
IMGPROTO -- file
PLATFORM -- Linux/x86_64 lieven-pc 3.2.0-57-generic
SOCKET_SCM_HELPER --
051 - output mismatch (see 051.out.bad)
--- 051.out 2014-01-04 19:11:31.557812472 +0100
+++ 051.out.bad 2014-01-04 19:38:03.185810819 +0100
@@ -91,7 +91,6 @@
QEMU X.Y.Z monitor - type 'help' for more information
(qemu) QEMU_PROG: -drive if=virtio: Device needs media, but drive is empty
QEMU_PROG: -drive if=virtio: Device initialization failed.
-QEMU_PROG: -drive if=virtio: Device initialization failed.
QEMU_PROG: -drive if=virtio: Device 'virtio-blk-pci' could not be initialized
Testing: -drive if=scsi
Failures: 051
Failed 1 of 1 tests
Peter
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] qemu-iotests: test 051 fails
2014-01-04 18:39 [Qemu-devel] qemu-iotests: test 051 fails Peter Lieven
@ 2014-01-06 1:44 ` Fam Zheng
2014-01-06 6:14 ` Stefan Hajnoczi
2014-01-06 4:25 ` Stefan Hajnoczi
1 sibling, 1 reply; 5+ messages in thread
From: Fam Zheng @ 2014-01-06 1:44 UTC (permalink / raw)
To: Peter Lieven, Stefan Hajnoczi, Kevin Wolf, qemu-devel@nongnu.org,
Paolo Bonzini
On 2014年01月05日 02:39, Peter Lieven wrote:
> ~/git/qemu/tests/qemu-iotests$ ./check -qcow2 51
> QEMU -- ./qemu
> QEMU_IMG -- ./qemu-img
> QEMU_IO -- ./qemu-io
> QEMU_NBD -- /usr/local/bin/qemu-nbd
> IMGFMT -- qcow2 (compat=1.1)
> IMGPROTO -- file
> PLATFORM -- Linux/x86_64 lieven-pc 3.2.0-57-generic
> SOCKET_SCM_HELPER --
>
> 051 - output mismatch (see 051.out.bad)
> --- 051.out 2014-01-04 19:11:31.557812472 +0100
> +++ 051.out.bad 2014-01-04 19:38:03.185810819 +0100
> @@ -91,7 +91,6 @@
> QEMU X.Y.Z monitor - type 'help' for more information
> (qemu) QEMU_PROG: -drive if=virtio: Device needs media, but drive is empty
> QEMU_PROG: -drive if=virtio: Device initialization failed.
> -QEMU_PROG: -drive if=virtio: Device initialization failed.
> QEMU_PROG: -drive if=virtio: Device 'virtio-blk-pci' could not be initialized
>
> Testing: -drive if=scsi
> Failures: 051
> Failed 1 of 1 tests
>
> Peter
>
Yes, this is the bad commit:
commit 75884afd5c6c42e523b08565e289dbe319e17ad9
Author: Andreas Färber <afaerber@suse.de>
Date: Tue Jul 30 01:35:08 2013 +0200
virtio-blk: Convert to QOM realize
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
I guess simply removing the duplicated line in the output file is
enough. I'll post a patch for it, thanks for the report!
Fam
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] qemu-iotests: test 051 fails
2014-01-04 18:39 [Qemu-devel] qemu-iotests: test 051 fails Peter Lieven
2014-01-06 1:44 ` Fam Zheng
@ 2014-01-06 4:25 ` Stefan Hajnoczi
1 sibling, 0 replies; 5+ messages in thread
From: Stefan Hajnoczi @ 2014-01-06 4:25 UTC (permalink / raw)
To: Peter Lieven; +Cc: Kevin Wolf, Paolo Bonzini, qemu-devel@nongnu.org
On Sat, Jan 04, 2014 at 07:39:08PM +0100, Peter Lieven wrote:
> ~/git/qemu/tests/qemu-iotests$ ./check -qcow2 51
> QEMU -- ./qemu
> QEMU_IMG -- ./qemu-img
> QEMU_IO -- ./qemu-io
> QEMU_NBD -- /usr/local/bin/qemu-nbd
> IMGFMT -- qcow2 (compat=1.1)
> IMGPROTO -- file
> PLATFORM -- Linux/x86_64 lieven-pc 3.2.0-57-generic
> SOCKET_SCM_HELPER --
>
> 051 - output mismatch (see 051.out.bad)
> --- 051.out 2014-01-04 19:11:31.557812472 +0100
> +++ 051.out.bad 2014-01-04 19:38:03.185810819 +0100
> @@ -91,7 +91,6 @@
> QEMU X.Y.Z monitor - type 'help' for more information
> (qemu) QEMU_PROG: -drive if=virtio: Device needs media, but drive is empty
> QEMU_PROG: -drive if=virtio: Device initialization failed.
> -QEMU_PROG: -drive if=virtio: Device initialization failed.
> QEMU_PROG: -drive if=virtio: Device 'virtio-blk-pci' could not be initialized
>
> Testing: -drive if=scsi
> Failures: 051
> Failed 1 of 1 tests
Fixed by:
commit db2f695f1bf68eec38f2d7cc26ba3846c97a3f54
Author: Stefan Hajnoczi <stefanha@redhat.com>
Date: Thu Dec 19 16:26:44 2013 +0100
qemu-iotests: drop duplicate virtio-blk initialization failure
It should be in qemu.git/master in a couple of days.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] qemu-iotests: test 051 fails
2014-01-06 1:44 ` Fam Zheng
@ 2014-01-06 6:14 ` Stefan Hajnoczi
2014-01-06 6:15 ` Fam Zheng
0 siblings, 1 reply; 5+ messages in thread
From: Stefan Hajnoczi @ 2014-01-06 6:14 UTC (permalink / raw)
To: Fam Zheng; +Cc: Kevin Wolf, Paolo Bonzini, Peter Lieven, qemu-devel@nongnu.org
On Mon, Jan 06, 2014 at 09:44:30AM +0800, Fam Zheng wrote:
> On 2014年01月05日 02:39, Peter Lieven wrote:
> >~/git/qemu/tests/qemu-iotests$ ./check -qcow2 51
> >QEMU -- ./qemu
> >QEMU_IMG -- ./qemu-img
> >QEMU_IO -- ./qemu-io
> >QEMU_NBD -- /usr/local/bin/qemu-nbd
> >IMGFMT -- qcow2 (compat=1.1)
> >IMGPROTO -- file
> >PLATFORM -- Linux/x86_64 lieven-pc 3.2.0-57-generic
> >SOCKET_SCM_HELPER --
> >
> >051 - output mismatch (see 051.out.bad)
> >--- 051.out 2014-01-04 19:11:31.557812472 +0100
> >+++ 051.out.bad 2014-01-04 19:38:03.185810819 +0100
> >@@ -91,7 +91,6 @@
> > QEMU X.Y.Z monitor - type 'help' for more information
> > (qemu) QEMU_PROG: -drive if=virtio: Device needs media, but drive is empty
> > QEMU_PROG: -drive if=virtio: Device initialization failed.
> >-QEMU_PROG: -drive if=virtio: Device initialization failed.
> > QEMU_PROG: -drive if=virtio: Device 'virtio-blk-pci' could not be initialized
> >
> > Testing: -drive if=scsi
> >Failures: 051
> >Failed 1 of 1 tests
> >
> >Peter
> >
>
> Yes, this is the bad commit:
>
> commit 75884afd5c6c42e523b08565e289dbe319e17ad9
> Author: Andreas Färber <afaerber@suse.de>
> Date: Tue Jul 30 01:35:08 2013 +0200
>
> virtio-blk: Convert to QOM realize
>
> Signed-off-by: Andreas Färber <afaerber@suse.de>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
>
> I guess simply removing the duplicated line in the output file is
> enough. I'll post a patch for it, thanks for the report!
See my earlier email to this thread. I already posted a patch.
Stefan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] qemu-iotests: test 051 fails
2014-01-06 6:14 ` Stefan Hajnoczi
@ 2014-01-06 6:15 ` Fam Zheng
0 siblings, 0 replies; 5+ messages in thread
From: Fam Zheng @ 2014-01-06 6:15 UTC (permalink / raw)
To: Stefan Hajnoczi
Cc: Kevin Wolf, Paolo Bonzini, Peter Lieven, qemu-devel@nongnu.org
On 2014年01月06日 14:14, Stefan Hajnoczi wrote:
> On Mon, Jan 06, 2014 at 09:44:30AM +0800, Fam Zheng wrote:
>> On 2014年01月05日 02:39, Peter Lieven wrote:
>>> ~/git/qemu/tests/qemu-iotests$ ./check -qcow2 51
>>> QEMU -- ./qemu
>>> QEMU_IMG -- ./qemu-img
>>> QEMU_IO -- ./qemu-io
>>> QEMU_NBD -- /usr/local/bin/qemu-nbd
>>> IMGFMT -- qcow2 (compat=1.1)
>>> IMGPROTO -- file
>>> PLATFORM -- Linux/x86_64 lieven-pc 3.2.0-57-generic
>>> SOCKET_SCM_HELPER --
>>>
>>> 051 - output mismatch (see 051.out.bad)
>>> --- 051.out 2014-01-04 19:11:31.557812472 +0100
>>> +++ 051.out.bad 2014-01-04 19:38:03.185810819 +0100
>>> @@ -91,7 +91,6 @@
>>> QEMU X.Y.Z monitor - type 'help' for more information
>>> (qemu) QEMU_PROG: -drive if=virtio: Device needs media, but drive is empty
>>> QEMU_PROG: -drive if=virtio: Device initialization failed.
>>> -QEMU_PROG: -drive if=virtio: Device initialization failed.
>>> QEMU_PROG: -drive if=virtio: Device 'virtio-blk-pci' could not be initialized
>>>
>>> Testing: -drive if=scsi
>>> Failures: 051
>>> Failed 1 of 1 tests
>>>
>>> Peter
>>>
>>
>> Yes, this is the bad commit:
>>
>> commit 75884afd5c6c42e523b08565e289dbe319e17ad9
>> Author: Andreas Färber <afaerber@suse.de>
>> Date: Tue Jul 30 01:35:08 2013 +0200
>>
>> virtio-blk: Convert to QOM realize
>>
>> Signed-off-by: Andreas Färber <afaerber@suse.de>
>> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
>>
>> I guess simply removing the duplicated line in the output file is
>> enough. I'll post a patch for it, thanks for the report!
>
> See my earlier email to this thread. I already posted a patch.
>
That's good, thanks!
Fam
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-01-06 6:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-04 18:39 [Qemu-devel] qemu-iotests: test 051 fails Peter Lieven
2014-01-06 1:44 ` Fam Zheng
2014-01-06 6:14 ` Stefan Hajnoczi
2014-01-06 6:15 ` Fam Zheng
2014-01-06 4:25 ` Stefan Hajnoczi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).