summary refs log tree commit diff stats
path: root/scripts/qapi-types.py
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2012-02-22 12:31:47 +0100
committerKevin Wolf <kwolf@redhat.com>2012-02-29 12:48:47 +0100
commitfd29b4bbef9f75bba64ad7c4db38babc397a4814 (patch)
tree59f84404e6f5c3457d476b861b9183c6022c855d /scripts/qapi-types.py
parentb6a127a156d5c26ea714493731db35a9491919da (diff)
downloadfocaccia-qemu-fd29b4bbef9f75bba64ad7c4db38babc397a4814.tar.gz
focaccia-qemu-fd29b4bbef9f75bba64ad7c4db38babc397a4814.zip
qcow2: Fix offset in qcow2_read_extensions
The spec says that the length of extensions is padded to 8 bytes, not
the offset. Currently this is the same because the header size is a
multiple of 8, so this is only about compatibility with future changes
to the header size.

While touching it, move the calculation to a common place instead of
duplicating it for each header extension type.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'scripts/qapi-types.py')
0 files changed, 0 insertions, 0 deletions