Re: [Qemu-devel] [PATCH v2] Block migration fail, ignore error from bdrv_getlength

2010-07-12 Thread Kevin Wolf
Am 10.07.2010 17:59, schrieb Shahar Havivi: > When there is no block driver associate with BlockDriverState bdrv_getlength > returns -ENOMEDIUM that cause block migration to fail > > v2: > fix sectors<0 to sectors<=0 Please put the changes between patch versions below the --- line so that git am

[Qemu-devel] [PATCH v2] Block migration fail, ignore error from bdrv_getlength

2010-07-10 Thread Shahar Havivi
When there is no block driver associate with BlockDriverState bdrv_getlength returns -ENOMEDIUM that cause block migration to fail v2: fix sectors<0 to sectors<=0 Signed-off-by: Shahar Havivi --- block-migration.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/block-m