aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x/css.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-06vfio-ccw: forward halt/clear errorsCornelia Huck1-4/+34
2021-06-21s390x/css: Add passthrough IRBEric Farman1-1/+15
2021-06-21s390x/css: Refactor IRB constructionEric Farman1-16/+29
2021-06-21s390x/css: Split out the IRB sense dataEric Farman1-7/+12
2021-06-21s390x/css: Introduce an ESW structEric Farman1-6/+13
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-04-09s390x: css: report errors from ccw_dstream_read/writePierre Morel1-6/+8
2020-12-18qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()Eduardo Habkost1-2/+2
2020-12-18qdev: Move dev->realized check to qdev_property_set()Eduardo Habkost1-6/+0
2020-12-18qdev: Get just property name at error_set_from_qdev_prop_error()Eduardo Habkost1-1/+1
2020-12-15qdev: Make error_set_from_qdev_prop_error() get Object* argumentEduardo Habkost1-1/+1
2020-12-15qdev: Make qdev_get_prop_ptr() get Object* argEduardo Habkost1-3/+2
2020-10-02hw/s390x/css: Remove double initializationPhilippe Mathieu-Daudé1-1/+0
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-3/+1
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-2/+1
2020-06-18s390x/css: Refactor the css_queue_crw() routineEric Farman1-15/+29
2020-06-18vfio-ccw: Add support for the schib regionFarhan Ali1-2/+11
2020-02-20Avoid address_space_rw() with a constant is_write argumentPeter Maydell1-6/+6
2020-02-20Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé1-2/+2
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-06-24vfio-ccw: support async command subregionCornelia Huck1-4/+23
2019-05-17s390/css: handle CCW_FLAG_SKIPCornelia Huck1-4/+18
2019-04-03hw/s390/css: avoid taking address members in packed structsDaniel P. Berrangé1-201/+187
2018-12-20hw/s390/ccw.c: Don't take address of packed membersPeter Maydell1-6/+26
2018-10-04hw/s390x/css: Remove QEMU_PACKED from struct SenseIdThomas Huth1-16/+22
2018-08-20s390x: remove 's390-squash-mcss' optionCornelia Huck1-4/+2
2018-06-18vfio-ccw: remove orb.c64 (64 bit data addresses) checkHalil Pasic1-11/+0
2018-06-18vfio-ccw: add force unlimited prefetch propertyHalil Pasic1-2/+1
2018-05-14s390x/css: disabled subchannels cannot be status pendingCornelia Huck1-0/+8
2018-02-09s390x/flic: cache the common flic class in a central functionDavid Hildenbrand1-5/+5
2017-12-18misc: remove duplicated includesPhilippe Mathieu-Daudé1-1/+0
2017-12-14s390x/css: unrestrict cssidsHalil Pasic1-24/+4
2017-12-14s390x/tcg: rip out dead tpi codeDavid Hildenbrand1-6/+0
2017-10-20s390x: refactor error handling for MSCH handlerHalil Pasic1-13/+5
2017-10-20s390x: refactor error handling for HSCH handlerHalil Pasic1-13/+5
2017-10-20s390x: refactor error handling for CSCH handlerHalil Pasic1-9/+3
2017-10-20s390x: refactor error handling for XSCH handlerHalil Pasic1-12/+5
2017-10-20s390x: improve error handling for SSCH and RSCHHalil Pasic1-60/+24
2017-10-20s390x/css: be more consistent if broken beyond repairHalil Pasic1-12/+4
2017-10-20S390: use g_new() family of functionsMarc-André Lureau1-5/+5
2017-10-06s390x/css: support ccw IDAHalil Pasic1-1/+113
2017-10-06390x/css: introduce maximum data address checkingHalil Pasic1-0/+10
2017-10-06s390x/css: use ccw data streamHalil Pasic1-4/+5
2017-10-06s390x/css: introduce css data streamHalil Pasic1-0/+55
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-3/+7
2017-09-19s390x/css: remove unused error handling branchHalil Pasic1-7/+0
2017-09-19s390x/css: fix NULL handling for CCW addressesHalil Pasic1-1/+1
2017-09-19s390x/css: drop data-check in interpretationHalil Pasic1-9/+0
2017-09-19s390x/css: fix cc handling for XSCHHalil Pasic1-5/+5
2017-08-30s390x/css: generate solicited crw for rchp completion signalingDong Jia Shi1-6/+10