index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
vfio
/
pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-19
vfio: fix a typo
Chen Zhang
1
-2
/
+2
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-07-02
vfio/pci: Trace vfio_set_irq_signaling() failure in vfio_msix_vector_release()
Eric Auger
1
-2
/
+5
2019-06-13
vfio/common: Introduce vfio_set_irq_signaling helper
Eric Auger
1
-166
/
+51
2019-06-13
vfio/pci: Allow MSI-X relocation to fixup bogus PBA
Alex Williamson
1
-1
/
+1
2019-06-13
vfio/pci: Hide Resizable BAR capability
Alex Williamson
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-06-06
hw/vfio/pci: Use the QOM DEVICE() macro to access DeviceState.qdev
Philippe Mathieu-Daudé
1
-2
/
+2
2019-05-22
pci: msix: move 'MSIX_CAP_LENGTH' to header file
Li Qiang
1
-2
/
+0
2019-05-22
vfio: pci: make "vfio-pci-nohotplug" as MACRO
Li Qiang
1
-2
/
+4
2019-04-26
spapr: Support NVIDIA V100 GPU with NVLink2
Alexey Kardashevskiy
1
-0
/
+14
2019-04-18
vfio: Report warnings with warn_report(), not error_printf()
Markus Armbruster
1
-6
/
+13
2019-03-11
vfio/display: add xres + yres properties
Gerd Hoffmann
1
-0
/
+12
2019-01-24
trace: forbid use of %m in trace event format strings
Daniel P. Berrangé
1
-1
/
+1
2018-12-19
vfio/pci: Remove PCIe Link Status emulation
Alex Williamson
1
-6
/
+0
2018-12-19
pcie: Create enums for link speed and width
Alex Williamson
1
-1
/
+2
2018-10-19
vfio: Clean up error reporting after previous commit
Markus Armbruster
1
-4
/
+4
2018-10-19
vfio: Use warn_report() & friends to report warnings
Markus Armbruster
1
-7
/
+7
2018-10-19
error: Fix use of error_prepend() with &error_fatal, &error_abort
Markus Armbruster
1
-2
/
+1
2018-10-15
vfio-pci: make vfio-pci device more QOM conventional
Li Qiang
1
-14
/
+15
2018-10-15
hw/vfio/display: add ramfb support
Gerd Hoffmann
1
-0
/
+25
2018-08-23
vfio/pci: Handle subsystem realpath() returning NULL
Alex Williamson
1
-1
/
+1
2018-08-17
vfio/ccw/pci: Allow devices to opt-in for ballooning
Alex Williamson
1
-1
/
+25
2018-07-11
vfio/pci: do not set the PCIDevice 'has_rom' attribute
Cédric Le Goater
1
-1
/
+0
2018-07-02
hw/vfio: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-1
/
+2
2018-06-05
vfio/pci: Default display option to "off"
Alex Williamson
1
-1
/
+1
2018-06-05
vfio/quirks: Enable ioeventfd quirks to be handled by vfio directly
Alex Williamson
1
-0
/
+2
2018-06-05
vfio/quirks: ioeventfd quirk acceleration
Alex Williamson
1
-0
/
+2
2018-06-05
vfio/quirks: Add quirk reset callback
Alex Williamson
1
-0
/
+2
2018-04-27
ui: introduce vfio_display_reset
Tina Zhang
1
-0
/
+4
2018-03-13
ppc/spapr, vfio: Turn off MSIX emulation for VFIO devices
Alexey Kardashevskiy
1
-0
/
+13
2018-03-13
vfio-pci: Allow mmap of MSIX BAR
Alexey Kardashevskiy
1
-0
/
+9
2018-03-13
vfio/display: core & wireup
Gerd Hoffmann
1
-0
/
+10
2018-03-06
use g_path_get_basename instead of basename
Julia Suvorova
1
-1
/
+1
2018-02-13
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-1
/
+4
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-0
/
+1
2018-02-08
pci: removed the is_express field since a uniform interface was inserted
Yoni Bettan
1
-1
/
+4
2018-02-06
vfio/pci: Add option to disable GeForce quirks
Alex Williamson
1
-0
/
+2
2018-02-06
vfio/pci: Allow relocating MSI-X MMIO
Alex Williamson
1
-1
/
+98
2018-02-06
vfio/pci: Emulate BARs
Alex Williamson
1
-0
/
+2
2018-02-06
vfio/pci: Add base BAR MemoryRegion
Alex Williamson
1
-25
/
+69
2017-12-05
pci: Eliminate redundant PCIDevice::bus pointer
David Gibson
1
-5
/
+5
2017-10-15
pci: Add interface names to hybrid PCI devices
Eduardo Habkost
1
-0
/
+5
2017-10-03
vfio/pci: Add NVIDIA GPUDirect Cliques support
Alex Williamson
1
-0
/
+5
2017-10-03
vfio/pci: Add virtual capabilities quirk infrastructure
Alex Williamson
1
-0
/
+8
2017-10-03
vfio/pci: Do not unwind on error
Alex Williamson
1
-2
/
+2
[next]