]> git.ipfire.org Git - thirdparty/qemu.git/commit
migration/block-dirty-bitmap: fix dirty_bitmap_load
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Wed, 30 May 2018 11:24:24 +0000 (14:24 +0300)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 18 Jul 2018 16:43:20 +0000 (11:43 -0500)
commitd8a7ec1deb2fb9283b420c4ac5601f873e93879a
treedd73cd2547e6c5fe4195190c96f934c4c4cc434b
parent2cb041a82d60e07749be14f61296fd4a634b6309
migration/block-dirty-bitmap: fix dirty_bitmap_load

dirty_bitmap_load_header return code is obtained but not handled. Fix
this.

Bug was introduced in b35ebdf076d697bc
"migration: add postcopy migration of dirty bitmaps" with the whole
function.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-Id: <20180530112424.204835-1-vsementsov@virtuozzo.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
(cherry picked from commit a36f6ff46f115672cf86d0e1e7cdb1c2fa4d304b)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
migration/block-dirty-bitmap.c