aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/ccw.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-21s390x/css: Add passthrough IRBEric Farman1-0/+4
2021-05-20vfio-ccw: Attempt to clean up all IRQs on errorEric Farman1-3/+5
2021-05-20vfio-ccw: Permit missing IRQsEric Farman1-5/+7
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth1-1/+0
2021-03-04vfio-ccw: Do not read region ret_code after writeEric Farman1-6/+6
2021-01-21vfio-ccw: Connect the device request notifierEric Farman1-4/+36
2020-10-02vfio-ccw: plug memory leak while getting region infoCornelia Huck1-1/+4
2020-07-02vfio: Convert to ram_block_discard_disable()David Hildenbrand1-5/+6
2020-06-18vfio-ccw: Add support for the CRW region and IRQFarhan Ali1-0/+73
2020-06-18vfio-ccw: Refactor ccw irq handlerEric Farman1-16/+42
2020-06-18vfio-ccw: Add support for the schib regionFarhan Ali1-0/+63
2020-06-18vfio-ccw: Refactor cleanup of regionsEric Farman1-5/+9
2020-06-05vfio-ccw: allow non-prefetch ORBsJared Rossi1-10/+3
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-3/+3
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-12-14vfio-ccw: Fix error messageBoris Fiuczynski1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-07-08vfio-ccw: Test vfio_set_irq_signaling() return valueAlex Williamson1-3/+2
2019-06-24vfio-ccw: support async command subregionCornelia Huck1-2/+111
2019-06-24vfio-ccw: use vfio_set_irq_signalingCornelia Huck1-38/+13
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-04-12s390 vfio-ccw: Add bootindex property and IPLB dataJason J. Herne1-3/+3
2019-04-03hw/vfio/ccw: avoid taking address members in packed structsDaniel P. Berrangé1-20/+22
2018-09-24qemu-error: add {error, warn}_report_once_condCornelia Huck1-15/+3
2018-08-17vfio/ccw/pci: Allow devices to opt-in for ballooningAlex Williamson1-0/+9
2018-06-18vfio-ccw: add force unlimited prefetch propertyHalil Pasic1-0/+35
2018-05-31vfio: Include "exec/address-spaces.h" directly in the source filePhilippe Mathieu-Daudé1-0/+1
2018-04-30vfio-ccw: introduce vfio_ccw_get_device()Greg Kurz1-20/+36
2018-04-09vfio-ccw: fix memory leaks in vfio_ccw_realize()Greg Kurz1-0/+2
2018-03-08vfio-ccw: license text should indicate GPL v2 or laterCornelia Huck1-2/+2
2017-12-18hw: use "qemu/osdep.h" as first #include in source filesPhilippe Mathieu-Daudé1-1/+1
2017-10-20s390x: improve error handling for SSCH and RSCHHalil Pasic1-7/+21
2017-10-06s390x: sort some devices into categoriesCornelia Huck1-0/+1
2017-07-25vfio/ccw: fix initialization of the Object DeviceState pointer in the common ...Dong Jia Shi1-0/+1
2017-07-25vfio/ccw: allocate irq info with the right sizeJing Zhang1-1/+1
2017-05-19vfio/ccw: update sense data if a unit check is pendingDong Jia Shi1-0/+7
2017-05-19s390x/css: introduce and realize ccw-request callbackXiao Feng Ren1-0/+85
2017-05-19vfio/ccw: get irqs info and set the eventfd fdDong Jia Shi1-0/+101
2017-05-19vfio/ccw: get io region infoDong Jia Shi1-0/+54
2017-05-19vfio/ccw: vfio based subchannel passthrough driverXiao Feng Ren1-0/+187