Re: [Qemu-devel] [Qemu-block] [PATCH] iotests: fix 197 for vpc

2017-12-04 Thread John Snow
On 12/01/2017 04:45 AM, Stefan Hajnoczi wrote: > On Wed, Nov 29, 2017 at 05:44:21PM -0500, John Snow wrote: >> 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 so

Re: [Qemu-devel] [Qemu-block] [PATCH] iotests: fix 197 for vpc

2017-12-01 Thread Stefan Hajnoczi
On Wed, Nov 29, 2017 at 05:44:21PM -0500, John Snow wrote: > 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