aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/pci.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-07-02vfio/pci: Trace vfio_set_irq_signaling() failure in vfio_msix_vector_release()Eric Auger1-2/+5
2019-06-13vfio/common: Introduce vfio_set_irq_signaling helperEric Auger1-166/+51
2019-06-13vfio/pci: Allow MSI-X relocation to fixup bogus PBAAlex Williamson1-1/+1
2019-06-13vfio/pci: Hide Resizable BAR capabilityAlex Williamson1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-06-06hw/vfio/pci: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé1-2/+2
2019-05-22pci: msix: move 'MSIX_CAP_LENGTH' to header fileLi Qiang1-2/+0
2019-05-22vfio: pci: make "vfio-pci-nohotplug" as MACROLi Qiang1-2/+4
2019-04-26spapr: Support NVIDIA V100 GPU with NVLink2Alexey Kardashevskiy1-0/+14
2019-04-18vfio: Report warnings with warn_report(), not error_printf()Markus Armbruster1-6/+13
2019-03-11vfio/display: add xres + yres propertiesGerd Hoffmann1-0/+12
2019-01-24trace: forbid use of %m in trace event format stringsDaniel P. Berrangé1-1/+1
2018-12-19vfio/pci: Remove PCIe Link Status emulationAlex Williamson1-6/+0
2018-12-19pcie: Create enums for link speed and widthAlex Williamson1-1/+2
2018-10-19vfio: Clean up error reporting after previous commitMarkus Armbruster1-4/+4
2018-10-19vfio: Use warn_report() & friends to report warningsMarkus Armbruster1-7/+7
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster1-2/+1
2018-10-15vfio-pci: make vfio-pci device more QOM conventionalLi Qiang1-14/+15
2018-10-15hw/vfio/display: add ramfb supportGerd Hoffmann1-0/+25
2018-08-23vfio/pci: Handle subsystem realpath() returning NULLAlex Williamson1-1/+1
2018-08-17vfio/ccw/pci: Allow devices to opt-in for ballooningAlex Williamson1-1/+25
2018-07-11vfio/pci: do not set the PCIDevice 'has_rom' attributeCédric Le Goater1-1/+0
2018-07-02hw/vfio: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2018-06-05vfio/pci: Default display option to "off"Alex Williamson1-1/+1
2018-06-05vfio/quirks: Enable ioeventfd quirks to be handled by vfio directlyAlex Williamson1-0/+2
2018-06-05vfio/quirks: ioeventfd quirk accelerationAlex Williamson1-0/+2
2018-06-05vfio/quirks: Add quirk reset callbackAlex Williamson1-0/+2
2018-04-27ui: introduce vfio_display_resetTina Zhang1-0/+4
2018-03-13ppc/spapr, vfio: Turn off MSIX emulation for VFIO devicesAlexey Kardashevskiy1-0/+13
2018-03-13vfio-pci: Allow mmap of MSIX BARAlexey Kardashevskiy1-0/+9
2018-03-13vfio/display: core & wireupGerd Hoffmann1-0/+10
2018-03-06use g_path_get_basename instead of basenameJulia Suvorova1-1/+1
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+4
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+1
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan1-1/+4
2018-02-06vfio/pci: Add option to disable GeForce quirksAlex Williamson1-0/+2
2018-02-06vfio/pci: Allow relocating MSI-X MMIOAlex Williamson1-1/+98
2018-02-06vfio/pci: Emulate BARsAlex Williamson1-0/+2
2018-02-06vfio/pci: Add base BAR MemoryRegionAlex Williamson1-25/+69
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson1-5/+5
2017-10-15pci: Add interface names to hybrid PCI devicesEduardo Habkost1-0/+5
2017-10-03vfio/pci: Add NVIDIA GPUDirect Cliques supportAlex Williamson1-0/+5
2017-10-03vfio/pci: Add virtual capabilities quirk infrastructureAlex Williamson1-0/+8
2017-10-03vfio/pci: Do not unwind on errorAlex Williamson1-2/+2
2017-07-26vfio/pci: fix use of freed memoryPhilippe Mathieu-Daudé1-4/+7
2017-07-10vfio/pci: Fixup v0 PCIe capabilitiesAlex Williamson1-0/+12
2017-07-10vfio: Test realized when using VFIOGroup.device_list iteratorAlex Williamson1-2/+5
2017-07-03pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi1-3/+3
2017-07-03pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi1-3/+6