Re: [Qemu-devel] [PATCH 2/2] iotests: Add test for qcow2 L1 table update

2014-10-20 Thread Peter Lieven
On 20.10.2014 11:09, Max Reitz wrote: On 2014-10-20 at 08:25, Peter Lieven wrote: On 16.10.2014 15:25, Max Reitz wrote: Updating the L1 table should not result in random data being written. This adds a test for that. Signed-off-by: Max Reitz --- tests/qemu-iotests/107 | 61 +

Re: [Qemu-devel] [PATCH 2/2] iotests: Add test for qcow2 L1 table update

2014-10-20 Thread Max Reitz
On 2014-10-20 at 08:25, Peter Lieven wrote: On 16.10.2014 15:25, Max Reitz wrote: Updating the L1 table should not result in random data being written. This adds a test for that. Signed-off-by: Max Reitz --- tests/qemu-iotests/107 | 61 ++ t

Re: [Qemu-devel] [PATCH 2/2] iotests: Add test for qcow2 L1 table update

2014-10-19 Thread Peter Lieven
On 16.10.2014 15:25, Max Reitz wrote: Updating the L1 table should not result in random data being written. This adds a test for that. Signed-off-by: Max Reitz --- tests/qemu-iotests/107 | 61 ++ tests/qemu-iotests/107.out | 10 tests

[Qemu-devel] [PATCH 2/2] iotests: Add test for qcow2 L1 table update

2014-10-16 Thread Max Reitz
Updating the L1 table should not result in random data being written. This adds a test for that. Signed-off-by: Max Reitz --- tests/qemu-iotests/107 | 61 ++ tests/qemu-iotests/107.out | 10 tests/qemu-iotests/group | 1 + 3 files chang