summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw/vfio: Use lock guard macrosAmey Narkhede2020-11-011-5/+2Star
* s390x/pci: get zPCI function info from hostMatthew Rosato2020-11-016-7/+202
* vfio: Add routine for finding VFIO_DEVICE_GET_INFO capabilitiesMatthew Rosato2020-11-012-0/+12
* s390x/pci: use a PCI Function structurePierre Morel2020-11-013-6/+15
* s390x/pci: clean up s390 PCI groupsMatthew Rosato2020-11-011-0/+12
* s390x/pci: use a PCI Group structurePierre Morel2020-11-013-9/+66
* s390x/pci: create a header dedicated to PCI CLPPierre Morel2020-11-013-196/+212
* s390x/pci: Honor DMA limits set by vfioMatthew Rosato2020-11-016-11/+116
* s390x/pci: Add routine to get the vfio dma available countMatthew Rosato2020-11-013-0/+79
* vfio: Find DMA available capabilityMatthew Rosato2020-11-012-0/+33
* vfio: Create shared routine for scanning info capabilitiesMatthew Rosato2020-11-011-8/+13
* s390x/pci: Move header files to include/hw/s390xMatthew Rosato2020-11-016-5/+6
* linux-headers: update against 5.10-rc1Matthew Rosato2020-11-0128-16/+294
* update-linux-headers: Add vfio_zdev.hMatthew Rosato2020-11-011-1/+1
* qapi: Add VFIO devices migration stats in Migration statsKirti Wankhede2020-11-016-0/+71
* vfio: Make vfio-pci device migration capableKirti Wankhede2020-11-012-21/+8Star
* vfio: Add ioctl to get dirty pages bitmap during dma unmapKirti Wankhede2020-11-011-4/+93
* vfio: Dirty page tracking when vIOMMU is enabledKirti Wankhede2020-11-012-6/+83
* vfio: Add vfio_listener_log_sync to mark dirty pagesKirti Wankhede2020-11-012-0/+117
* vfio: Add function to start and stop dirty pages trackingKirti Wankhede2020-11-011-0/+36
* vfio: Get migration capability flags for containerKirti Wankhede2020-11-013-9/+91
* memory: Set DIRTY_MEMORY_MIGRATION when IOMMU is enabledKirti Wankhede2020-11-011-1/+1
* vfio: Add load state functions to SaveVMHandlersKirti Wankhede2020-11-012-0/+199
* vfio: Add save state functions to SaveVMHandlersKirti Wankhede2020-11-013-0/+283
* vfio: Register SaveVMHandlers for VFIO deviceKirti Wankhede2020-11-012-0/+104
* vfio: Add migration state change notifierKirti Wankhede2020-11-013-0/+31
* vfio: Add VM state change handler to know state of VMKirti Wankhede2020-11-013-0/+166
* vfio: Add migration region initialization and finalize functionKirti Wankhede2020-11-014-0/+135
* vfio: Add save and load functions for VFIO PCI devicesKirti Wankhede2020-11-012-0/+53
* vfio: Add vfio_get_object callback to VFIODeviceOpsKirti Wankhede2020-11-012-0/+9
* vfio: Add function to unmap VFIO regionKirti Wankhede2020-11-013-4/+30
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-11-0116-56/+122
|\
| * intel_iommu: Fix two misuse of "0x%u" printsPeter Xu2020-10-301-2/+2
| * virtio: skip guest index check on device loadFelipe Franciosi2020-10-301-6/+7
| * vhost-blk: set features before setting inflight featureJin Yu2020-10-303-0/+25
| * pci: Disallow improper BAR registration for type 1Ben Widawsky2020-10-301-0/+6
| * pci: Change error_report to assert(3)Ben Widawsky2020-10-301-5/+1Star
| * pci: advertise a page aligned ATSJason Wang2020-10-301-2/+3
| * pc: Implement -no-hpet as sugar for -machine hpet=onEduardo Habkost2020-10-305-25/+46
| * vhost: Don't special case vq->used_phys in vhost_get_log_size()Greg Kurz2020-10-301-10/+0Star
| * pci: Assert irqnum is between 0 and bus->nirqs in pci_bus_change_irq_levelMark Cave-Ayland2020-10-301-0/+2
| * hw/pci: Extract pci_bus_change_irq_level() from pci_change_irq_level()Philippe Mathieu-Daudé2020-10-301-2/+7
| * hw/virtio/vhost-vdpa: Fix Coverity CID 1432864Philippe Mathieu-Daudé2020-10-301-2/+2
| * acpi/crs: Support ranges > 32b for hostsBen Widawsky2020-10-301-2/+8
| * acpi/crs: Prevent bad ranges for host bridgesBen Widawsky2020-10-301-0/+2
| * vhost-vsock: set vhostfd to non-blocking modeStefano Garzarella2020-10-301-0/+10
| * vhost-vdpa: negotiate VIRTIO_NET_F_STATUS with driverSi-Wei Liu2020-10-301-0/+1
* | Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201029-pull-reque...Peter Maydell2020-10-314-10/+28
|\ \
| * | modules: turn off lazy bindingGerd Hoffmann2020-10-291-1/+1
| * | modules: unbreak them on macosGerd Hoffmann2020-10-291-0/+1