Re: [Qemu-devel] [PATCH] iotests: fix 075 and 078

2017-11-22 Thread Kevin Wolf
Am 22.11.2017 um 01:16 hat John Snow geschrieben: > Both of these tests are for formats which now stipulate that they are > read-only. Adjust the tests to match. > > Signed-off-by: John Snow Oh, right, seems I forgot about the tests... Thanks, applied to the block branch. Kevin

Re: [Qemu-devel] [PATCH] iotests: fix 075 and 078

2017-11-22 Thread John Snow
On 11/21/2017 09:07 PM, Eric Blake wrote: > On 11/21/2017 06:16 PM, John Snow wrote: >> Both of these tests are for formats which now stipulate that they are >> read-only. Adjust the tests to match. >> >> Signed-off-by: John Snow >> --- >> tests/qemu-iotests/075 | 18 +- >> test

Re: [Qemu-devel] [PATCH] iotests: fix 075 and 078

2017-11-21 Thread Lukáš Doktor
Dne 22.11.2017 v 01:16 John Snow napsal(a): > Both of these tests are for formats which now stipulate that they are > read-only. Adjust the tests to match. > > Signed-off-by: John Snow > --- > tests/qemu-iotests/075 | 18 +- > tests/qemu-iotests/078 | 14 +++--- > 2 files

Re: [Qemu-devel] [PATCH] iotests: fix 075 and 078

2017-11-21 Thread Eric Blake
On 11/21/2017 06:16 PM, John Snow wrote: > Both of these tests are for formats which now stipulate that they are > read-only. Adjust the tests to match. > > Signed-off-by: John Snow > --- > tests/qemu-iotests/075 | 18 +- > tests/qemu-iotests/078 | 14 +++--- > 2 files ch

[Qemu-devel] [PATCH] iotests: fix 075 and 078

2017-11-21 Thread John Snow
Both of these tests are for formats which now stipulate that they are read-only. Adjust the tests to match. Signed-off-by: John Snow --- tests/qemu-iotests/075 | 18 +- tests/qemu-iotests/078 | 14 +++--- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/te