aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/ccw.c
AgeCommit message (Expand)Author
2024-07-23vfio/ccw: Don't initialize HOST_IOMMU_DEVICE with mdevZhenzhong Duan
2024-06-24vfio/{ap, ccw}: Use warn_report_err() for IRQ notifier registration errorsCédric Le Goater
2024-06-24vfio/ccw: Fix the missed unrealize() call in error pathZhenzhong Duan
2024-06-24vfio/ccw: Use the 'Error **errp' argument of vfio_ccw_realize()Cédric Le Goater
2024-06-24s390x/css: Make S390CCWDeviceClass::realize return boolCédric Le Goater
2024-05-22vfio/ccw: Make vfio_ccw_get_region() return a boolZhenzhong Duan
2024-05-22vfio/helpers: Make vfio_device_get_name() return boolZhenzhong Duan
2024-05-22vfio/helpers: Make vfio_set_irq_signaling() return boolZhenzhong Duan
2024-05-16vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return boolZhenzhong Duan
2024-05-16vfio/ccw: Make vfio_ccw_register_irq_notifier() return a boolCédric Le Goater
2024-05-16vfio/ccw: Use g_autofree variable in vfio_ccw_register_irq_notifier()Cédric Le Goater
2023-12-19vfio: Introduce a helper function to initialize VFIODeviceZhenzhong Duan
2023-12-19vfio/ccw: Move VFIODevice initializations in vfio_ccw_instance_initZhenzhong Duan
2023-12-19vfio/ccw: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan
2023-12-19vfio/ccw: 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/ccw: Use vfio_[attach/detach]_deviceEric Auger
2023-02-27hw/vfio/ccw: Replace DO_UPCAST(VFIOCCWDevice) by VFIO_CCW()Philippe Mathieu-Daudé
2023-02-27hw/vfio/ccw: Remove pointless S390CCWDevice variablePhilippe Mathieu-Daudé
2023-02-27hw/vfio/ccw: Replace DO_UPCAST(S390CCWDevice) by S390_CCW_DEVICE()Philippe Mathieu-Daudé
2023-02-27hw/vfio/ccw: Use intermediate S390CCWDevice variablePhilippe Mathieu-Daudé
2023-02-27hw/vfio/ccw: Simplify using DEVICE() macroPhilippe Mathieu-Daudé
2021-09-06vfio-ccw: forward halt/clear errorsCornelia Huck
2021-06-21s390x/css: Add passthrough IRBEric Farman
2021-05-20vfio-ccw: Attempt to clean up all IRQs on errorEric Farman
2021-05-20vfio-ccw: Permit missing IRQsEric Farman
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth
2021-03-04vfio-ccw: Do not read region ret_code after writeEric Farman
2021-01-21vfio-ccw: Connect the device request notifierEric Farman
2020-10-02vfio-ccw: plug memory leak while getting region infoCornelia Huck
2020-07-02vfio: Convert to ram_block_discard_disable()David Hildenbrand
2020-06-18vfio-ccw: Add support for the CRW region and IRQFarhan Ali
2020-06-18vfio-ccw: Refactor ccw irq handlerEric Farman
2020-06-18vfio-ccw: Add support for the schib regionFarhan Ali
2020-06-18vfio-ccw: Refactor cleanup of regionsEric Farman
2020-06-05vfio-ccw: allow non-prefetch ORBsJared Rossi
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-12-14vfio-ccw: Fix error messageBoris Fiuczynski
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-07-08vfio-ccw: Test vfio_set_irq_signaling() return valueAlex Williamson
2019-06-24vfio-ccw: support async command subregionCornelia Huck
2019-06-24vfio-ccw: use vfio_set_irq_signalingCornelia Huck
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-04-12s390 vfio-ccw: Add bootindex property and IPLB dataJason J. Herne
2019-04-03hw/vfio/ccw: avoid taking address members in packed structsDaniel P. Berrangé
2018-09-24qemu-error: add {error, warn}_report_once_condCornelia Huck
2018-08-17vfio/ccw/pci: Allow devices to opt-in for ballooningAlex Williamson