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
*
vfio: Add support for mmapping sub-page MMIO BARs
Yongji Xie
2016-10-31
2
-2
/
+68
*
vfio/pci: fix out-of-sync BAR information on reset
Ido Yariv
2016-10-31
1
-0
/
+12
*
vfio: Handle zero-length sparse mmap ranges
Alex Williamson
2016-10-31
1
-14
/
+22
*
memory: Replace skip_dump flag with "ram_device"
Alex Williamson
2016-10-31
2
-6
/
+5
*
vfio: fix duplicate function call
Cao jin
2016-10-17
1
-2
/
+6
*
vfio/pci: Fix vfio_rtl8168_quirk_data_read address offset
Thorsten Kohfeldt
2016-10-17
1
-1
/
+1
*
vfio/pci: Handle host oversight
Eric Auger
2016-10-17
1
-0
/
+11
*
vfio/pci: Remove vfio_populate_device returned value
Eric Auger
2016-10-17
1
-13
/
+10
*
vfio/pci: Remove vfio_msix_early_setup returned value
Eric Auger
2016-10-17
1
-10
/
+10
*
vfio/pci: Conversion to realize
Eric Auger
2016-10-17
2
-39
/
+27
*
vfio/platform: Pass an error object to vfio_base_device_init
Eric Auger
2016-10-17
1
-23
/
+27
*
vfio/platform: fix a wrong returned value in vfio_populate_device
Eric Auger
2016-10-17
1
-0
/
+1
*
vfio/platform: Pass an error object to vfio_populate_device
Eric Auger
2016-10-17
1
-12
/
+13
*
vfio: Pass an error object to vfio_get_device
Eric Auger
2016-10-17
3
-11
/
+10
*
vfio: Pass an error object to vfio_get_group
Eric Auger
2016-10-17
3
-17
/
+21
*
vfio: Pass an Error object to vfio_connect_container
Eric Auger
2016-10-17
1
-15
/
+25
*
vfio/pci: Pass an error object to vfio_pci_igd_opregion_init
Eric Auger
2016-10-17
3
-8
/
+8
*
vfio/pci: Pass an error object to vfio_add_capabilities
Eric Auger
2016-10-17
1
-28
/
+31
*
vfio/pci: Pass an error object to vfio_intx_enable
Eric Auger
2016-10-17
1
-12
/
+29
*
vfio/pci: Pass an error object to vfio_msix_early_setup
Eric Auger
2016-10-17
1
-5
/
+8
*
vfio/pci: Pass an error object to vfio_populate_device
Eric Auger
2016-10-17
1
-14
/
+12
*
vfio/pci: Pass an error object to vfio_populate_vga
Eric Auger
2016-10-17
3
-9
/
+16
*
vfio/pci: Use local error object in vfio_initfn
Eric Auger
2016-10-17
1
-30
/
+42
*
memory: introduce IOMMUNotifier and its caps
Peter Xu
2016-09-27
1
-2
/
+2
*
vfio/pci: Fix regression in MSI routing configuration
David Gibson
2016-09-15
1
-1
/
+3
*
trace-events: fix first line comment in trace-events
Laurent Vivier
2016-08-12
1
-1
/
+1
*
vfio: Use error_report() instead of error_printf() for errors
Markus Armbruster
2016-08-08
1
-1
/
+1
*
kvm-irqchip: do explicit commit when update irq
Peter Xu
2016-07-21
1
-0
/
+1
*
kvm-irqchip: simplify kvm_irqchip_add_msi_route
Peter Xu
2016-07-21
1
-6
/
+5
*
vfio/pci: Hide ARI capability
Alex Williamson
2016-07-18
1
-0
/
+1
*
vfio/spapr: Remove stale ioctl() call
David Gibson
2016-07-18
1
-1
/
+0
*
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
[next]