1. 17 4月, 2018 4 次提交
  2. 16 4月, 2018 12 次提交
  3. 12 4月, 2018 6 次提交
  4. 08 3月, 2018 1 次提交
  5. 03 2月, 2018 1 次提交
  6. 04 1月, 2018 1 次提交
  7. 28 11月, 2017 1 次提交
  8. 29 8月, 2017 2 次提交
  9. 27 7月, 2017 1 次提交
  10. 11 7月, 2017 1 次提交
  11. 15 5月, 2017 1 次提交
  12. 27 3月, 2017 2 次提交
  13. 17 3月, 2017 1 次提交
  14. 03 3月, 2017 1 次提交
    • A
      qemu: Drop QEMU_CAPS_PCI_MULTIBUS · 5b783379
      Andrea Bolognani 提交于
      Due to the extra architecture-specific logic, it's already
      necessary for users to call virQEMUCapsHasPCIMultiBus(),
      so the capability itself is just a pointless distraction.
      5b783379
  15. 06 12月, 2016 1 次提交
  16. 26 11月, 2016 2 次提交
  17. 25 11月, 2016 1 次提交
  18. 09 11月, 2016 1 次提交
    • P
      qemu: capabilities: Add support for QMP schema introspection · 70c7025d
      Peter Krempa 提交于
      Allow detecting capabilities according to the qemu QMP schema. This is
      necessary as sometimes the availability of certain options depends on
      the presence of a field in the schema.
      
      This patch adds support for loading the QMP schema when detecting qemu
      capabilities and adds a very simple query language to allow traversing
      the schema and selecting a certain element from it.
      
      The infrastructure in this patch uses a query path to set a specific
      capability flag according to the availability of the given element in
      the schema.
      70c7025d