index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
vfio
/
common.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2017-02-17
vfio: allow to notify unmap for very large region
Peter Xu
1
-4
/
+3
2017-02-17
vfio: introduce vfio_get_vaddr()
Peter Xu
1
-20
/
+45
2017-02-17
vfio: trace map/unmap for notify as well
Peter Xu
1
-1
/
+2
2016-10-31
vfio: Add support for mmapping sub-page MMIO BARs
Yongji Xie
1
-2
/
+1
2016-10-31
vfio: Handle zero-length sparse mmap ranges
Alex Williamson
1
-14
/
+22
2016-10-31
memory: Replace skip_dump flag with "ram_device"
Alex Williamson
1
-5
/
+4
2016-10-17
vfio: Pass an error object to vfio_get_device
Eric Auger
1
-6
/
+7
2016-10-17
vfio: Pass an error object to vfio_get_group
Eric Auger
1
-12
/
+12
2016-10-17
vfio: Pass an Error object to vfio_connect_container
Eric Auger
1
-15
/
+25
2016-09-27
memory: introduce IOMMUNotifier and its caps
Peter Xu
1
-2
/
+2
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
1
-3
/
+3
2016-07-05
vfio/spapr: Create DMA window dynamically (SPAPR IOMMU v2)
Alexey Kardashevskiy
1
-10
/
+70
2016-07-05
vfio: Add host side DMA window capabilities
Alexey Kardashevskiy
1
-16
/
+44
2016-07-05
vfio: spapr: Add DMA memory preregistering (SPAPR IOMMU v2)
Alexey Kardashevskiy
1
-9
/
+31
2016-06-30
memory: Add MemoryRegionIOMMUOps.notify_started/stopped callbacks
Alexey Kardashevskiy
1
-2
/
+3
2016-06-22
memory: Add reporting of supported page sizes
Alexey Kardashevskiy
1
-8
/
+1
2016-06-17
vfio: Fix broken EEH
Gavin Shan
1
-1
/
+1
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
1
-1
/
+0
2016-05-26
vfio: Check that IOMMU MR translates to system address space
Alexey Kardashevskiy
1
-0
/
+6
2016-05-26
memory: Fix IOMMU replay base address
Alexey Kardashevskiy
1
-6
/
+8
2016-05-26
vfio: Fix 128 bit handling when deleting region
Alexey Kardashevskiy
1
-6
/
+11
[next]