1. 19 9月, 2019 2 次提交
  2. 18 9月, 2019 1 次提交
  3. 06 9月, 2019 1 次提交
  4. 14 8月, 2019 1 次提交
  5. 15 7月, 2019 1 次提交
  6. 20 6月, 2019 6 次提交
  7. 12 6月, 2019 1 次提交
    • E
      backup: Add two new qemu capabilities · 6abda7a4
      Eric Blake 提交于
      Add two capabilities for testing features required for the upcoming
      virDomainBackupBegin: use block-dirty-bitmap-merge as the generic
      witness of bitmap support needed for checkpoints (since all of the
      bitmap management functionalities were finalized in the same qemu 4.0
      release), and the bitmap parameter to nbd-server-add for pull-mode
      backup support.  Even though both capabilities are likely to be
      present or absent together (that is, it is unlikely to encounter a
      qemu that backports only one of the two), it still makes sense to keep
      two capabilities as the two uses are orthogonal (full backups don't
      require checkpoints, push mode backups don't require NBD bitmap
      support, and checkpoints can be used for more than just incremental
      backups).
      
      Existing code is not affected by the new capabilities.
      Signed-off-by: NEric Blake <eblake@redhat.com>
      Acked-by: NPeter Krempa <pkrempa@redhat.com>
      6abda7a4
  8. 06 5月, 2019 1 次提交
  9. 25 4月, 2019 1 次提交
  10. 12 4月, 2019 2 次提交
  11. 03 4月, 2019 4 次提交
  12. 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
  13. 12 2月, 2019 1 次提交
  14. 08 2月, 2019 9 次提交
  15. 22 1月, 2019 1 次提交
  16. 02 1月, 2019 3 次提交
  17. 03 12月, 2018 1 次提交
  18. 29 11月, 2018 1 次提交
  19. 19 11月, 2018 1 次提交
  20. 16 11月, 2018 1 次提交