Re: [Qemu-devel] [PATCH v2 2/3] qcow2.py: Add required padding for header extensions

2014-11-25 Thread Max Reitz
On 2014-11-25 at 18:12, Kevin Wolf wrote: The qcow2 specification requires that the header extension data be padded to round up the extension size to the next multiple of 8 bytes. Signed-off-by: Kevin Wolf --- tests/qemu-iotests/qcow2.py | 4 1 file changed, 4 insertions(+) diff --git

[Qemu-devel] [PATCH v2 2/3] qcow2.py: Add required padding for header extensions

2014-11-25 Thread Kevin Wolf
The qcow2 specification requires that the header extension data be padded to round up the extension size to the next multiple of 8 bytes. Signed-off-by: Kevin Wolf --- tests/qemu-iotests/qcow2.py | 4 1 file changed, 4 insertions(+) diff --git a/tests/qemu-iotests/qcow2.py b/tests/qemu-iot