qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: John Snow
Subject: Re: [Qemu-devel] [Qemu-block] [PATCH] iotests: fix 197 for vpc
Date: Mon, 4 Dec 2017 20:08:26 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0


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 some specific
>> offsets.
>>
>> Signed-off-by: John Snow <address@hidden>
>> ---
>>  tests/qemu-iotests/197           | 3 +++
>>  tests/qemu-iotests/common.filter | 3 ++-
>>  2 files changed, 5 insertions(+), 1 deletion(-)
>>
>> diff --git a/tests/qemu-iotests/197 b/tests/qemu-iotests/197
>> index 887eb4f496..e1292689c1 100755
>> --- a/tests/qemu-iotests/197
>> +++ b/tests/qemu-iotests/197
>> @@ -60,6 +60,9 @@ echo '=== Copy-on-read ==='
>>  echo
>>  
>>  # Prep the images
>> +if [ "$IMGFMT" = "vpc" ]; then
>> +    IMGOPTS=$(_optstr_add "$IMGOPTS" "force_size")
>> +fi
> 
> It would be nice to include a comment in the code instead of the commit
> description so anyone reading knows why vpc is special-cased here.
> 
> Reviewed-by: Stefan Hajnoczi <address@hidden>
> 

OK, I re-spun it.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]