index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
vfio
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-07-12
1
-3
/
+3
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-07-05
1
-2
/
+5
|
\
|
*
pci: Convert msi_init() to Error and fix callers to check it
Cao jin
2016-07-05
1
-2
/
+5
*
|
vfio/spapr: Create DMA window dynamically (SPAPR IOMMU v2)
Alexey Kardashevskiy
2016-07-05
3
-10
/
+143
*
|
vfio: Add host side DMA window capabilities
Alexey Kardashevskiy
2016-07-05
1
-16
/
+44
*
|
vfio: spapr: Add DMA memory preregistering (SPAPR IOMMU v2)
Alexey Kardashevskiy
2016-07-05
4
-9
/
+177
|
/
*
memory: Add MemoryRegionIOMMUOps.notify_started/stopped callbacks
Alexey Kardashevskiy
2016-06-30
1
-2
/
+3
*
vfio/pci: Hide SR-IOV capability
Alex Williamson
2016-06-30
2
-10
/
+40
*
vfio: add pcie extended capability support
Chen Fan
2016-06-30
1
-1
/
+71
*
vfio/pci: Fix VGA quirks
Alex Williamson
2016-06-30
2
-5
/
+4
*
memory: Add reporting of supported page sizes
Alexey Kardashevskiy
2016-06-22
1
-8
/
+1
*
trace: split out trace events for hw/vfio/ directory
Daniel P. Berrange
2016-06-20
1
-0
/
+116
*
vfio: Fix broken EEH
Gavin Shan
2016-06-17
1
-1
/
+1
*
os-posix: include sys/mman.h
Paolo Bonzini
2016-06-16
2
-2
/
+0
*
vfio: Check that IOMMU MR translates to system address space
Alexey Kardashevskiy
2016-05-26
1
-0
/
+6
*
memory: Fix IOMMU replay base address
Alexey Kardashevskiy
2016-05-26
1
-6
/
+8
*
vfio: Fix 128 bit handling when deleting region
Alexey Kardashevskiy
2016-05-26
1
-6
/
+11
*
vfio/pci: Add a separate option for IGD OpRegion support
Alex Williamson
2016-05-26
3
-2
/
+39
*
vfio/pci: Intel graphics legacy mode assignment
Alex Williamson
2016-05-26
3
-1
/
+652
*
vfio/pci: Setup BAR quirks after capabilities probing
Alex Williamson
2016-05-26
1
-3
/
+5
*
vfio/pci: Consolidate VGA setup
Alex Williamson
2016-05-26
1
-23
/
+26
*
vfio/pci: Fix return of vfio_populate_vga()
Alex Williamson
2016-05-26
1
-29
/
+26
*
vfio: Create device specific region info helper
Alex Williamson
2016-05-26
1
-0
/
+36
*
vfio: Enable sparse mmap capability
Alex Williamson
2016-05-26
1
-4
/
+63
*
explicitly include linux/kvm.h
Paolo Bonzini
2016-05-19
1
-0
/
+3
*
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160328.0' i...
Peter Maydell
2016-03-29
1
-8
/
+11
|
\
|
*
vfio: convert to 128 bit arithmetic calculations when adding mem regions
Bandan Das
2016-03-28
1
-8
/
+11
*
|
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
|
/
*
vfio: Eliminate vfio_container_ioctl()
David Gibson
2016-03-15
1
-45
/
+0
*
vfio: Start improving VFIO/EEH interface
David Gibson
2016-03-15
1
-0
/
+95
*
vfio/pci: replace fixed string limit by g_strdup_printf
Neo Jia
2016-03-11
1
-2
/
+3
*
vfio/pci: Split out VGA setup
Alex Williamson
2016-03-11
2
-34
/
+50
*
vfio/pci: Fixup PCI option ROMs
Alex Williamson
2016-03-11
1
-0
/
+30
*
vfio/pci: Convert all MemoryRegion to dynamic alloc and consistent functions
Alex Williamson
2016-03-11
3
-91
/
+71
*
vfio: Generalize region support
Alex Williamson
2016-03-11
4
-178
/
+258
*
vfio: Wrap VFIO_DEVICE_GET_REGION_INFO
Alex Williamson
2016-03-10
3
-46
/
+66
*
vfio: Add sysfsdev property for pci & platform
Alex Williamson
2016-03-10
2
-100
/
+85
*
all: Clean up includes
Peter Maydell
2016-02-23
1
-0
/
+1
*
vfio/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entries
Wei Yang
2016-02-19
1
-1
/
+1
*
hw/vfio/platform: amd-xgbe device
Eric Auger
2016-02-19
2
-0
/
+56
*
vfio/pci: replace 1 with PCI_CAP_LIST_NEXT to make code self-explain
Wei Yang
2016-02-19
1
-4
/
+4
*
vfio: make the 4 bytes aligned for capability size
Chen Fan
2016-02-19
1
-1
/
+2
*
hw/vfio: Clean up includes
Peter Maydell
2016-01-29
5
-4
/
+5
*
vfio/pci: Lazy PBA emulation
Alex Williamson
2016-01-19
2
-0
/
+40
*
vfio/pci-quirks: Only quirk to size of PCI config space
Alex Williamson
2016-01-19
1
-3
/
+3
*
vfio: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2015-11-10
3
-11
/
+11
*
vfio/pci: Hide device PCIe capability on non-express buses for PCIe VMs
Alex Williamson
2015-11-10
1
-5
/
+31
*
kvm: Pass PCI device pointer to MSI routing functions
Pavel Fedin
2015-10-19
1
-5
/
+6
*
vfio: Allow hotplug of containers onto existing guest IOMMU mappings
David Gibson
2015-10-05
1
-14
/
+9
*
vfio: Record host IOMMU's available IO page sizes
David Gibson
2015-10-05
1
-0
/
+13
[next]