1. 17 1月, 2013 1 次提交
  2. 16 1月, 2013 1 次提交
  3. 16 11月, 2012 1 次提交
  4. 12 11月, 2012 1 次提交
  5. 24 10月, 2012 2 次提交
  6. 29 9月, 2012 1 次提交
  7. 27 9月, 2012 1 次提交
  8. 06 9月, 2012 4 次提交
  9. 08 8月, 2012 3 次提交
  10. 07 8月, 2012 1 次提交
  11. 14 7月, 2012 1 次提交
  12. 05 6月, 2012 3 次提交
  13. 27 4月, 2012 2 次提交
  14. 20 4月, 2012 1 次提交
  15. 10 4月, 2012 1 次提交
  16. 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
  17. 12 3月, 2012 1 次提交
  18. 25 2月, 2012 1 次提交
  19. 18 2月, 2012 1 次提交
  20. 26 1月, 2012 3 次提交
  21. 18 1月, 2012 5 次提交
  22. 04 1月, 2012 1 次提交
  23. 06 12月, 2011 3 次提交