|
| From: | Paolo Bonzini |
| Subject: | [Qemu-devel] Re: [PATCH] fix broken migration |
| Date: | Mon, 27 Jul 2009 21:31:43 +0200 |
| User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Lightning/1.0pre Thunderbird/3.0b2 |
On 07/27/2009 08:02 PM, Glauber Costa wrote:
If I pass --incoming to the VM, I don't expect the VM to start. I expect it to wait, because I'll be handling it a migration later. However, it does start, which is clearly wrong.
I see now, thanks. I was puzzled by your message, so to speak.
I suppose the best semantics would be to do like
if (autostart && !incoming)
vm_start ()
in vl.c and add
if (autostart)
vm_start ()
in the migration-*.c files.
Paolo
| [Prev in Thread] | Current Thread | [Next in Thread] |