From 1ed520c66e3f3b57b88d201c08558ec1616bf69d Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Mon, 14 Nov 2011 15:09:47 -0600 Subject: qed: add migration blocker (v2) Now when you try to migrate with qed, you get: (qemu) migrate tcp:localhost:1025 Block format 'qed' used by device 'ide0-hd0' does not support feature 'live migration' (qemu) Signed-off-by: Anthony Liguori --- block/qed.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'block/qed.h') diff --git a/block/qed.h b/block/qed.h index 388fdb3760..62cbd3b899 100644 --- a/block/qed.h +++ b/block/qed.h @@ -164,6 +164,8 @@ typedef struct { /* Periodic flush and clear need check flag */ QEMUTimer *need_check_timer; + + Error *migration_blocker; } BDRVQEDState; enum { -- cgit v1.2.3