From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46425) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YT64e-0000J4-PO for qemu-devel@nongnu.org; Wed, 04 Mar 2015 04:58:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YT64e-0005Ir-4Q for qemu-devel@nongnu.org; Wed, 04 Mar 2015 04:58:40 -0500 Date: Wed, 4 Mar 2015 10:58:33 +0100 From: Kevin Wolf Message-ID: <20150304095833.GC3465@noname.str.redhat.com> References: <1425393512-10572-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425393512-10572-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] iotests: Fix 051's reference output List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: Stefan Hajnoczi , qemu-devel@nongnu.org, qemu-block@nongnu.org, Markus Armbruster Am 03.03.2015 um 15:38 hat Max Reitz geschrieben: > Commit c4bacafb717de55538311b80a185ce9166b8daa2 changed (improved) > qdev_init_nofail()'s error reporting, which affects iotest 051. Fix the > reference output. > > Signed-off-by: Max Reitz Thanks, applied to the block branch. Kevin