]> git.proxmox.com Git - qemu.git/commit - block-migration.c
Block migration fail, ignore error from bdrv_getlength
authorShahar Havivi <shaharh@redhat.com>
Sat, 10 Jul 2010 15:59:06 +0000 (18:59 +0300)
committerKevin Wolf <kwolf@redhat.com>
Tue, 13 Jul 2010 15:48:17 +0000 (17:48 +0200)
commit31f54f24bb4a507543c3732c3ac1134ca3a11687
treef1d7b0d542058ec626f2644560de34d425d3b7e9
parent5fb58b067ab02afd6bb1737b04f8d3d8f23a0c8d
Block migration fail, ignore error from bdrv_getlength

When there is no block driver associate with BlockDriverState bdrv_getlength
returns -ENOMEDIUM that cause block migration to fail

Signed-off-by: Shahar Havivi <shaharh@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block-migration.c