| Commit message (Expand) | Author | Age | Files | Lines |
* | vfio: fix incorrect print type | Zhengui li | 2020-11-01 | 1 | -2/+2 |
* | vfio: Add routine for finding VFIO_DEVICE_GET_INFO capabilities | Matthew Rosato | 2020-11-01 | 1 | -0/+10 |
* | vfio: Find DMA available capability | Matthew Rosato | 2020-11-01 | 1 | -0/+31 |
* | vfio: Create shared routine for scanning info capabilities | Matthew Rosato | 2020-11-01 | 1 | -8/+13 |
* | qapi: Add VFIO devices migration stats in Migration stats | Kirti Wankhede | 2020-11-01 | 1 | -0/+19 |
* | vfio: Add ioctl to get dirty pages bitmap during dma unmap | Kirti Wankhede | 2020-11-01 | 1 | -4/+93 |
* | vfio: Dirty page tracking when vIOMMU is enabled | Kirti Wankhede | 2020-11-01 | 1 | -6/+82 |
* | vfio: Add vfio_listener_log_sync to mark dirty pages | Kirti Wankhede | 2020-11-01 | 1 | -0/+116 |
* | vfio: Get migration capability flags for container | Kirti Wankhede | 2020-11-01 | 1 | -8/+82 |
* | vfio: Add function to unmap VFIO region | Kirti Wankhede | 2020-11-01 | 1 | -4/+28 |
* | util: rename qemu_open() to qemu_open_old() | Daniel P. Berrangé | 2020-09-16 | 1 | -2/+2 |
* | vfio: Convert to ram_block_discard_disable() | David Hildenbrand | 2020-07-02 | 1 | -24/+29 |
* | Report stringified errno in VFIO related errors | Michal Privoznik | 2020-02-18 | 1 | -2/+2 |
* | memory: allow memory_region_register_iommu_notifier() to fail | Eric Auger | 2019-10-04 | 1 | -2/+7 |
* | vfio: Turn the container error into an Error handle | Eric Auger | 2019-10-04 | 1 | -15/+28 |
* | Include qemu/main-loop.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include sysemu/reset.h a lot less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | vfio/common: Introduce vfio_set_irq_signaling helper | Eric Auger | 2019-06-13 | 1 | -0/+78 |
* | vfio: Make vfio_get_region_info_cap public | Alexey Kardashevskiy | 2019-03-12 | 1 | -1/+1 |
* | hw/vfio/common: Refactor container initialization | Eric Auger | 2019-02-22 | 1 | -44/+70 |
* | vfio/common: Work around kernel overflow bug in DMA unmap | Alex Williamson | 2019-02-22 | 1 | -1/+19 |
* | qemu/queue.h: typedef QTAILQ heads | Paolo Bonzini | 2019-01-11 | 1 | -1/+1 |
* | vfio: make vfio_address_spaces static | Paolo Bonzini | 2019-01-11 | 1 | -1/+1 |
* | vfio/pci: Fix failure to close file descriptor on error | Alex Williamson | 2018-08-23 | 1 | -0/+1 |
* | vfio/spapr: Allow backing bigger guest IOMMU pages with smaller physical pages | Alexey Kardashevskiy | 2018-08-21 | 1 | -0/+3 |
* | vfio/ccw/pci: Allow devices to opt-in for ballooning | Alex Williamson | 2018-08-17 | 1 | -1/+22 |
* | vfio: Inhibit ballooning based on group attachment to a container | Alex Williamson | 2018-08-17 | 1 | -0/+30 |
* | iommu: Add IOMMU index argument to notifier APIs | Peter Maydell | 2018-06-15 | 1 | -1/+5 |
* | Make address_space_translate{, _cached}() take a MemTxAttrs argument | Peter Maydell | 2018-05-31 | 1 | -1/+2 |
* | vfio: Use a trace point when a RAM section cannot be DMA mapped | Eric Auger | 2018-04-05 | 1 | -6/+5 |
* | vfio-pci: Allow mmap of MSIX BAR | Alexey Kardashevskiy | 2018-03-13 | 1 | -0/+15 |
* | vfio/pci: Relax DMA map errors for MMIO regions | Alexey Kardashevskiy | 2018-03-13 | 1 | -6/+49 |
* | vfio/common: cleanup in vfio_region_finalize | Gerd Hoffmann | 2018-03-13 | 1 | -0/+7 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2018-02-07 | 1 | -4/+12 |
|\ |
|
| * | vfio: listener unregister before unset container | Peter Xu | 2018-02-07 | 1 | -4/+12 |
* | | vfio/common: Remove redundant copy of local variable | Alexey Kardashevskiy | 2018-02-06 | 1 | -1/+0 |
* | | vfio/spapr: Use iommu memory region's get_attr() | Alexey Kardashevskiy | 2018-02-06 | 1 | -0/+27 |
|/ |
|
* | vfio/spapr: Allow fallback to SPAPR TCE IOMMU v1 | Alexey Kardashevskiy | 2017-12-13 | 1 | -0/+5 |
* | vfio/common: init giommu_list and hostwin_list of vfio container | Liu, Yi L | 2017-12-13 | 1 | -0/+2 |
* | vfio: Fix vfio-kvm group registration | Alex Williamson | 2017-12-13 | 1 | -0/+1 |
* | vfio-pci, ppc64/spapr: Reorder group-to-container attaching | Alexey Kardashevskiy | 2017-07-17 | 1 | -8/+11 |
* | memory/iommu: QOM'fy IOMMU MemoryRegion | Alexey Kardashevskiy | 2017-07-14 | 1 | -5/+7 |
* | vfio: Test realized when using VFIOGroup.device_list iterator | Alex Williamson | 2017-07-10 | 1 | -2/+4 |
* | memory: remove the last param in memory_region_iommu_replay() | Peter Xu | 2017-05-25 | 1 | -1/+1 |
* | vfio: enable 8-byte reads/writes to vfio | Jose Ricardo Ziviani | 2017-05-03 | 1 | -0/+10 |
* | vfio: Set MemoryRegionOps:max_access_size and min_access_size | Jose Ricardo Ziviani | 2017-05-03 | 1 | -0/+4 |
* | memory: add section range info for IOMMU notifier | Peter Xu | 2017-04-20 | 1 | -3/+9 |
* | vfio: allow to notify unmap for very large region | Peter Xu | 2017-02-17 | 1 | -4/+3 |
* | vfio: introduce vfio_get_vaddr() | Peter Xu | 2017-02-17 | 1 | -20/+45 |
* | vfio: trace map/unmap for notify as well | Peter Xu | 2017-02-17 | 1 | -1/+2 |