From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W01l9-0002vP-Av for qemu-devel@nongnu.org; Sun, 05 Jan 2014 23:25:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W01ky-0004Cu-Fd for qemu-devel@nongnu.org; Sun, 05 Jan 2014 23:25:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50264) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W01ky-0004Cd-4V for qemu-devel@nongnu.org; Sun, 05 Jan 2014 23:25:40 -0500 Date: Mon, 6 Jan 2014 12:25:27 +0800 From: Stefan Hajnoczi Message-ID: <20140106042527.GD14603@stefanha-thinkpad.redhat.com> References: <52C8554C.9010900@kamp.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52C8554C.9010900@kamp.de> Subject: Re: [Qemu-devel] qemu-iotests: test 051 fails List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 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.