summary refs log tree commit diff stats
path: root/hw/vfio/ccw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/s390x: Restrict "loadparm" property to devices that can be used for bootingThomas Huth2024-11-181-0/+1
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-1/+1
* vfio/ccw: Don't initialize HOST_IOMMU_DEVICE with mdevZhenzhong Duan2024-07-231-0/+3
* vfio/{ap, ccw}: Use warn_report_err() for IRQ notifier registration errorsCédric Le Goater2024-06-241-1/+1
* vfio/ccw: Fix the missed unrealize() call in error pathZhenzhong Duan2024-06-241-1/+2
* vfio/ccw: Use the 'Error **errp' argument of vfio_ccw_realize()Cédric Le Goater2024-06-241-7/+5
* s390x/css: Make S390CCWDeviceClass::realize return boolCédric Le Goater2024-06-241-2/+1
* vfio/ccw: Make vfio_ccw_get_region() return a boolZhenzhong Duan2024-05-221-8/+7
* vfio/helpers: Make vfio_device_get_name() return boolZhenzhong Duan2024-05-221-1/+1
* vfio/helpers: Make vfio_set_irq_signaling() return boolZhenzhong Duan2024-05-221-4/+4
* vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return boolZhenzhong Duan2024-05-161-4/+2
* vfio/ccw: Make vfio_ccw_register_irq_notifier() return a boolCédric Le Goater2024-05-161-11/+11
* vfio/ccw: Use g_autofree variable in vfio_ccw_register_irq_notifier()Cédric Le Goater2024-05-161-6/+3
* vfio: Introduce a helper function to initialize VFIODeviceZhenzhong Duan2023-12-191-6/+2
* vfio/ccw: Move VFIODevice initializations in vfio_ccw_instance_initZhenzhong Duan2023-12-191-15/+15
* vfio/ccw: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan2023-12-191-3/+22
* vfio/ccw: Allow the selection of a given iommu backendZhenzhong Duan2023-12-191-0/+6
* vfio/container: Move IBM EEH related functions into spapr_pci_vfio.cZhenzhong Duan2023-11-061-1/+0
* vfio/ccw: Use vfio_[attach/detach]_deviceEric Auger2023-10-181-90/+27
* hw/vfio/ccw: Replace DO_UPCAST(VFIOCCWDevice) by VFIO_CCW()Philippe Mathieu-Daudé2023-02-271-12/+7
* hw/vfio/ccw: Remove pointless S390CCWDevice variablePhilippe Mathieu-Daudé2023-02-271-2/+1
* hw/vfio/ccw: Replace DO_UPCAST(S390CCWDevice) by S390_CCW_DEVICE()Philippe Mathieu-Daudé2023-02-271-6/+3
* hw/vfio/ccw: Use intermediate S390CCWDevice variablePhilippe Mathieu-Daudé2023-02-271-4/+5
* hw/vfio/ccw: Simplify using DEVICE() macroPhilippe Mathieu-Daudé2023-02-271-1/+1
* vfio-ccw: forward halt/clear errorsCornelia Huck2021-09-061-2/+2
* s390x/css: Add passthrough IRBEric Farman2021-06-211-0/+4
* vfio-ccw: Attempt to clean up all IRQs on errorEric Farman2021-05-201-3/+5
* vfio-ccw: Permit missing IRQsEric Farman2021-05-201-5/+7
* hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2021-05-021-1/+0
* vfio-ccw: Do not read region ret_code after writeEric Farman2021-03-041-6/+6
* vfio-ccw: Connect the device request notifierEric Farman2021-01-211-4/+36
* vfio-ccw: plug memory leak while getting region infoCornelia Huck2020-10-021-1/+4
* vfio: Convert to ram_block_discard_disable()David Hildenbrand2020-07-021-5/+6
* vfio-ccw: Add support for the CRW region and IRQFarhan Ali2020-06-181-0/+73
* vfio-ccw: Refactor ccw irq handlerEric Farman2020-06-181-16/+42
* vfio-ccw: Add support for the schib regionFarhan Ali2020-06-181-0/+63
* vfio-ccw: Refactor cleanup of regionsEric Farman2020-06-181-5/+9
* vfio-ccw: allow non-prefetch ORBsJared Rossi2020-06-051-10/+3
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-3/+3
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* vfio-ccw: Fix error messageBoris Fiuczynski2019-12-141-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* vfio-ccw: Test vfio_set_irq_signaling() return valueAlex Williamson2019-07-081-3/+2
* vfio-ccw: support async command subregionCornelia Huck2019-06-241-2/+111
* vfio-ccw: use vfio_set_irq_signalingCornelia Huck2019-06-241-38/+13
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw: vfio: drop TYPE_FOO MACRO in VMStateDescriptionLi Qiang2019-05-221-1/+1
* s390 vfio-ccw: Add bootindex property and IPLB dataJason J. Herne2019-04-121-3/+3
* hw/vfio/ccw: avoid taking address members in packed structsDaniel P. Berrangé2019-04-031-20/+22