From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38758) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vtvbz-000804-Bl for qemu-devel@nongnu.org; Fri, 20 Dec 2013 03:39:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vtvbu-0005fO-0a for qemu-devel@nongnu.org; Fri, 20 Dec 2013 03:39:11 -0500 Received: from mail-wg0-x231.google.com ([2a00:1450:400c:c00::231]:50843) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vtvbt-0005fK-Q9 for qemu-devel@nongnu.org; Fri, 20 Dec 2013 03:39:05 -0500 Received: by mail-wg0-f49.google.com with SMTP id x12so2115084wgg.4 for ; Fri, 20 Dec 2013 00:39:04 -0800 (PST) Date: Fri, 20 Dec 2013 09:39:01 +0100 From: Stefan Hajnoczi Message-ID: <20131220083901.GD15789@stefanha-thinkpad.redhat.com> References: <1387466804-5465-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1387466804-5465-1-git-send-email-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: drop duplicate virtio-blk initialization failure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, Andreas Faerber On Thu, Dec 19, 2013 at 04:26:44PM +0100, Stefan Hajnoczi wrote: > Commit 75884afd5c6c42e523b08565e289dbe319e17ad9 ("virtio-blk: Convert to > QOM realize") dropped a duplicate error_report() call. Now we no longer > get the following error message twice: > > QEMU_PROG: -drive if=virtio: Device initialization failed. > > Update qemu-iotests 051. > > Signed-off-by: Stefan Hajnoczi > --- > tests/qemu-iotests/051.out | 1 - > 1 file changed, 1 deletion(-) Applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan