1. 17 7月, 2009 2 次提交
    • P
      honor -S on incoming migration · 89befdd1
      Paolo Bonzini 提交于
      -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: NPaolo Bonzini <pbonzini@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      89befdd1
    • B
      Update to a hopefully more future proof FSF address · 8167ee88
      Blue Swirl 提交于
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      8167ee88
  2. 16 7月, 2009 30 次提交
  3. 15 7月, 2009 3 次提交
  4. 14 7月, 2009 2 次提交
  5. 13 7月, 2009 3 次提交