summary refs log tree commit diff stats
path: root/hw/misc/pci-testdev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pci-testdev.c: Add membar-backed option for backing membarStephen Bates2025-05-141-2/+10
* qom: Make InterfaceInfo[] uses constPhilippe Mathieu-Daudé2025-04-251-1/+1
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2024-12-211-1/+1
|\
| * include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-1/+1
* | include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson2024-12-191-1/+0
|/
* hw/misc: Constify all PropertyRichard Henderson2024-12-151-1/+1
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-1/+1
* kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTHPaolo Bonzini2023-10-251-2/+1
* include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster2023-01-081-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+2
* pci-testdev: add optional memory barGerd Hoffmann2018-11-051-0/+19
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* dma: do not depend on kvm_enabled()Paolo Bonzini2016-05-191-0/+1
* pci-testdev: fast mmio supportMichael S. Tsirkin2016-04-071-1/+6
* pci: Clean up includesPeter Maydell2016-01-291-1/+1
* pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-4/+2
* memory: remove memory_region_destroyPaolo Bonzini2014-08-181-2/+0
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* misc/pci-testdev: QOM parent field cleanupAndreas Färber2013-07-231-4/+7
* misc/pci-testdev: QOM Upcast SweepPeter Crosthwaite2013-07-231-4/+9
* hw/m*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-2/+2
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-2/+2
* pci: add pci test deviceMichael S. Tsirkin2013-04-161-0/+325