1. 05 3月, 2019 1 次提交
    • C
      qemu: capabilities: Add virtio/vhost {non-}transitional · f15111f6
      Cole Robinson 提交于
      Add a single QEMU_CAPS_VIRTIO_PCI_TRANSITIONAL that
      will be set if any of the following qemu devices are found:
      
          virtio-blk-pci-transitional
          virtio-blk-pci-non-transitional
          virtio-net-pci-transitional
          virtio-net-pci-non-transitional
          vhost-scsi-pci-transitional
          vhost-scsi-pci-non-transitional
          virtio-rng-pci-transitional
          virtio-rng-pci-non-transitional
          virtio-9p-pci-transitional
          virtio-9p-pci-non-transitional
          virtio-balloon-pci-transitional
          virtio-balloon-pci-non-transitional
          vhost-vsock-pci-transitional
          vhost-vsock-pci-non-transitional
          virtio-input-host-pci-transitional
          virtio-input-host-pci-non-transitional
          virtio-scsi-pci-transitional
          virtio-scsi-pci-non-transitional
          virtio-serial-pci-transitional
          virtio-serial-pci-non-transitional
      Reviewed-by: NAndrea Bolognani <abologna@redhat.com>
      Signed-off-by: NCole Robinson <crobinso@redhat.com>
      f15111f6
  2. 12 2月, 2019 1 次提交
  3. 08 2月, 2019 9 次提交
  4. 22 1月, 2019 1 次提交
  5. 02 1月, 2019 3 次提交
  6. 03 12月, 2018 1 次提交
  7. 29 11月, 2018 1 次提交
  8. 19 11月, 2018 1 次提交
  9. 16 11月, 2018 2 次提交
  10. 21 9月, 2018 1 次提交
  11. 12 9月, 2018 2 次提交
  12. 07 9月, 2018 6 次提交
  13. 28 8月, 2018 1 次提交
  14. 24 8月, 2018 2 次提交
  15. 20 8月, 2018 1 次提交
    • E
      qemu: Fix probing of AMD SEV support · 764491c9
      Erik Skultety 提交于
      So the procedure to detect SEV support works like this:
      1) we detect that sev-guest is among the QOM types and set the cap flag
      2) we probe the monitor for SEV support
          - this is tricky, because QEMU with compiled SEV support will always
          report -object sev-guest and query-sev-capabilities command, that
          however doesn't mean SEV is supported
      3) depending on what the monitor returned, we either keep or clear the
      capability flag for SEV
      
      Commit a349c6c2 added an explicit check for "GenericError" in the
      monitor reply to prevent libvirtd to spam logs about missing
      'query-sev-capabilities' command. At the same time though, it returned
      success in this case which means that we didn't clear the capability
      flag afterwards and happily formatted SEV into qemuCaps. Therefore,
      adjust all the relevant callers to handle -1 on errors, 0 on SEV being
      unsupported and 1 on SEV being supported.
      Signed-off-by: NErik Skultety <eskultet@redhat.com>
      Acked-by: NPeter Krempa <pkrempa@redhat.com>
      764491c9
  16. 15 8月, 2018 1 次提交
  17. 09 8月, 2018 1 次提交
  18. 19 7月, 2018 2 次提交
  19. 17 7月, 2018 1 次提交
  20. 10 7月, 2018 2 次提交