aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/ap.c
AgeCommit message (Expand)Author
2024-03-12hw/vfio/ap: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2023-12-19vfio: Introduce a helper function to initialize VFIODeviceZhenzhong Duan
2023-12-19vfio/ap: Move VFIODevice initializations in vfio_ap_instance_initZhenzhong Duan
2023-12-19vfio/ap: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan
2023-12-19vfio/ap: Allow the selection of a given iommu backendZhenzhong Duan
2023-11-06vfio/container: Move IBM EEH related functions into spapr_pci_vfio.cZhenzhong Duan
2023-10-18vfio/ap: Remove pointless apdev variableZhenzhong Duan
2023-10-18vfio/ap: Use vfio_[attach/detach]_deviceEric Auger
2023-07-10s390x/ap: Wire up the device request notifier interfaceTony Krowiak
2021-07-07target/s390x: move kvm files into kvm/Cho, Yu-Chen
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09vfio: Rename VFIO_AP_DEVICE_TYPE to TYPE_VFIO_AP_DEVICEEduardo Habkost
2020-09-09ap-device: Rename AP_DEVICE_TYPE to TYPE_AP_DEVICEEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-27hw/vfio/ap: Plug memleak in vfio_ap_get_group()Pan Nengyuan
2020-07-02vfio: Convert to ram_block_discard_disable()David Hildenbrand
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-12-18hw/vfio/ap: drop local_err from vfio_ap_realizeVladimir Sementsov-Ogievskiy
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-22hw: vfio: drop TYPE_FOO MACRO in VMStateDescriptionLi Qiang
2019-03-04s390x/vfio-ap: Implement hot plug/unplug of vfio-ap deviceTony Krowiak
2018-12-20Clean up includesMarkus Armbruster
2018-12-12vfio-ap: flag as compatible with balloonCornelia Huck
2018-11-05s390x/vfio-ap: report correct errorCornelia Huck
2018-10-12s390x/vfio: ap: Introduce VFIO AP deviceTony Krowiak