1. 27 11月, 2015 2 次提交
  2. 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
  3. 10 11月, 2015 14 次提交
  4. 07 10月, 2015 2 次提交
    • A
      qemu: Fix indentation issue · 7cdf944b
      Andrea Bolognani 提交于
      Two #define lines introduced by b527aa09 did not respect the
      indentation rules, thus breaking syntax-check.
      7cdf944b
    • A
      qemu: Remove explicit values from virQEMUCapsFlags · b527aa09
      Andrea Bolognani 提交于
      This gets rid of the partially enforced alignment and makes it less
      likely for a bogus value to be introduced in the enumeration.
      Capabilities are divided in five-element groups for better readability.
      
      Use #define for QEMU_CAPS_NET_NAME and QEMU_CAPS_HOST_NET_ADD, both
      of which are aliases for QEMU_CAPS_0_10.
      b527aa09
  5. 02 10月, 2015 1 次提交
  6. 10 9月, 2015 3 次提交
  7. 10 8月, 2015 3 次提交
    • L
      qemu: add capabilities bit for device xio3130-downstream · ad1748a1
      Laine Stump 提交于
      The downstream ports of an x3130-upstream switch can each have one of
      these plugged into them (and that is the only place they can be
      connected). Each xio3130-downstream provides a single PCIe port that
      can have PCI or PCIe devices hotplugged into it. Apparently an entire
      set of x3130-upstream + several xio3130-downstreams can be hotplugged
      as a unit, but it's not clear to me yet how that would be done, since
      qemu only allows attaching a single device at a time.
      
      This device will be used to implement the
      "pcie-switch-downstream-port" model of pci controller.
      ad1748a1
    • L
      qemu: add capabilities bit for device x3130-upstream · 4cde7588
      Laine Stump 提交于
      This is the upstream part of a PCIe switch. It connects to a PCIe port
      (but not PCI) on the upstream side, and can have up to 31
      xio3130-downstream controllers (but no other types of devices)
      connected to its downstream side.
      
      This device will be used to implement the "pcie-switch-upstream-port"
      model of pci controller.
      4cde7588
    • L
      qemu: add capabilities bit for device ioh3420 · 408b100a
      Laine Stump 提交于
      This is a PCIE "root port". It connects only to a port of the
      integrated pcie.0 bus of a Q35 machine (can't be hotplugged), and
      provides a single PCIe port that can have PCI or PCIe devices
      hotplugged into it.
      
      This device will be used to implement the "pcie-root-port" model of
      pci controller.
      408b100a
  8. 06 8月, 2015 1 次提交
  9. 24 7月, 2015 1 次提交
  10. 20 7月, 2015 1 次提交
  11. 10 7月, 2015 1 次提交
  12. 30 6月, 2015 1 次提交
  13. 22 6月, 2015 1 次提交
  14. 15 6月, 2015 1 次提交
  15. 11 6月, 2015 1 次提交
  16. 09 6月, 2015 1 次提交
  17. 21 5月, 2015 1 次提交
  18. 18 5月, 2015 1 次提交
  19. 04 5月, 2015 2 次提交
  20. 21 2月, 2015 1 次提交