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
/
pci-quirks.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/vfio/pci-quirks: Replace the word 'blacklist'
Philippe Mathieu-Daudé
2021-03-16
1
-7
/
+7
*
vfio: add quirk device write method
Prasad J Pandit
2021-02-08
1
-0
/
+8
*
qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()
Eduardo Habkost
2020-12-18
1
-2
/
+2
*
qdev: Move dev->realized check to qdev_property_set()
Eduardo Habkost
2020-12-18
1
-6
/
+0
*
qdev: Make qdev_get_prop_ptr() get Object* arg
Eduardo Habkost
2020-12-15
1
-3
/
+2
*
meson: infrastructure for building emulators
Paolo Bonzini
2020-08-21
1
-1
/
+1
*
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
1
-3
/
+1
*
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
2020-07-10
1
-2
/
+1
*
hw/vfio/pci-quirks: Fix broken legacy IGD passthrough
Thomas Huth
2020-06-11
1
-0
/
+1
*
hw/vfio: Add VMD Passthrough Quirk
Jon Derrick
2020-06-11
1
-12
/
+72
*
vfio/nvlink: Remove exec permission to avoid SELinux AVCs
Leonardo Bras
2020-05-27
1
-2
/
+2
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
1
-3
/
+3
*
hw/vfio: Move the IGD quirk code to a separate file
Thomas Huth
2020-02-06
1
-611
/
+3
*
memory: Access MemoryRegion with endianness
Tony Nguyen
2019-09-03
1
-2
/
+3
*
hw/vfio: Access MemoryRegion with MemOp
Tony Nguyen
2019-09-03
1
-2
/
+4
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
spapr: Support NVIDIA V100 GPU with NVLink2
Alexey Kardashevskiy
2019-04-26
1
-0
/
+131
*
pci: Move NVIDIA vendor id to the rest of ids
Alexey Kardashevskiy
2019-02-22
1
-2
/
+0
*
vfio: Clean up error reporting after previous commit
Markus Armbruster
2018-10-19
1
-2
/
+2
*
hw/vfio: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-07-02
1
-4
/
+5
*
vfio/quirks: Enable ioeventfd quirks to be handled by vfio directly
Alex Williamson
2018-06-05
1
-7
/
+46
*
vfio/quirks: ioeventfd quirk acceleration
Alex Williamson
2018-06-05
1
-2
/
+164
*
vfio/quirks: Add quirk reset callback
Alex Williamson
2018-06-05
1
-0
/
+15
*
vfio/quirks: Add common quirk alloc helper
Alex Williamson
2018-06-05
1
-27
/
+21
*
vfio/pci: Add option to disable GeForce quirks
Alex Williamson
2018-02-06
1
-3
/
+6
*
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-10-15
1
-0
/
+4
*
vfio/pci: Add NVIDIA GPUDirect Cliques support
Alex Williamson
2017-10-03
1
-0
/
+110
*
vfio/pci: Add virtual capabilities quirk infrastructure
Alex Williamson
2017-10-03
1
-0
/
+4
*
vfio/pci-quirks: Exclude non-ioport BAR from NVIDIA quirk
Alex Williamson
2017-04-07
1
-1
/
+1
*
Revert "vfio/pci-quirks.c: Disable stolen memory for igd VFIO"
Xiong Zhang
2017-03-31
1
-38
/
+27
*
vfio/pci-quirks.c: Disable stolen memory for igd VFIO
XiongZhang
2017-02-22
1
-27
/
+38
*
hw/vfio/pci-quirks: Set category of the "vfio-pci-igd-lpc-bridge" device
Thomas Huth
2017-02-10
1
-0
/
+1
*
vfio-pci: Fix GTT wrap-around for Skylake+ IGD
Alex Williamson
2017-02-10
1
-1
/
+4
*
hw: Fix typos found by codespell
Stefan Weil
2017-01-24
1
-1
/
+1
*
vfio/pci: Fix vfio_rtl8168_quirk_data_read address offset
Thorsten Kohfeldt
2016-10-17
1
-1
/
+1
*
vfio/pci: Pass an error object to vfio_pci_igd_opregion_init
Eric Auger
2016-10-17
1
-5
/
+5
*
vfio/pci: Pass an error object to vfio_populate_vga
Eric Auger
2016-10-17
1
-1
/
+3
*
vfio/pci: Fix VGA quirks
Alex Williamson
2016-06-30
1
-4
/
+4
*
vfio/pci: Add a separate option for IGD OpRegion support
Alex Williamson
2016-05-26
1
-2
/
+2
*
vfio/pci: Intel graphics legacy mode assignment
Alex Williamson
2016-05-26
1
-1
/
+642
*
vfio/pci: Convert all MemoryRegion to dynamic alloc and consistent functions
Alex Williamson
2016-03-11
1
-19
/
+19
*
vfio: Generalize region support
Alex Williamson
2016-03-11
1
-12
/
+12
*
hw/vfio: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
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
1
-8
/
+8
*
vfio/pci: Remove use of g_malloc0_n() from quirks
Alex Williamson
2015-09-24
1
-8
/
+8
*
vfio/pci: Add emulated PCI IDs
Alex Williamson
2015-09-23
1
-2
/
+0
*
vfio/pci: Cache vendor and device ID
Alex Williamson
2015-09-23
1
-14
/
+4
[next]