summaryrefslogtreecommitdiff
path: root/hw/s390x/css.c
AgeCommit message (Expand)Author
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-04-09s390x: css: report errors from ccw_dstream_read/writePierre Morel
2020-12-18qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()Eduardo Habkost
2020-12-18qdev: Move dev->realized check to qdev_property_set()Eduardo Habkost
2020-12-18qdev: Get just property name at error_set_from_qdev_prop_error()Eduardo Habkost
2020-12-15qdev: Make error_set_from_qdev_prop_error() get Object* argumentEduardo Habkost
2020-12-15qdev: Make qdev_get_prop_ptr() get Object* argEduardo Habkost
2020-10-02hw/s390x/css: Remove double initializationPhilippe Mathieu-Daudé
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-06-18s390x/css: Refactor the css_queue_crw() routineEric Farman
2020-06-18vfio-ccw: Add support for the schib regionFarhan Ali
2020-02-20Avoid address_space_rw() with a constant is_write argumentPeter Maydell
2020-02-20Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-06-24vfio-ccw: support async command subregionCornelia Huck
2019-05-17s390/css: handle CCW_FLAG_SKIPCornelia Huck
2019-04-03hw/s390/css: avoid taking address members in packed structsDaniel P. Berrangé
2018-12-20hw/s390/ccw.c: Don't take address of packed membersPeter Maydell
2018-10-04hw/s390x/css: Remove QEMU_PACKED from struct SenseIdThomas Huth
2018-08-20s390x: remove 's390-squash-mcss' optionCornelia Huck
2018-06-18vfio-ccw: remove orb.c64 (64 bit data addresses) checkHalil Pasic
2018-06-18vfio-ccw: add force unlimited prefetch propertyHalil Pasic
2018-05-14s390x/css: disabled subchannels cannot be status pendingCornelia Huck
2018-02-09s390x/flic: cache the common flic class in a central functionDavid Hildenbrand
2017-12-18misc: remove duplicated includesPhilippe Mathieu-Daudé
2017-12-14s390x/css: unrestrict cssidsHalil Pasic
2017-12-14s390x/tcg: rip out dead tpi codeDavid Hildenbrand
2017-10-20s390x: refactor error handling for MSCH handlerHalil Pasic
2017-10-20s390x: refactor error handling for HSCH handlerHalil Pasic
2017-10-20s390x: refactor error handling for CSCH handlerHalil Pasic
2017-10-20s390x: refactor error handling for XSCH handlerHalil Pasic
2017-10-20s390x: improve error handling for SSCH and RSCHHalil Pasic
2017-10-20s390x/css: be more consistent if broken beyond repairHalil Pasic
2017-10-20S390: use g_new() family of functionsMarc-André Lureau
2017-10-06s390x/css: support ccw IDAHalil Pasic
2017-10-06390x/css: introduce maximum data address checkingHalil Pasic
2017-10-06s390x/css: use ccw data streamHalil Pasic
2017-10-06s390x/css: introduce css data streamHalil Pasic
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-09-19s390x/css: remove unused error handling branchHalil Pasic
2017-09-19s390x/css: fix NULL handling for CCW addressesHalil Pasic
2017-09-19s390x/css: drop data-check in interpretationHalil Pasic
2017-09-19s390x/css: fix cc handling for XSCHHalil Pasic
2017-08-30s390x/css: generate solicited crw for rchp completion signalingDong Jia Shi
2017-08-30s390x/css: use macro for event-information pending error recover codeDong Jia Shi
2017-07-28s390x/css: fix bits must be zero check for TICHalil Pasic
2017-07-28s390x/css: check ccw address validityHalil Pasic
2017-07-14Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into s...Peter Maydell
2017-07-14s390x/css: use SubchDev.orbHalil Pasic