Age | Commit message (Expand) | Author |
2020-02-06 | hw/vfio: Move the IGD quirk code to a separate file | Thomas Huth |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2020-01-06 | vfio/pci: Don't remove irqchip notifier if not registered | Peter Xu |
2019-12-18 | hw/vfio/ap: drop local_err from vfio_ap_realize | Vladimir Sementsov-Ogievskiy |
2019-12-14 | vfio-ccw: Fix error message | Boris Fiuczynski |
2019-11-26 | vfio/pci: Respond to KVM irqchip change notifier | David Gibson |
2019-11-26 | vfio/pci: Split vfio_intx_update() | David Gibson |
2019-11-18 | vfio: vfio-pci requires EDID | Paolo Bonzini |
2019-11-18 | vfio: don't ignore return value of migrate_add_blocker | Jens Freimann |
2019-11-18 | hw/vfio/pci: Fix double free of migration_blocker | Michal Privoznik |
2019-10-29 | vfio: unplug failover primary device before migration | Jens Freimann |
2019-10-26 | core: replace getpagesize() with qemu_real_host_page_size | Wei Yang |
2019-10-10 | hw/vfio/pci: fix double free in vfio_msi_disable | Evgeny Yakovlev |
2019-10-04 | memory: allow memory_region_register_iommu_notifier() to fail | Eric Auger |
2019-10-04 | vfio: Turn the container error into an Error handle | Eric Auger |
2019-09-19 | vfio: fix a typo | Chen Zhang |
2019-09-03 | memory: Access MemoryRegion with endianness | Tony Nguyen |
2019-09-03 | hw/vfio: Access MemoryRegion with MemOp | Tony Nguyen |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster |
2019-08-16 | Include qemu/queue.h slightly less | Markus Armbruster |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster |
2019-07-08 | vfio-ccw: Test vfio_set_irq_signaling() return value | Alex Williamson |
2019-07-02 | vfio/pci: Trace vfio_set_irq_signaling() failure in vfio_msix_vector_release() | Eric Auger |
2019-06-24 | vfio-ccw: support async command subregion | Cornelia Huck |
2019-06-24 | vfio-ccw: use vfio_set_irq_signaling | Cornelia Huck |
2019-06-13 | vfio/common: Introduce vfio_set_irq_signaling helper | Eric Auger |
2019-06-13 | vfio/pci: Allow MSI-X relocation to fixup bogus PBA | Alex Williamson |
2019-06-13 | vfio/pci: Hide Resizable BAR capability | Alex Williamson |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-06-07 | vfio/display: set dmabuf modifier field | Gerd Hoffmann |
2019-06-06 | hw/vfio/pci: Use the QOM DEVICE() macro to access DeviceState.qdev | Philippe Mathieu-Daudé |
2019-05-24 | hw/display/ramfb: initialize fw-config space with xres/ yres | Hou Qiming |
2019-05-22 | pci: msix: move 'MSIX_CAP_LENGTH' to header file | Li Qiang |
2019-05-22 | vfio: platform: fix a typo | Li Qiang |
2019-05-22 | hw: vfio: drop TYPE_FOO MACRO in VMStateDescription | Li Qiang |
2019-05-22 | vfio: pci: make "vfio-pci-nohotplug" as MACRO | Li Qiang |
2019-04-27 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190426' into... | Peter Maydell |
2019-04-26 | spapr: Support NVIDIA V100 GPU with NVLink2 | Alexey Kardashevskiy |
2019-04-25 | Merge tag 's390-ccw-bios-2019-04-12' into s390-next-staging | Cornelia Huck |
2019-04-25 | exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize() | David Hildenbrand |
2019-04-18 | vfio: Report warnings with warn_report(), not error_printf() | Markus Armbruster |
2019-04-12 | s390 vfio-ccw: Add bootindex property and IPLB data | Jason J. Herne |
2019-04-03 | hw/vfio/ccw: avoid taking address members in packed structs | Daniel P. Berrangé |