Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 340e01248478ba8b78a6d4d1809b1eff > files > 603

kvm-83-270.el5_11.src.rpm

From e183fa084c8c5d27153fe1b5cb8ffcad9821b175 Mon Sep 17 00:00:00 2001
From: Uri Lublin <uril@redhat.com>
Date: Tue, 2 Jun 2009 18:32:58 +0300
Subject: [PATCH 3/5] migration: exec: notify upon successful completion of migration (v2)

bz 501693

Signed-off-by: Uri Lublin <uril@redhat.com>
Message-Id: <1243956781-29993-2-git-send-email-uril@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
RH-Upstream-status: not-applicable
Obsoletes: <1243182659-8254-3-git-send-email-uril@redhat.com>
Acked-by: john cooper <john.cooper@redhat.com>
Acked-by: "Michael S. Tsirkin" <mst@redhat.com>
Acked-by: Dor Laor <dlaor@redhat.com>
Bugzilla: 504237
---
 qemu/migration-exec.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/qemu/migration-exec.c b/qemu/migration-exec.c
index 8622315..5e4108d 100644
--- a/qemu/migration-exec.c
+++ b/qemu/migration-exec.c
@@ -140,6 +140,7 @@ int exec_start_incoming_migration(const char *command)
     }
     qemu_announce_self();
     dprintf("successfully loaded vm state\n");
+    term_printf_async(MIGRATION_ASYNC_EVENT, "migration: migration process finished\n");
     vm_start();
     qemu_fclose(f);
     return 0;
-- 
1.6.3.rc4.29.g8146