aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/common.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-30memory: Name all the memory listenersPeter Xu1-0/+1
2021-09-30memory: Add RAM_PROTECTED flag to skip IOMMU mappingsSean Christopherson1-0/+1
2021-07-14vfio: Fix CID 1458134 in vfio_register_ram_discard_listener()David Hildenbrand1-1/+2
2021-07-08vfio: Disable only uncoordinated discards for VFIO_TYPE1 iommusDavid Hildenbrand1-12/+53
2021-07-08vfio: Support for RamDiscardManager in the vIOMMU caseDavid Hildenbrand1-0/+39
2021-07-08vfio: Sanity check maximum number of DMA mappings with RamDiscardManagerDavid Hildenbrand1-0/+43
2021-07-08vfio: Query and store the maximum number of possible DMA mappingsDavid Hildenbrand1-0/+4
2021-07-08vfio: Support for RamDiscardManager in the !vIOMMU caseDavid Hildenbrand1-0/+164
2021-03-16vfio/migrate: Move switch of dirty tracking into vfio_memory_listenerKeqian Zhu1-9/+40
2021-03-16vfio: Support host translation granule sizeKunkun Jiang1-23/+25
2021-03-16vfio: Do not register any IOMMU_NOTIFIER_DEVIOTLB_UNMAP notifierEric Auger1-1/+1
2021-03-16vfio: Fix vfio_listener_log_sync function name typoZenghui Yu1-2/+2
2020-11-23vfio: Change default dirty pages tracking behavior during migrationKirti Wankhede1-4/+7
2020-11-03vfio: Don't issue full 2^64 unmapJean-Philippe Brucker1-0/+11
2020-11-03vfio: Set IOMMU page size as per host supported page sizeBharat Bhushan1-0/+8
2020-11-01vfio: fix incorrect print typeZhengui li1-2/+2
2020-11-01vfio: Add routine for finding VFIO_DEVICE_GET_INFO capabilitiesMatthew Rosato1-0/+10
2020-11-01vfio: Find DMA available capabilityMatthew Rosato1-0/+31
2020-11-01vfio: Create shared routine for scanning info capabilitiesMatthew Rosato1-8/+13
2020-11-01qapi: Add VFIO devices migration stats in Migration statsKirti Wankhede1-0/+19
2020-11-01vfio: Add ioctl to get dirty pages bitmap during dma unmapKirti Wankhede1-4/+93
2020-11-01vfio: Dirty page tracking when vIOMMU is enabledKirti Wankhede1-6/+82
2020-11-01vfio: Add vfio_listener_log_sync to mark dirty pagesKirti Wankhede1-0/+116
2020-11-01vfio: Get migration capability flags for containerKirti Wankhede1-8/+82
2020-11-01vfio: Add function to unmap VFIO regionKirti Wankhede1-4/+28
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé1-2/+2
2020-07-02vfio: Convert to ram_block_discard_disable()David Hildenbrand1-24/+29
2020-02-18Report stringified errno in VFIO related errorsMichal Privoznik1-2/+2
2019-10-04memory: allow memory_region_register_iommu_notifier() to failEric Auger1-2/+7
2019-10-04vfio: Turn the container error into an Error handleEric Auger1-15/+28
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-06-13vfio/common: Introduce vfio_set_irq_signaling helperEric Auger1-0/+78
2019-03-12vfio: Make vfio_get_region_info_cap publicAlexey Kardashevskiy1-1/+1
2019-02-21hw/vfio/common: Refactor container initializationEric Auger1-44/+70
2019-02-21vfio/common: Work around kernel overflow bug in DMA unmapAlex Williamson1-1/+19
2019-01-11qemu/queue.h: typedef QTAILQ headsPaolo Bonzini1-1/+1
2019-01-11vfio: make vfio_address_spaces staticPaolo Bonzini1-1/+1
2018-08-23vfio/pci: Fix failure to close file descriptor on errorAlex Williamson1-0/+1
2018-08-21vfio/spapr: Allow backing bigger guest IOMMU pages with smaller physical pagesAlexey Kardashevskiy1-0/+3
2018-08-17vfio/ccw/pci: Allow devices to opt-in for ballooningAlex Williamson1-1/+22
2018-08-17vfio: Inhibit ballooning based on group attachment to a containerAlex Williamson1-0/+30
2018-06-15iommu: Add IOMMU index argument to notifier APIsPeter Maydell1-1/+5
2018-05-31Make address_space_translate{, _cached}() take a MemTxAttrs argumentPeter Maydell1-1/+2
2018-04-05vfio: Use a trace point when a RAM section cannot be DMA mappedEric Auger1-6/+5
2018-03-13vfio-pci: Allow mmap of MSIX BARAlexey Kardashevskiy1-0/+15
2018-03-13vfio/pci: Relax DMA map errors for MMIO regionsAlexey Kardashevskiy1-6/+49
2018-03-13vfio/common: cleanup in vfio_region_finalizeGerd Hoffmann1-0/+7
2018-02-07Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-4/+12
2018-02-07vfio: listener unregister before unset containerPeter Xu1-4/+12