From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50062) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlwJb-0008Aj-IG for qemu-devel@nongnu.org; Tue, 13 Oct 2015 05:56:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZlwJa-0006hY-P8 for qemu-devel@nongnu.org; Tue, 13 Oct 2015 05:56:15 -0400 Date: Tue, 13 Oct 2015 11:56:07 +0200 From: Kevin Wolf Message-ID: <20151013095607.GF4906@noname.str.redhat.com> References: <20151013012148.GA24936@ad.nay.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151013012148.GA24936@ad.nay.redhat.com> Subject: Re: [Qemu-devel] [PATCH] block: qemu-iotests - fix vmdk test 059.out List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: Jeff Cody , qemu-devel@nongnu.org, qemu-block@nongnu.org Am 13.10.2015 um 03:21 hat Fam Zheng geschrieben: > On Mon, 10/12 20:18, Jeff Cody wrote: > > In commit fe646693acc13ac48b98435d14149ab04dc597bc, the option > > printout format changed. > > > > This updates the VMDK test 059.out to the correct output. > > > > Signed-off-by: Jeff Cody > > Reviewed-by: Fam Zheng Thanks, applied to the block branch. Kevin