1. 18 12月, 2015 6 次提交
  2. 11 12月, 2015 1 次提交
  3. 09 12月, 2015 10 次提交
  4. 04 12月, 2015 1 次提交
  5. 01 12月, 2015 1 次提交
  6. 30 11月, 2015 7 次提交
  7. 27 11月, 2015 5 次提交
  8. 26 11月, 2015 3 次提交
  9. 25 11月, 2015 3 次提交
  10. 19 11月, 2015 3 次提交
    • 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
    • J
      qemu: Move incoming URI code to qemu_migration · 34b9fe61
      Jiri Denemark 提交于
      Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
      34b9fe61
    • J
      qemu: Don't generate migration URI in qemuBuildCommandLine · 08600de3
      Jiri Denemark 提交于
      Make callers of qemuBuildCommandLine responsible for providing the URI
      which should be passed as a parameter for -incoming.
      Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
      08600de3