Paolo Bonzini 89befdd1a6 honor -S on incoming migration
-S is not honored by qemu on incoming migration.  If a domain is migrated
while paused, thus, it will start running on the remote machine; this
is wrong.

Given the trivial patch to fix this, it looks more like a thinko
than anything else, probably dating back to the qemu-kvm merge.
The interesting part is that the -S mechanism was in fact *used* when
migrating (setting autostart = 0) and the incoming migration code was
starting the VM at the end of the migration.

Since I was removing the vm_start from there, I also corrected a related
imprecision.  The code was doing a vm_stop "just in case", but we can
be sure that the VM is not running---the vm_start call in vl.c has not
been reached yet.  So the vm_stop is removed together with the vm_start.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2009-07-16 17:28:49 -05:00
2009-05-13 20:54:26 +01:00
2009-05-13 20:54:26 +01:00
2009-06-15 13:52:27 +02:00
2009-07-16 08:28:14 -05:00
2009-06-29 08:52:44 -05:00
2009-07-09 16:06:38 -05:00
2009-05-24 21:24:33 +01:00
2009-05-26 21:10:28 +02:00
2009-05-26 21:10:28 +02:00
2009-05-27 09:46:03 -05:00
2009-06-05 15:16:41 +01:00
2009-07-02 17:54:34 +00:00
2009-05-30 01:59:37 +01:00
2009-06-29 14:18:07 -05:00
2009-05-28 14:00:49 +02:00
2009-07-09 16:06:37 -05:00
2009-06-29 14:18:06 -05:00
2009-07-16 17:28:49 -05:00
2009-07-10 13:44:30 -05:00
2009-06-16 15:52:32 -05:00
2009-07-16 08:28:12 -05:00
2009-05-08 15:51:19 -05:00
2009-06-15 13:52:27 +02:00
2009-07-10 12:25:36 -05:00
2009-05-19 22:29:20 +04:00
2009-05-08 16:11:49 -05:00
2009-06-30 12:10:52 +01:00
2009-06-29 08:52:44 -05:00
2009-07-08 18:25:37 +04:00
2009-06-29 14:18:08 -05:00
2009-05-13 22:21:47 +01:00
2009-07-10 13:44:29 -05:00
2009-07-16 17:28:49 -05:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%