From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44132) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eNJen-0000AM-Nm for qemu-devel@nongnu.org; Fri, 08 Dec 2017 09:29:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eNJen-0005m8-1z for qemu-devel@nongnu.org; Fri, 08 Dec 2017 09:29:41 -0500 Date: Fri, 8 Dec 2017 15:29:26 +0100 From: Kevin Wolf Message-ID: <20171208142926.GF4217@localhost.localdomain> References: <20171205010820.27732-1-jsnow@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171205010820.27732-1-jsnow@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2] iotests: fix 197 for vpc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: qemu-block@nongnu.org, ldoktor@redhat.com, qemu-devel@nongnu.org, mreitz@redhat.com Am 05.12.2017 um 02:08 hat John Snow geschrieben: > VPC has some difficulty creating geometries of particular size. > However, we can indeed force it to use a literal one, so let's > do that for the sake of test 197, which is testing some specific > offsets. > > Signed-off-by: John Snow > Reviewed-by: Eric Blake > Reviewed-by: Stefan Hajnoczi Thanks, applied to block-next. Kevin