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
*
hw/vfio/Makefile.objs: Create new CONFIG_* variables for VFIO core and PCI
Paolo Bonzini
2019-02-05
1
-4
/
+3
*
vfio: move conditional up to hw/Makefile.objs
Paolo Bonzini
2019-02-05
1
-2
/
+0
*
trace: forbid use of %m in trace event format strings
Daniel P. Berrangé
2019-01-24
2
-2
/
+2
*
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
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2018-12-21
1
-7
/
+2
|
\
|
*
vfio/pci: Remove PCIe Link Status emulation
Alex Williamson
2018-12-19
1
-6
/
+0
|
*
pcie: Create enums for link speed and width
Alex Williamson
2018-12-19
1
-1
/
+2
*
|
Clean up includes
Markus Armbruster
2018-12-20
1
-1
/
+1
|
/
*
vfio-ap: flag as compatible with balloon
Cornelia Huck
2018-12-12
1
-0
/
+8
*
s390x/vfio-ap: report correct error
Cornelia Huck
2018-11-05
1
-1
/
+1
*
vfio: Clean up error reporting after previous commit
Markus Armbruster
2018-10-19
3
-7
/
+7
*
vfio: Use warn_report() & friends to report warnings
Markus Armbruster
2018-10-19
2
-9
/
+9
*
error: Fix use of error_prepend() with &error_fatal, &error_abort
Markus Armbruster
2018-10-19
1
-2
/
+1
*
vfio-pci: make vfio-pci device more QOM conventional
Li Qiang
2018-10-15
1
-14
/
+15
*
vfio/platform: Make the vfio-platform device non-abstract
Eric Auger
2018-10-15
3
-1
/
+26
*
hw/vfio/display: add ramfb support
Gerd Hoffmann
2018-10-15
3
-0
/
+38
*
s390x/vfio: ap: Introduce VFIO AP device
Tony Krowiak
2018-10-12
2
-0
/
+182
*
qemu-error: add {error, warn}_report_once_cond
Cornelia Huck
2018-09-24
1
-15
/
+3
*
vfio/pci: Fix failure to close file descriptor on error
Alex Williamson
2018-08-23
1
-0
/
+1
*
vfio/pci: Handle subsystem realpath() returning NULL
Alex Williamson
2018-08-23
1
-1
/
+1
*
vfio/spapr: Allow backing bigger guest IOMMU pages with smaller physical pages
Alexey Kardashevskiy
2018-08-21
2
-1
/
+23
*
vfio/ccw/pci: Allow devices to opt-in for ballooning
Alex Williamson
2018-08-17
4
-2
/
+57
*
vfio: Inhibit ballooning based on group attachment to a container
Alex Williamson
2018-08-17
1
-0
/
+30
*
vfio/pci: do not set the PCIDevice 'has_rom' attribute
Cédric Le Goater
2018-07-11
1
-1
/
+0
*
hw/vfio: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-07-02
2
-5
/
+7
*
vfio-ccw: add force unlimited prefetch property
Halil Pasic
2018-06-18
1
-0
/
+35
*
iommu: Add IOMMU index argument to notifier APIs
Peter Maydell
2018-06-15
1
-1
/
+5
*
vfio/pci: Default display option to "off"
Alex Williamson
2018-06-05
1
-1
/
+1
*
vfio/quirks: Enable ioeventfd quirks to be handled by vfio directly
Alex Williamson
2018-06-05
4
-8
/
+51
*
vfio/quirks: ioeventfd quirk acceleration
Alex Williamson
2018-06-05
4
-2
/
+183
*
vfio/quirks: Add quirk reset callback
Alex Williamson
2018-06-05
3
-0
/
+19
*
vfio/quirks: Add common quirk alloc helper
Alex Williamson
2018-06-05
1
-27
/
+21
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-06-01
2
-0
/
+2
|
\
|
*
vfio: Include "exec/address-spaces.h" directly in the source file
Philippe Mathieu-Daudé
2018-05-31
2
-0
/
+2
*
|
Make address_space_translate{, _cached}() take a MemTxAttrs argument
Peter Maydell
2018-05-31
1
-1
/
+2
|
/
*
vfio-ccw: introduce vfio_ccw_get_device()
Greg Kurz
2018-04-30
1
-20
/
+36
*
ui: introduce vfio_display_reset
Tina Zhang
2018-04-27
3
-0
/
+16
*
vfio-ccw: fix memory leaks in vfio_ccw_realize()
Greg Kurz
2018-04-09
1
-0
/
+2
*
vfio: Use a trace point when a RAM section cannot be DMA mapped
Eric Auger
2018-04-05
2
-6
/
+6
*
ppc/spapr, vfio: Turn off MSIX emulation for VFIO devices
Alexey Kardashevskiy
2018-03-13
1
-0
/
+13
*
vfio-pci: Allow mmap of MSIX BAR
Alexey Kardashevskiy
2018-03-13
2
-0
/
+24
*
vfio/pci: Relax DMA map errors for MMIO regions
Alexey Kardashevskiy
2018-03-13
1
-6
/
+49
*
vfio/display: adding dmabuf support
Gerd Hoffmann
2018-03-13
1
-2
/
+180
*
vfio/display: adding region support
Gerd Hoffmann
2018-03-13
2
-2
/
+116
*
vfio/display: core & wireup
Gerd Hoffmann
2018-03-13
4
-1
/
+71
*
vfio/common: cleanup in vfio_region_finalize
Gerd Hoffmann
2018-03-13
1
-0
/
+7
*
vfio-ccw: license text should indicate GPL v2 or later
Cornelia Huck
2018-03-08
1
-2
/
+2
*
use g_path_get_basename instead of basename
Julia Suvorova
2018-03-06
2
-2
/
+2
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2018-02-13
1
-1
/
+4
|
\
[next]