1. 08 4月, 2020 1 次提交
  2. 06 4月, 2020 1 次提交
  3. 03 4月, 2020 1 次提交
  4. 01 4月, 2020 1 次提交
  5. 13 3月, 2020 2 次提交
  6. 04 3月, 2020 3 次提交
  7. 30 1月, 2020 1 次提交
    • L
      qemu: add capabilities flag for failover feature · cad65f22
      Laine Stump 提交于
      Presence of the virtio-net-pci option called "failover" indicates
      support in a qemu binary of a simplistic bonding of a virtio-net
      device with another PCI device. This feature allows migration of
      guests that have a network device assigned to a guest with VFIO, by
      creating a network bond device in the guest consisting of the
      VFIO-assigned device and a virtio-net-pci device, then temporarily
      (and automatically) unplugging the VFIO net device prior to migration
      (and hotplugging an equivalent device on the migration
      destination). (The feature is called "failover" because the bond
      device uses the vfio-pci netdev for normal guest networking, but
      "fails over" to the virtio-net-pci netdev once the vfio-pci device is
      unplugged for migration.)
      
      Full functioning of the feature also requires support in the
      virtio-net driver in the guest OS (since that is where the bond device
      resides), but if the "failover" commandline option is present for the
      virtio-net-pci device in qemu, at least the qemu part of the feature
      is available, and libvirt can add the proper options to both the
      virtio-net-pci and vfio-pci device commandlines to indicate qemu
      should attempt doing the failover during migration.
      
      This patch just adds the qemu capabilities flag "virtio-net.failover".
      Signed-off-by: NLaine Stump <laine@redhat.com>
      Reviewed-by: NDaniel P. Berrangé <berrange@redhat.com>
      cad65f22
  8. 27 1月, 2020 1 次提交
  9. 25 1月, 2020 1 次提交
  10. 23 1月, 2020 1 次提交
  11. 16 1月, 2020 1 次提交
  12. 24 12月, 2019 1 次提交
  13. 18 12月, 2019 1 次提交
  14. 17 12月, 2019 1 次提交
  15. 22 11月, 2019 4 次提交
  16. 21 11月, 2019 5 次提交
  17. 24 10月, 2019 1 次提交
  18. 10 10月, 2019 1 次提交
  19. 27 9月, 2019 1 次提交
  20. 25 9月, 2019 1 次提交
  21. 19 9月, 2019 2 次提交
  22. 18 9月, 2019 1 次提交
  23. 06 9月, 2019 1 次提交
  24. 14 8月, 2019 1 次提交
  25. 15 7月, 2019 1 次提交
  26. 20 6月, 2019 4 次提交