Age | Commit message (Expand) | Author | Files | Lines |
2021-11-17 | vfio: Fix memory leak of hostwin | Peng Liang | 1 | -0/+8 |
2021-11-01 | vfio/common: Add a trace point when a MMIO RAM section cannot be mapped | Kunkun Jiang | 1 | -0/+7 |
2021-09-30 | memory: Name all the memory listeners | Peter Xu | 1 | -0/+1 |
2021-09-30 | memory: Add RAM_PROTECTED flag to skip IOMMU mappings | Sean Christopherson | 1 | -0/+1 |
2021-07-14 | vfio: Fix CID 1458134 in vfio_register_ram_discard_listener() | David Hildenbrand | 1 | -1/+2 |
2021-07-08 | vfio: Disable only uncoordinated discards for VFIO_TYPE1 iommus | David Hildenbrand | 1 | -12/+53 |
2021-07-08 | vfio: Support for RamDiscardManager in the vIOMMU case | David Hildenbrand | 1 | -0/+39 |
2021-07-08 | vfio: Sanity check maximum number of DMA mappings with RamDiscardManager | David Hildenbrand | 1 | -0/+43 |
2021-07-08 | vfio: Query and store the maximum number of possible DMA mappings | David Hildenbrand | 1 | -0/+4 |
2021-07-08 | vfio: Support for RamDiscardManager in the !vIOMMU case | David Hildenbrand | 1 | -0/+164 |
2021-03-16 | vfio/migrate: Move switch of dirty tracking into vfio_memory_listener | Keqian Zhu | 1 | -9/+40 |
2021-03-16 | vfio: Support host translation granule size | Kunkun Jiang | 1 | -23/+25 |
2021-03-16 | vfio: Do not register any IOMMU_NOTIFIER_DEVIOTLB_UNMAP notifier | Eric Auger | 1 | -1/+1 |
2021-03-16 | vfio: Fix vfio_listener_log_sync function name typo | Zenghui Yu | 1 | -2/+2 |
2020-11-23 | vfio: Change default dirty pages tracking behavior during migration | Kirti Wankhede | 1 | -4/+7 |
2020-11-03 | vfio: Don't issue full 2^64 unmap | Jean-Philippe Brucker | 1 | -0/+11 |
2020-11-03 | vfio: Set IOMMU page size as per host supported page size | Bharat Bhushan | 1 | -0/+8 |
2020-11-01 | vfio: fix incorrect print type | Zhengui li | 1 | -2/+2 |
2020-11-01 | vfio: Add routine for finding VFIO_DEVICE_GET_INFO capabilities | Matthew Rosato | 1 | -0/+10 |
2020-11-01 | vfio: Find DMA available capability | Matthew Rosato | 1 | -0/+31 |
2020-11-01 | vfio: Create shared routine for scanning info capabilities | Matthew Rosato | 1 | -8/+13 |
2020-11-01 | qapi: Add VFIO devices migration stats in Migration stats | Kirti Wankhede | 1 | -0/+19 |
2020-11-01 | vfio: Add ioctl to get dirty pages bitmap during dma unmap | Kirti Wankhede | 1 | -4/+93 |
2020-11-01 | vfio: Dirty page tracking when vIOMMU is enabled | Kirti Wankhede | 1 | -6/+82 |
2020-11-01 | vfio: Add vfio_listener_log_sync to mark dirty pages | Kirti Wankhede | 1 | -0/+116 |
2020-11-01 | vfio: Get migration capability flags for container | Kirti Wankhede | 1 | -8/+82 |
2020-11-01 | vfio: Add function to unmap VFIO region | Kirti Wankhede | 1 | -4/+28 |
2020-09-16 | util: rename qemu_open() to qemu_open_old() | Daniel P. Berrangé | 1 | -2/+2 |
2020-07-02 | vfio: Convert to ram_block_discard_disable() | David Hildenbrand | 1 | -24/+29 |
2020-02-18 | Report stringified errno in VFIO related errors | Michal Privoznik | 1 | -2/+2 |
2019-10-04 | memory: allow memory_region_register_iommu_notifier() to fail | Eric Auger | 1 | -2/+7 |
2019-10-04 | vfio: Turn the container error into an Error handle | Eric Auger | 1 | -15/+28 |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster | 1 | -0/+1 |
2019-06-13 | vfio/common: Introduce vfio_set_irq_signaling helper | Eric Auger | 1 | -0/+78 |
2019-03-12 | vfio: Make vfio_get_region_info_cap public | Alexey Kardashevskiy | 1 | -1/+1 |
2019-02-21 | hw/vfio/common: Refactor container initialization | Eric Auger | 1 | -44/+70 |
2019-02-21 | vfio/common: Work around kernel overflow bug in DMA unmap | Alex Williamson | 1 | -1/+19 |
2019-01-11 | qemu/queue.h: typedef QTAILQ heads | Paolo Bonzini | 1 | -1/+1 |
2019-01-11 | vfio: make vfio_address_spaces static | Paolo Bonzini | 1 | -1/+1 |
2018-08-23 | vfio/pci: Fix failure to close file descriptor on error | Alex Williamson | 1 | -0/+1 |
2018-08-21 | vfio/spapr: Allow backing bigger guest IOMMU pages with smaller physical pages | Alexey Kardashevskiy | 1 | -0/+3 |
2018-08-17 | vfio/ccw/pci: Allow devices to opt-in for ballooning | Alex Williamson | 1 | -1/+22 |
2018-08-17 | vfio: Inhibit ballooning based on group attachment to a container | Alex Williamson | 1 | -0/+30 |
2018-06-15 | iommu: Add IOMMU index argument to notifier APIs | Peter Maydell | 1 | -1/+5 |
2018-05-31 | Make address_space_translate{, _cached}() take a MemTxAttrs argument | Peter Maydell | 1 | -1/+2 |
2018-04-05 | vfio: Use a trace point when a RAM section cannot be DMA mapped | Eric Auger | 1 | -6/+5 |
2018-03-13 | vfio-pci: Allow mmap of MSIX BAR | Alexey Kardashevskiy | 1 | -0/+15 |
2018-03-13 | vfio/pci: Relax DMA map errors for MMIO regions | Alexey Kardashevskiy | 1 | -6/+49 |
2018-03-13 | vfio/common: cleanup in vfio_region_finalize | Gerd Hoffmann | 1 | -0/+7 |