Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-02-07 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -4/+12 |
2018-02-07 | vfio: listener unregister before unset container | Peter Xu | 1 | -4/+12 |
2018-02-06 | vfio/common: Remove redundant copy of local variable | Alexey Kardashevskiy | 1 | -1/+0 |
2018-02-06 | vfio/spapr: Use iommu memory region's get_attr() | Alexey Kardashevskiy | 1 | -0/+27 |
2017-12-13 | vfio/spapr: Allow fallback to SPAPR TCE IOMMU v1 | Alexey Kardashevskiy | 1 | -0/+5 |
2017-12-13 | vfio/common: init giommu_list and hostwin_list of vfio container | Liu, Yi L | 1 | -0/+2 |
2017-12-13 | vfio: Fix vfio-kvm group registration | Alex Williamson | 1 | -0/+1 |
2017-07-17 | vfio-pci, ppc64/spapr: Reorder group-to-container attaching | Alexey Kardashevskiy | 1 | -8/+11 |
2017-07-14 | memory/iommu: QOM'fy IOMMU MemoryRegion | Alexey Kardashevskiy | 1 | -5/+7 |
2017-07-10 | vfio: Test realized when using VFIOGroup.device_list iterator | Alex Williamson | 1 | -2/+4 |
2017-05-25 | memory: remove the last param in memory_region_iommu_replay() | Peter Xu | 1 | -1/+1 |
2017-05-03 | vfio: enable 8-byte reads/writes to vfio | Jose Ricardo Ziviani | 1 | -0/+10 |
2017-05-03 | vfio: Set MemoryRegionOps:max_access_size and min_access_size | Jose Ricardo Ziviani | 1 | -0/+4 |
2017-04-20 | memory: add section range info for IOMMU notifier | Peter Xu | 1 | -3/+9 |