qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 2/2] migration: unix migration should obey autostart


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 2/2] migration: unix migration should obey autostart are the other ones
Date: Wed, 10 Mar 2010 00:10:36 +0100

This was the only incoming migration without autostart check

Signed-off-by: Juan Quintela <address@hidden>
---
 migration-unix.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/migration-unix.c b/migration-unix.c
index ce59a2a..49de1b9 100644
--- a/migration-unix.c
+++ b/migration-unix.c
@@ -176,6 +176,8 @@ static void unix_accept_incoming_migration(void *opaque)
     qemu_announce_self();
     DPRINTF("successfully loaded vm state\n");

+    if (autostart)
+        vm_start();

 out_fopen:
     qemu_fclose(f);
-- 
1.6.6.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]