Re: [Qemu-devel] [PATCH 3/7] qcow2: add a migration blocker

2011-11-14 Thread Lucas Meneghel Rodrigues
On 11/12/2011 01:57 PM, Anthony Liguori wrote: Now when you try to migrate with qcow2, you get: (qemu) migrate tcp:localhost:1025 Block format 'qcow2' used by device 'ide0-hd0' does not support feature 'live migration' (qemu) LGTM. From a testing perspective, it's clear and understandable, a

[Qemu-devel] [PATCH 3/7] qcow2: add a migration blocker

2011-11-12 Thread Anthony Liguori
Now when you try to migrate with qcow2, you get: (qemu) migrate tcp:localhost:1025 Block format 'qcow2' used by device 'ide0-hd0' does not support feature 'live migration' (qemu) Signed-off-by: Anthony Liguori --- block/qcow2.c |9 + block/qcow2.h |2 ++ qemu-tool.c |9 ++

[Qemu-devel] [PATCH 3/7] qcow2: add a migration blocker

2011-11-12 Thread Anthony Liguori
Now when you try to migrate with qcow2, you get: (qemu) migrate tcp:localhost:1025 Block format 'qcow2' used by device 'ide0-hd0' does not support feature 'live migration' (qemu) Signed-off-by: Anthony Liguori --- block/qcow2.c |9 + block/qcow2.h |2 ++ qemu-tool.c |9 ++