summary refs log tree commit diff stats
path: root/hw/s390x/css.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390x/css: disabled subchannels cannot be status pendingCornelia Huck2018-05-141-0/+8
* s390x/flic: cache the common flic class in a central functionDavid Hildenbrand2018-02-091-5/+5
* misc: remove duplicated includesPhilippe Mathieu-Daudé2017-12-181-1/+0
* s390x/css: unrestrict cssidsHalil Pasic2017-12-141-24/+4
* s390x/tcg: rip out dead tpi codeDavid Hildenbrand2017-12-141-6/+0
* s390x: refactor error handling for MSCH handlerHalil Pasic2017-10-201-13/+5
* s390x: refactor error handling for HSCH handlerHalil Pasic2017-10-201-13/+5
* s390x: refactor error handling for CSCH handlerHalil Pasic2017-10-201-9/+3
* s390x: refactor error handling for XSCH handlerHalil Pasic2017-10-201-12/+5
* s390x: improve error handling for SSCH and RSCHHalil Pasic2017-10-201-60/+24
* s390x/css: be more consistent if broken beyond repairHalil Pasic2017-10-201-12/+4
* S390: use g_new() family of functionsMarc-André Lureau2017-10-201-5/+5
* s390x/css: support ccw IDAHalil Pasic2017-10-061-1/+113
* 390x/css: introduce maximum data address checkingHalil Pasic2017-10-061-0/+10
* s390x/css: use ccw data streamHalil Pasic2017-10-061-4/+5
* s390x/css: introduce css data streamHalil Pasic2017-10-061-0/+55
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-3/+7
* s390x/css: remove unused error handling branchHalil Pasic2017-09-191-7/+0
* s390x/css: fix NULL handling for CCW addressesHalil Pasic2017-09-191-1/+1
* s390x/css: drop data-check in interpretationHalil Pasic2017-09-191-9/+0
* s390x/css: fix cc handling for XSCHHalil Pasic2017-09-191-5/+5
* s390x/css: generate solicited crw for rchp completion signalingDong Jia Shi2017-08-301-6/+10
* s390x/css: use macro for event-information pending error recover codeDong Jia Shi2017-08-301-1/+1
* s390x/css: fix bits must be zero check for TICHalil Pasic2017-07-281-1/+2
* s390x/css: check ccw address validityHalil Pasic2017-07-281-0/+4
* Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into s...Peter Maydell2017-07-141-19/+177
|\
| * s390x/css: use SubchDev.orbHalil Pasic2017-07-141-15/+15
| * s390x/css: activate ChannelSubSys migrationHalil Pasic2017-07-141-0/+5
| * s390x/css: add ORB to SubchDevHalil Pasic2017-07-141-0/+35
| * s390x/css: add missing css state conditionallyHalil Pasic2017-07-141-0/+74
| * s390x/css: update css_adapter_interruptYi Min Zhao2017-07-141-2/+16
| * s390x/sic: realize SIC handlingFei Li2017-07-141-0/+26
| * s390x: add flags field for registering I/O adapterFei Li2017-07-141-2/+6
* | qdev: Add const qualifier to PropertyInfo definitionsFam Zheng2017-07-141-2/+2
|/
* s390x: vmstatify config migration for virtio-ccwHalil Pasic2017-07-051-156/+222
* s390x/css: fence off MIDACornelia Huck2017-06-061-0/+5
* s390x/css: catch section mismatch on loadHalil Pasic2017-06-061-0/+14
* s390x/css: ccw translation infrastructureXiao Feng Ren2017-05-191-6/+83
* s390x/css: introduce and realize ccw-request callbackXiao Feng Ren2017-05-191-2/+2
* s390x/css: realize css_create_schDong Jia Shi2017-05-191-7/+38
* s390x/css: realize css_sch_build_schibXiao Feng Ren2017-05-191-3/+149
* s390x/3270: 3270 data stream handlingJing Liu2017-05-041-0/+3
* s390x/css: Add an algorithm to find a free chpidJing Liu2017-05-041-0/+21
* s390x: register I/O adapters per ISC during initFei Li2017-04-211-32/+53
* s390x: use enum for adapter type and standardize its namingFei Li2017-04-211-1/+1
* s390x/css: introduce read-only property type for device idsDong Jia Shi2017-04-211-0/+7
* s390x/css: reassign subchannel if schid is changed after migrationDong Jia Shi2017-03-201-0/+15
* s390x/css: handle format-0 TIC CCW correctlyDong Jia Shi2017-02-241-6/+9
* s390x/css: {c,h,t,r,x}sch: require enable AND device number validSascha Silbe2016-09-281-6/+6
* s390x/css: handle cssid 255 correctlyCornelia Huck2016-09-051-5/+3