index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
vfio
/
common.c
Age
Commit message (
Expand
)
Author
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-07-05
vfio/spapr: Create DMA window dynamically (SPAPR IOMMU v2)
Alexey Kardashevskiy
2016-07-05
vfio: Add host side DMA window capabilities
Alexey Kardashevskiy
2016-07-05
vfio: spapr: Add DMA memory preregistering (SPAPR IOMMU v2)
Alexey Kardashevskiy
2016-06-30
memory: Add MemoryRegionIOMMUOps.notify_started/stopped callbacks
Alexey Kardashevskiy
2016-06-22
memory: Add reporting of supported page sizes
Alexey Kardashevskiy
2016-06-17
vfio: Fix broken EEH
Gavin Shan
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
2016-05-26
vfio: Check that IOMMU MR translates to system address space
Alexey Kardashevskiy
2016-05-26
memory: Fix IOMMU replay base address
Alexey Kardashevskiy
2016-05-26
vfio: Fix 128 bit handling when deleting region
Alexey Kardashevskiy
2016-05-26
vfio: Create device specific region info helper
Alex Williamson
2016-05-26
vfio: Enable sparse mmap capability
Alex Williamson
2016-05-19
explicitly include linux/kvm.h
Paolo Bonzini
2016-03-28
vfio: convert to 128 bit arithmetic calculations when adding mem regions
Bandan Das
2016-03-16
vfio: Eliminate vfio_container_ioctl()
David Gibson
2016-03-16
vfio: Start improving VFIO/EEH interface
David Gibson
2016-03-10
vfio: Generalize region support
Alex Williamson
2016-03-10
vfio: Wrap VFIO_DEVICE_GET_REGION_INFO
Alex Williamson
2016-01-29
hw/vfio: Clean up includes
Peter Maydell
2015-10-05
vfio: Allow hotplug of containers onto existing guest IOMMU mappings
David Gibson
2015-10-05
vfio: Record host IOMMU's available IO page sizes
David Gibson
2015-10-05
vfio: Check guest IOVA ranges against host IOMMU capabilities
David Gibson
2015-10-05
vfio: Generalize vfio_listener_region_add failure path
David Gibson
2015-10-05
vfio: Remove unneeded union from VFIOContainer
David Gibson
2015-09-23
vfio: Change polarity of our no-mmap option
Alex Williamson
2015-09-11
maint: remove / fix many doubled words
Daniel P. Berrange
2015-07-06
vfio: Unregister IOMMU notifiers when container is destroyed
Alexey Kardashevskiy
2015-04-30
exec: move rcu_read_lock/unlock to address_space_translate callers
Paolo Bonzini
2015-03-10
vfio: Remove superfluous '\n' around error_report()
Gonglei
2015-03-09
sPAPR: Implement sPAPRPHBClass EEH callbacks
Gavin Shan
2015-03-02
vfio: allow to disable MMAP per device with -x-mmap=off option
Samuel Pitoiset
2015-03-02
vfio: Make type1 listener symbols static
Alexey Kardashevskiy
2015-03-02
vfio: Add ioctl number to error report
Alexey Kardashevskiy
2015-02-10
vfio: Use vfio type1 v2 IOMMU interface
Alex Williamson
2015-02-10
vfio: free dynamically-allocated data in instance_finalize
Paolo Bonzini
2015-02-10
vfio: cleanup vfio_get_device error path, remove vfio_populate_device callback
Paolo Bonzini
2015-02-04
vfio: fix wrong initialize vfio_group_list
Chen Fan
2014-12-22
vfio: Cleanup error_report()s
Alex Williamson
2014-12-22
hw/vfio: create common module
Eric Auger