summaryrefslogtreecommitdiffstats
path: root/hw/vfio
Commit message (Expand)AuthorAgeFilesLines
* hw/vfio/display: Remove superfluous semicolonPhilippe Mathieu-Daudé2020-02-181-1/+1
* Report stringified errno in VFIO related errorsMichal Privoznik2020-02-181-2/+2
* hw/vfio: Move the IGD quirk code to a separate fileThomas Huth2020-02-065-611/+642
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-244-5/+5
* vfio/pci: Don't remove irqchip notifier if not registeredPeter Xu2020-01-061-1/+3
* hw/vfio/ap: drop local_err from vfio_ap_realizeVladimir Sementsov-Ogievskiy2019-12-181-6/+3Star
* vfio-ccw: Fix error messageBoris Fiuczynski2019-12-141-1/+1
* vfio/pci: Respond to KVM irqchip change notifierDavid Gibson2019-11-262-6/+20
* vfio/pci: Split vfio_intx_update()David Gibson2019-11-261-17/+22
* vfio: vfio-pci requires EDIDPaolo Bonzini2019-11-181-0/+1
* vfio: don't ignore return value of migrate_add_blockerJens Freimann2019-11-181-1/+1
* hw/vfio/pci: Fix double free of migration_blockerMichal Privoznik2019-11-181-0/+2
* vfio: unplug failover primary device before migrationJens Freimann2019-10-292-6/+21
* core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2019-10-261-3/+4
* hw/vfio/pci: fix double free in vfio_msi_disableEvgeny Yakovlev2019-10-101-0/+1
* memory: allow memory_region_register_iommu_notifier() to failEric Auger2019-10-041-2/+7
* vfio: Turn the container error into an Error handleEric Auger2019-10-042-16/+31
* vfio: fix a typoChen Zhang2019-09-191-2/+2
* memory: Access MemoryRegion with endiannessTony Nguyen2019-09-031-2/+3
* hw/vfio: Access MemoryRegion with MemOpTony Nguyen2019-09-031-2/+4
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-162-2/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-165-0/+5
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-164-0/+4
* Include qemu/queue.h slightly lessMarkus Armbruster2019-08-161-1/+0Star
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-162-0/+2
* Include migration/vmstate.h lessMarkus Armbruster2019-08-165-0/+5
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* vfio-ccw: Test vfio_set_irq_signaling() return valueAlex Williamson2019-07-081-3/+2Star
* vfio/pci: Trace vfio_set_irq_signaling() failure in vfio_msix_vector_release()Eric Auger2019-07-021-2/+5
* vfio-ccw: support async command subregionCornelia Huck2019-06-241-2/+111
* vfio-ccw: use vfio_set_irq_signalingCornelia Huck2019-06-241-38/+13Star
* vfio/common: Introduce vfio_set_irq_signaling helperEric Auger2019-06-133-211/+152Star
* vfio/pci: Allow MSI-X relocation to fixup bogus PBAAlex Williamson2019-06-131-1/+1
* vfio/pci: Hide Resizable BAR capabilityAlex Williamson2019-06-131-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-127-0/+7
* vfio/display: set dmabuf modifier fieldGerd Hoffmann2019-06-071-0/+1
* hw/vfio/pci: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé2019-06-061-2/+2
* hw/display/ramfb: initialize fw-config space with xres/ yresHou Qiming2019-05-241-2/+2
* pci: msix: move 'MSIX_CAP_LENGTH' to header fileLi Qiang2019-05-221-2/+0Star
* vfio: platform: fix a typoLi Qiang2019-05-221-2/+2
* hw: vfio: drop TYPE_FOO MACRO in VMStateDescriptionLi Qiang2019-05-225-5/+5
* vfio: pci: make "vfio-pci-nohotplug" as MACROLi Qiang2019-05-221-2/+4
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190426' into...Peter Maydell2019-04-274-0/+151
|\
| * spapr: Support NVIDIA V100 GPU with NVLink2Alexey Kardashevskiy2019-04-264-0/+151
* | Merge tag 's390-ccw-bios-2019-04-12' into s390-next-stagingCornelia Huck2019-04-251-3/+3
|\ \
| * | s390 vfio-ccw: Add bootindex property and IPLB dataJason J. Herne2019-04-121-3/+3
* | | exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()David Hildenbrand2019-04-251-1/+1
| |/ |/|