summary refs log tree commit diff stats
path: root/scripts/qapi-types.py
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2015-06-09 10:45:16 +0200
committerKevin Wolf <kwolf@redhat.com>2015-06-12 15:54:01 +0200
commitb8684454e152ca2e100f4b59d80de2be27186206 (patch)
tree6c4460e2196217cbb27c53a8f194f99a6117aef5 /scripts/qapi-types.py
parent90df601f06de14f062d2e8dc1bc57f0decf86fd1 (diff)
downloadfocaccia-qemu-b8684454e152ca2e100f4b59d80de2be27186206.tar.gz
focaccia-qemu-b8684454e152ca2e100f4b59d80de2be27186206.zip
raw-posix: Fix .bdrv_co_get_block_status() for unaligned image size
Image files with an unaligned image size have a final hole that starts
at EOF, i.e. in the middle of a sector. Currently, *pnum == 0 is
returned when checking the status of this sector. In qemu-img, this
triggers an assertion failure.

In order to fix this, one type for the sector that contains EOF must be
found. Treating a hole as data is safe, so this patch rounds the
calculated number of data sectors up, so that a partial sector at EOF is
treated as a full data sector.

This fixes https://bugzilla.redhat.com/show_bug.cgi?id=1229394

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Tested-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'scripts/qapi-types.py')
0 files changed, 0 insertions, 0 deletions