aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/ap.c
AgeCommit message (Expand)AuthorFilesLines
12 daysvfio/ap: Don't initialize HOST_IOMMU_DEVICE with mdevZhenzhong Duan1-0/+3
2024-06-24vfio/{ap, ccw}: Use warn_report_err() for IRQ notifier registration errorsCédric Le Goater1-1/+1
2024-05-22vfio/helpers: Make vfio_device_get_name() return boolZhenzhong Duan1-1/+1
2024-05-22vfio/helpers: Make vfio_set_irq_signaling() return boolZhenzhong Duan1-4/+4
2024-05-16vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return boolZhenzhong Duan1-4/+2
2024-05-16vfio/ap: Make vfio_ap_register_irq_notifier() return a boolCédric Le Goater1-7/+8
2024-05-16vfio/ap: Use g_autofree variable in vfio_ap_register_irq_notifier()Cédric Le Goater1-7/+3
2024-03-12hw/vfio/ap: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+1
2023-12-19vfio: Introduce a helper function to initialize VFIODeviceZhenzhong Duan1-6/+2
2023-12-19vfio/ap: Move VFIODevice initializations in vfio_ap_instance_initZhenzhong Duan1-13/+13
2023-12-19vfio/ap: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan1-1/+22
2023-12-19vfio/ap: Allow the selection of a given iommu backendZhenzhong Duan1-0/+6
2023-11-06vfio/container: Move IBM EEH related functions into spapr_pci_vfio.cZhenzhong Duan1-1/+0
2023-10-18vfio/ap: Remove pointless apdev variableZhenzhong Duan1-6/+3
2023-10-18vfio/ap: Use vfio_[attach/detach]_deviceEric Auger1-54/+13
2023-07-10s390x/ap: Wire up the device request notifier interfaceTony Krowiak1-0/+113
2021-07-07target/s390x: move kvm files into kvm/Cho, Yu-Chen1-1/+1
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth1-1/+0
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09vfio: Rename VFIO_AP_DEVICE_TYPE to TYPE_VFIO_AP_DEVICEEduardo Habkost1-4/+4
2020-09-09ap-device: Rename AP_DEVICE_TYPE to TYPE_AP_DEVICEEduardo Habkost1-1/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-08-27hw/vfio/ap: Plug memleak in vfio_ap_get_group()Pan Nengyuan1-0/+1
2020-07-02vfio: Convert to ram_block_discard_disable()David Hildenbrand1-4/+4
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-12-18hw/vfio/ap: drop local_err from vfio_ap_realizeVladimir Sementsov-Ogievskiy1-6/+3
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-05-22hw: vfio: drop TYPE_FOO MACRO in VMStateDescriptionLi Qiang1-1/+1
2019-03-04s390x/vfio-ap: Implement hot plug/unplug of vfio-ap deviceTony Krowiak1-1/+1
2018-12-20Clean up includesMarkus Armbruster1-1/+1
2018-12-12vfio-ap: flag as compatible with balloonCornelia Huck1-0/+8
2018-11-05s390x/vfio-ap: report correct errorCornelia Huck1-1/+1
2018-10-12s390x/vfio: ap: Introduce VFIO AP deviceTony Krowiak1-0/+181