summaryrefslogtreecommitdiffstats
path: root/include/hw/vfio
Commit message (Expand)AuthorAgeFilesLines
* vfio/common: Rename VFIOGuestIOMMU::iommu into ::iommu_mrYi Liu2022-05-061-1/+1
* vfio: Query and store the maximum number of possible DMA mappingsDavid Hildenbrand2021-07-081-0/+1
* vfio: Support for RamDiscardManager in the !vIOMMU caseDavid Hildenbrand2021-07-081-0/+11
* vfio: Change default dirty pages tracking behavior during migrationKirti Wankhede2020-11-231-0/+1
* vfio: Make migration support experimentalAlex Williamson2020-11-231-0/+1
* vfio: Add routine for finding VFIO_DEVICE_GET_INFO capabilitiesMatthew Rosato2020-11-011-0/+2
* vfio: Find DMA available capabilityMatthew Rosato2020-11-011-0/+2
* qapi: Add VFIO devices migration stats in Migration statsKirti Wankhede2020-11-011-0/+3
* vfio: Get migration capability flags for containerKirti Wankhede2020-11-011-0/+3
* vfio: Add save state functions to SaveVMHandlersKirti Wankhede2020-11-011-0/+1
* vfio: Add migration state change notifierKirti Wankhede2020-11-011-0/+2
* vfio: Add VM state change handler to know state of VMKirti Wankhede2020-11-011-0/+4
* vfio: Add migration region initialization and finalize functionKirti Wankhede2020-11-011-0/+9
* vfio: Add save and load functions for VFIO PCI devicesKirti Wankhede2020-11-011-0/+2
* vfio: Add vfio_get_object callback to VFIODeviceOpsKirti Wankhede2020-11-011-0/+1
* vfio: Add function to unmap VFIO regionKirti Wankhede2020-11-011-0/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-093-22/+6Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-093-8/+15
* vfio: Convert to ram_block_discard_disable()David Hildenbrand2020-07-021-2/+2
* vfio: Turn the container error into an Error handleEric Auger2019-10-041-1/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-1/+0Star
* vfio-common.h: Remove inaccurate commentFabiano Rosas2019-07-021-5/+0Star
* vfio/common: Introduce vfio_set_irq_signaling helperEric Auger2019-06-131-0/+2
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20190311.0' ...Peter Maydell2019-03-121-0/+4
|\
| * vfio/display: delay link up eventGerd Hoffmann2019-03-111-0/+1
| * vfio/display: add edid support.Gerd Hoffmann2019-03-111-0/+3
* | vfio: Make vfio_get_region_info_cap publicAlexey Kardashevskiy2019-03-121-0/+2
|/
* qemu/queue.h: typedef QTAILQ headsPaolo Bonzini2019-01-111-1/+2
* qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini2019-01-111-1/+1
* vfio: make vfio_address_spaces staticPaolo Bonzini2019-01-111-1/+0Star
* vfio: Clean up error reporting after previous commitMarkus Armbruster2018-10-191-1/+0Star
* vfio: Use warn_report() & friends to report warningsMarkus Armbruster2018-10-191-1/+1
* vfio/platform: Make the vfio-platform device non-abstractEric Auger2018-10-151-1/+2
* hw/vfio/display: add ramfb supportGerd Hoffmann2018-10-151-0/+2
* s390x/vfio: ap: Introduce VFIO AP deviceTony Krowiak2018-10-121-0/+1
* vfio/spapr: Allow backing bigger guest IOMMU pages with smaller physical pagesAlexey Kardashevskiy2018-08-211-0/+1
* vfio/ccw/pci: Allow devices to opt-in for ballooningAlex Williamson2018-08-171-0/+2
* vfio: remove DPRINTF() definition from vfio-common.hTiwei Bie2018-06-051-9/+0Star
* vfio: Include "exec/address-spaces.h" directly in the source filePhilippe Mathieu-Daudé2018-05-311-1/+0Star
* vfio-pci: Allow mmap of MSIX BARAlexey Kardashevskiy2018-03-131-0/+1
* vfio/display: adding dmabuf supportGerd Hoffmann2018-03-131-0/+14
* vfio/display: adding region supportGerd Hoffmann2018-03-131-0/+8
* memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy2017-07-141-1/+1
* vfio: Test realized when using VFIOGroup.device_list iteratorAlex Williamson2017-07-101-0/+1
* vfio/ccw: vfio based subchannel passthrough driverXiao Feng Ren2017-05-191-0/+1
* vfio: Pass an error object to vfio_get_deviceEric Auger2016-10-171-1/+1
* vfio: Pass an error object to vfio_get_groupEric Auger2016-10-171-1/+1
* vfio/pci: Use local error object in vfio_initfnEric Auger2016-10-171-0/+3
* memory: introduce IOMMUNotifier and its capsPeter Xu2016-09-271-1/+1