]> git.proxmox.com Git - mirror_qemu.git/commit - block.c
block: record new size in bdrv_dirty_bitmap_truncate
authorJohn Snow <jsnow@redhat.com>
Mon, 8 Jun 2015 20:49:15 +0000 (16:49 -0400)
committerKevin Wolf <kwolf@redhat.com>
Fri, 12 Jun 2015 13:54:01 +0000 (15:54 +0200)
commit5270b6a0d0cf41e49d634007ace40f5dfc381940
tree58092fe88f926ebdee7839eef746cf583e3988b1
parentb8684454e152ca2e100f4b59d80de2be27186206
block: record new size in bdrv_dirty_bitmap_truncate

ce1ffea8 neglected to update the BdrvDirtyBitmap structure
itself for internal consistency. It's currently not an issue,
but for migration and persistence series this will cause headaches.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c