aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/common.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-08vfio/common: remove spurious warning on vfio_listener_region_delEric Auger1-1/+9
2022-05-13linux-headers: Update to v5.18-rc6Alex Williamson1-3/+3
2022-05-06vfio/common: Rename VFIOGuestIOMMU::iommu into ::iommu_mrYi Liu1-8/+8
2022-05-06vfio/common: remove spurious tpm-crb-cmd misalignment warningEric Auger1-1/+26
2022-05-06vfio/common: Fix a small boundary issue of a traceXiang Chen1-4/+3
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-12/+12
2021-11-17vfio: Fix memory leak of hostwinPeng Liang1-0/+8
2021-11-01vfio/common: Add a trace point when a MMIO RAM section cannot be mappedKunkun Jiang1-0/+7
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