1. 12 3月, 2016 1 次提交
  2. 11 3月, 2016 1 次提交
  3. 10 3月, 2016 1 次提交
  4. 01 3月, 2016 2 次提交
  5. 22 2月, 2016 2 次提交
  6. 12 1月, 2016 2 次提交
  7. 11 1月, 2016 3 次提交
  8. 24 12月, 2015 1 次提交
  9. 30 11月, 2015 2 次提交
  10. 27 11月, 2015 2 次提交
  11. 19 11月, 2015 1 次提交
    • J
      qemu: Use -incoming defer for migrations · 2c4ba8b4
      Jiri Denemark 提交于
      Traditionally, we pass incoming migration URI on QEMU command line,
      which has some drawbacks. Depending on the URI QEMU may initialize its
      migration state immediately without giving us a chance to set any
      additional migration parameters (this applies mainly for fd: URIs). For
      some URIs the monitor may be completely blocked from the beginning until
      migration is finished, which means we may be stuck in qmp_capabilities
      command without being able to send any QMP commands.
      
      QEMU solved this by introducing "defer" parameter for -incoming command
      line option. This will tell QEMU to prepare for an incoming migration
      while the actual incoming URI is sent using migrate-incoming QMP
      command. Before calling this command we can normally talk to the
      monitor and even set any migration parameters which will be honored by
      the incoming migration.
      Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
      2c4ba8b4
  12. 10 11月, 2015 15 次提交
  13. 05 10月, 2015 1 次提交
  14. 02 10月, 2015 1 次提交
  15. 22 9月, 2015 1 次提交
  16. 16 9月, 2015 1 次提交
    • A
      qemu: Fix using guest architecture as lookup key · eb36666d
      Andrea Bolognani 提交于
      When looking for a QEMU binary suitable for running ppc64le guests
      we have to take into account the fact that we use the QEMU target
      as key for the hash, so direct comparison is not good enough.
      
      Factor out the logic from virQEMUCapsFindBinaryForArch() to a new
      virQEMUCapsFindTarget() function and use that both when looking
      for QEMU binaries available on the system and when looking up
      QEMU capabilities later.
      
      Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1260753
      eb36666d
  17. 10 9月, 2015 3 次提交