diff options
author | 2017-05-22 23:11:53 +0200 | |
---|---|---|
committer | 2017-07-10 13:18:05 +0200 | |
commit | 139921aaa77c435104308ad53b631a00c3b65ae8 (patch) | |
tree | d98abd05a888acb0cb20e8f7870f65f2e8548aea /scripts/qapi-commands.py | |
parent | blkdebug: Support .bdrv_co_get_block_status (diff) | |
download | qemu-139921aaa77c435104308ad53b631a00c3b65ae8.tar.xz qemu-139921aaa77c435104308ad53b631a00c3b65ae8.zip |
vvfat: fix qemu-img map and qemu-img convert
- bs->total_sectors is the number of sectors of the whole disk
- s->sector_count is the number of sectors of the FAT partition
This fixes the following assert in qemu-img map:
qemu-img.c:2641: get_block_status: Assertion `nb_sectors' failed.
This also fixes an infinite loop in qemu-img convert.
Fixes: 4480e0f924a42e1db8b8cfcac4d0634dd1bb27a0
Fixes: https://bugs.launchpad.net/qemu/+bug/1599539
Cc: qemu-stable@nongnu.org
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'scripts/qapi-commands.py')
0 files changed, 0 insertions, 0 deletions