1. 14 5月, 2018 1 次提交
  2. 24 3月, 2018 1 次提交
    • A
      tests: qemucapabilities: Drop mostly duplicated data · 7dd5b0c5
      Andrea Bolognani 提交于
      When GIC support was introduced (QEMU 2.6 timeframe) we needed
      to make sure both GICv2 hardware and GICv3 hardware were handled
      correctly, and that was achieved by having separate capabilities
      data for each.
      
      Now that we have capabilities data for several QEMU versions we
      can stop storing data for GICv2 and GICv3 hardware separately,
      and instead have GICv2 data for QEMU <= 2.10 and GICv3 data for
      QEMU >= 2.12, without losing any coverage.
      Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
      7dd5b0c5
  3. 22 3月, 2018 1 次提交
  4. 08 3月, 2018 1 次提交
  5. 08 11月, 2017 1 次提交
  6. 22 9月, 2017 1 次提交
  7. 18 7月, 2017 1 次提交
  8. 20 6月, 2017 1 次提交
  9. 30 3月, 2017 1 次提交
  10. 04 3月, 2017 1 次提交
  11. 06 1月, 2017 2 次提交
  12. 07 12月, 2016 1 次提交
  13. 28 11月, 2016 1 次提交
  14. 26 11月, 2016 2 次提交
  15. 09 11月, 2016 1 次提交
  16. 12 10月, 2016 2 次提交
  17. 20 9月, 2016 1 次提交
  18. 05 8月, 2016 1 次提交
  19. 24 5月, 2016 1 次提交
  20. 16 5月, 2016 1 次提交
  21. 06 5月, 2016 1 次提交
  22. 04 5月, 2016 1 次提交
    • J
      qemu: Add capability for virtio-scsi iothreads · e2faa976
      John Ferlan 提交于
      An iothread for virtio-scsi is a property of the controller. Add a lookup
      of the 'virtio-scsi-pci' and 'virtio-scsi-ccw' device properties and parse
      the output.  For both, support for the iothread was added in qemu 2.4
      while support for virtio-scsi in general was added in qemu 1.4.
      
      Modify the various mock capabilities replies (by hand) to reflect the
      when virtio-scsi was supported and then specifically when the iothread
      property was added. For versions prior to 1.4, use the no device error
      return for virtio-scsi. For versions 1.4 to before 2.4, add some data
      for virtio-scsi-pci even though it isn't complete we're not looking for
      anything specific there anyway. For 2.4 to 2.6, add a more complete reply.
      Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
      e2faa976
  23. 03 5月, 2016 1 次提交
  24. 15 4月, 2016 1 次提交
    • 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
  25. 07 4月, 2016 1 次提交
  26. 01 3月, 2016 1 次提交
  27. 12 1月, 2016 1 次提交
  28. 11 1月, 2016 1 次提交
  29. 24 12月, 2015 1 次提交
  30. 27 11月, 2015 2 次提交
  31. 12 11月, 2015 1 次提交
  32. 25 11月, 2014 1 次提交
  33. 23 9月, 2014 1 次提交