Sign in
qemu
/
qemu
/
dc26435edb469ebdadf298dc3945b95d08f743d4
/
hw
/
vfio
/
pci-quirks.c
2becc36
meson: infrastructure for building emulators
by Paolo Bonzini
· 5 years ago
668f62e
error: Eliminate error_propagate() with Coccinelle, part 1
by Markus Armbruster
· 4 years, 8 months ago
62a35aa
qapi: Use returned bool to check for failure, Coccinelle part
by Markus Armbruster
· 4 years, 8 months ago
643a4ea
hw/vfio/pci-quirks: Fix broken legacy IGD passthrough
by Thomas Huth
· 4 years, 9 months ago
ee7932b
hw/vfio: Add VMD Passthrough Quirk
by Jon Derrick
· 4 years, 9 months ago
9c7c040
vfio/nvlink: Remove exec permission to avoid SELinux AVCs
by Leonardo Bras
· 4 years, 10 months ago
d262312
qom: Drop parameter @errp of object_property_add() & friends
by Markus Armbruster
· 4 years, 10 months ago
29d6277
hw/vfio: Move the IGD quirk code to a separate file
by Thomas Huth
· 5 years ago
d5d680c
memory: Access MemoryRegion with endianness
by Tony Nguyen
· 6 years ago
475fbf0
hw/vfio: Access MemoryRegion with MemOp
by Tony Nguyen
· 6 years ago
a27bd6c
Include hw/qdev-properties.h less
by Markus Armbruster
· 6 years ago
650d103
Include hw/hw.h exactly where needed
by Markus Armbruster
· 6 years ago
0b8fa32
Include qemu/module.h where needed, drop it from qemu-common.h
by Markus Armbruster
· 6 years ago
ec132ef
spapr: Support NVIDIA V100 GPU with NVLink2
by Alexey Kardashevskiy
· 6 years ago
ee1cd00
pci: Move NVIDIA vendor id to the rest of ids
by Alexey Kardashevskiy
· 6 years ago
c3b8e3e
vfio: Clean up error reporting after previous commit
by Markus Armbruster
· 6 years ago
e0255bb
hw/vfio: Use the IEC binary prefix definitions
by Philippe Mathieu-Daudé
· 7 years ago
2b1dbd0
vfio/quirks: Enable ioeventfd quirks to be handled by vfio directly
by Alex Williamson
· 7 years ago
c958c51
vfio/quirks: ioeventfd quirk acceleration
by Alex Williamson
· 7 years ago
469d02d
vfio/quirks: Add quirk reset callback
by Alex Williamson
· 7 years ago
bcf3c3d
vfio/quirks: Add common quirk alloc helper
by Alex Williamson
· 7 years ago
db32d0f
vfio/pci: Add option to disable GeForce quirks
by Alex Williamson
· 7 years ago
fd3b02c
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
by Eduardo Habkost
· 7 years ago
dfbee78
vfio/pci: Add NVIDIA GPUDirect Cliques support
by Alex Williamson
· 8 years ago
e3f79f3
vfio/pci: Add virtual capabilities quirk infrastructure
by Alex Williamson
· 8 years ago
8f419c5
vfio/pci-quirks: Exclude non-ioport BAR from NVIDIA quirk
by Alex Williamson
· 8 years ago
93587e3
Revert "vfio/pci-quirks.c: Disable stolen memory for igd VFIO"
by Xiong Zhang
· 8 years ago
c2b2e15
vfio/pci-quirks.c: Disable stolen memory for igd VFIO
by XiongZhang
· 8 years ago
f23363e
hw/vfio/pci-quirks: Set category of the "vfio-pci-igd-lpc-bridge" device
by Thomas Huth
· 8 years ago
ac2a986
vfio-pci: Fix GTT wrap-around for Skylake+ IGD
by Alex Williamson
· 8 years ago
b12227a
hw: Fix typos found by codespell
by Stefan Weil
· 8 years ago
31e6a7b
vfio/pci: Fix vfio_rtl8168_quirk_data_read address offset
by Thorsten Kohfeldt
· 8 years ago
7237011
vfio/pci: Pass an error object to vfio_pci_igd_opregion_init
by Eric Auger
· 8 years ago
cde4279
vfio/pci: Pass an error object to vfio_populate_vga
by Eric Auger
· 8 years ago
4d3fc4f
vfio/pci: Fix VGA quirks
by Alex Williamson
· 9 years ago
6ced0bb
vfio/pci: Add a separate option for IGD OpRegion support
by Alex Williamson
· 9 years ago
c4c45e9
vfio/pci: Intel graphics legacy mode assignment
by Alex Williamson
· 9 years ago
2d82f8a
vfio/pci: Convert all MemoryRegion to dynamic alloc and consistent functions
by Alex Williamson
· 9 years ago
db0da02
vfio: Generalize region support
by Alex Williamson
· 9 years ago
c6eacb1
hw/vfio: Clean up includes
by Peter Maydell
· 9 years ago
f5793fd
vfio/pci-quirks: Only quirk to size of PCI config space
by Alex Williamson
· 9 years ago
bdd81ad
vfio: Use g_new() & friends where that makes obvious sense
by Markus Armbruster
· 9 years ago
9d146b2
vfio/pci: Remove use of g_malloc0_n() from quirks
by Alex Williamson
· 9 years ago
89dcccc
vfio/pci: Add emulated PCI IDs
by Alex Williamson
· 9 years ago
ff635e3
vfio/pci: Cache vendor and device ID
by Alex Williamson
· 9 years ago
c9c5000
vfio/pci: Move AMD device specific reset to quirks
by Alex Williamson
· 9 years ago
958d553
vfio/pci: Remove old config window and mirror quirks
by Alex Williamson
· 9 years ago
0d38fb1
vfio/pci: Config mirror quirk
by Alex Williamson
· 9 years ago
0e54f24
vfio/pci: Config window quirks
by Alex Williamson
· 9 years ago
954258a
vfio/pci: Rework RTL8168 quirk
by Alex Williamson
· 9 years ago
6029a42
vfio/pci: Cleanup Nvidia 0x3d0 quirk
by Alex Williamson
· 9 years ago
b946d28
vfio/pci: Cleanup ATI 0x3c3 quirk
by Alex Williamson
· 9 years ago
8c4f234
vfio/pci: Foundation for new quirk structure
by Alex Williamson
· 9 years ago
056dfcb
vfio/pci: Cleanup ROM blacklist quirk
by Alex Williamson
· 9 years ago
c00d61d
vfio/pci: Split quirks to a separate file
by Alex Williamson
· 9 years ago