1. 03 5月, 2016 1 次提交
  2. 02 5月, 2016 1 次提交
  3. 20 4月, 2016 4 次提交
    • A
      qemu: Cache GIC capabilities · c9458b65
      Andrea Bolognani 提交于
      Implement support for saving GIC capabilities in the cache and
      read them back.
      c9458b65
    • A
      qemu: Fill in GIC capabilities · e087aa75
      Andrea Bolognani 提交于
      Take the GIC capabilities stored in a virQEMUCaps instance and
      update a virDomainCaps instance appropriately.
      e087aa75
    • A
      qemu: Probe GIC capabilities · 12209ba5
      Andrea Bolognani 提交于
      QEMU introduced the query-gic-capabilities QMP command
      with commit 4468d4e0f383: use the command, if available,
      to probe available GIC capabilities.
      
      The information obtained is stored in a virQEMUCaps
      instance, and will be later used to fill in a
      virDomainCaps instance.
      12209ba5
    • A
      conf: Get rid of virDomainCapsDevice · 29980231
      Andrea Bolognani 提交于
      The struct contains a single boolean field, 'supported':
      the meaning of this field is too generic to be limited to
      devices only, and in fact it's already being used for
      other things like loaders and OSs.
      
      Instead of trying to come up with a more generic name just
      get rid of the struct altogether.
      29980231
  4. 15 4月, 2016 3 次提交
    • P
      qemu: caps: Deprecate QEMU_CAPS_BALLOON · 2242a008
      Peter Krempa 提交于
      The flag is now unused and all qemus supported by libvirt already
      support it.
      2242a008
    • L
      qemu: add capabilities bit for device "pxb-pcie" · 0ec0bc85
      Laine Stump 提交于
          The pxb device is a PCIe expander bus that can be added to any
          Q35-based machinetype. A single PCIe port (*not* hotpluggable) is
          provided; if more than one device is desired, or if hotplug
          support is needed, either a pcie-root-port, or some combination of
          pcie-switch-upstream-port and pcie-swith-downstream-ports must be
          added to it. It can have a NUMA node number associated with it, as
          well as a bus number.
      0ec0bc85
    • L
      qemu: add capabilities bit for device "pxb" · 5d4e2b17
      Laine Stump 提交于
      The pxb device is a PCI expander bus that can be added to any
      440fx-based machinetype. The PCI bus that is created has 32 standard
      PCI slots (hotpluggable). It can have a NUMA node number associated
      with it, as well as a bus number.
      5d4e2b17
  5. 08 4月, 2016 1 次提交
  6. 07 4月, 2016 1 次提交
  7. 25 3月, 2016 1 次提交
  8. 12 3月, 2016 1 次提交
  9. 11 3月, 2016 1 次提交
  10. 10 3月, 2016 1 次提交
  11. 01 3月, 2016 2 次提交
  12. 22 2月, 2016 2 次提交
  13. 12 1月, 2016 2 次提交
  14. 11 1月, 2016 3 次提交
  15. 24 12月, 2015 1 次提交
  16. 30 11月, 2015 2 次提交
  17. 27 11月, 2015 2 次提交
  18. 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
  19. 10 11月, 2015 10 次提交