Re: [Qemu-devel] [PATCH v2 2/3] iotests: add protocol support to initialization info

2019-09-10 Thread Max Reitz
On 09.09.19 20:45, John Snow wrote: > > > On 9/9/19 6:09 AM, Max Reitz wrote: >> On 29.07.19 23:35, John Snow wrote: >>> This will add supported_protocols and unsupported_protocols to all of >>> iotests.main, iotests.script_main, and iotests.script_initialize. >>> >>> Signed-off-by: John Snow >>

Re: [Qemu-devel] [PATCH v2 2/3] iotests: add protocol support to initialization info

2019-09-09 Thread John Snow
On 9/9/19 6:09 AM, Max Reitz wrote: > On 29.07.19 23:35, John Snow wrote: >> This will add supported_protocols and unsupported_protocols to all of >> iotests.main, iotests.script_main, and iotests.script_initialize. >> >> Signed-off-by: John Snow >> --- >> tests/qemu-iotests/207| 4 ++-

Re: [Qemu-devel] [PATCH v2 2/3] iotests: add protocol support to initialization info

2019-09-09 Thread Max Reitz
On 29.07.19 23:35, John Snow wrote: > This will add supported_protocols and unsupported_protocols to all of > iotests.main, iotests.script_main, and iotests.script_initialize. > > Signed-off-by: John Snow > --- > tests/qemu-iotests/207| 4 ++-- > tests/qemu-iotests/210| 4 ++-- >

[Qemu-devel] [PATCH v2 2/3] iotests: add protocol support to initialization info

2019-07-29 Thread John Snow
This will add supported_protocols and unsupported_protocols to all of iotests.main, iotests.script_main, and iotests.script_initialize. Signed-off-by: John Snow --- tests/qemu-iotests/207| 4 ++-- tests/qemu-iotests/210| 4 ++-- tests/qemu-iotests/211| 4 ++-- tests/qemu-