1. 27 4月, 2012 2 次提交
  2. 20 4月, 2012 1 次提交
  3. 10 4月, 2012 1 次提交
  4. 15 3月, 2012 1 次提交
    • L
      qapi: Convert migrate · e1c37d0e
      Luiz Capitulino 提交于
      The migrate command is one of those commands where HMP and QMP completely
      mix up together. This made the conversion to the QAPI (which separates the
      command into QMP and HMP parts) a bit difficult.
      
      The first important change to be noticed is that this commit completes the
      removal of the Monitor object from migration code, started by the previous
      commit.
      
      Another important and tricky change is about supporting the non-detached
      mode. That is, if the user doesn't pass '-d' the migrate command will lock
      the monitor and will only release it when migration is finished.
      
      To support this in the new HMP command (hmp_migrate()), it is necessary
      to create a timer which runs every second and checks if the migration is
      still active. If it is, the timer callback will re-schedule itself to run
      one second in the future. If the migration has already finished, the
      monitor lock is released and the user can use it normally.
      
      All these changes should be transparent to the user.
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      Signed-off-by: NLuiz Capitulino <lcapitulino@redhat.com>
      e1c37d0e
  5. 12 3月, 2012 1 次提交
  6. 25 2月, 2012 1 次提交
  7. 18 2月, 2012 1 次提交
  8. 26 1月, 2012 3 次提交
  9. 18 1月, 2012 5 次提交
  10. 04 1月, 2012 1 次提交
  11. 06 12月, 2011 13 次提交
  12. 05 12月, 2011 2 次提交
  13. 27 10月, 2011 1 次提交
  14. 25 10月, 2011 1 次提交
    • Y
      spice: turn client_migrate_info to async · edc5cb1a
      Yonit Halperin 提交于
      RHBZ 737921
      Spice client is required to connect to the migration target before/as migration
      starts. Since after migration starts, the target qemu is blocked and cannot accept new spice client
      we trigger the connection to the target upon client_migrate_info command.
      client_migrate_info completion cb will be called after spice client has been
      connected to the target (or a timeout). See following patches and spice patches.
      Signed-off-by: NYonit Halperin <yhalperi@redhat.com>
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      edc5cb1a
  15. 06 10月, 2011 1 次提交
  16. 04 10月, 2011 4 次提交
  17. 03 10月, 2011 1 次提交