aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x/css.c
AgeCommit message (Expand)Author
2017-05-04s390x/css: Add an algorithm to find a free chpidJing Liu
2017-04-21s390x: register I/O adapters per ISC during initFei Li
2017-04-21s390x: use enum for adapter type and standardize its namingFei Li
2017-04-21s390x/css: introduce read-only property type for device idsDong Jia Shi
2017-03-20s390x/css: reassign subchannel if schid is changed after migrationDong Jia Shi
2017-02-24s390x/css: handle format-0 TIC CCW correctlyDong Jia Shi
2016-09-28s390x/css: {c,h,t,r,x}sch: require enable AND device number validSascha Silbe
2016-09-05s390x/css: handle cssid 255 correctlyCornelia Huck
2016-07-20s390x/css: sch_handle_start_func() handles resume, tooSascha Silbe
2016-07-20s390x/css: copy CCW format bit from ORB to SCSWSascha Silbe
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-07-11s390x/css: factor out some generic code from virtio_ccw_device_realize()Sascha Silbe
2016-06-14s390x/css: introduce property type for device idsCornelia Huck
2016-06-14s390x/css: clear IO irqs when generating IPI CRWHalil Pasic
2016-05-19s390x: reorganize CSS bits between cpu.h and other headersPaolo Bonzini
2016-03-01s390x/css: only suspend when enabled by orbCornelia Huck
2016-03-01s390x/css: Use static initialization for channel_subsys fieldsEduardo Habkost
2016-03-01s390x/css: Allocate channel_subsys staticallyEduardo Habkost
2016-03-01s390x/css: introduce indicator refcounting interfacesYi Min Zhao
2016-01-29s390: Clean up includesPeter Maydell
2016-01-27s390x/css: fix control flags during cschHalil Pasic
2016-01-27s390x: fix generation of event information crwSong Shan Gong
2016-01-11hw/s390x: Remove superfluous return statementsThomas Huth
2015-11-11s390x/css: sense data endiannessCornelia Huck
2015-09-07s390x/css: start with cleared cstat/dstatCornelia Huck
2015-09-07s390x/css: ccw-0 enforces count > 0Cornelia Huck
2015-09-07s390x/css: handle ccw-0 TIC correctlyPierre Morel
2015-06-30s390x/css: Add a callback for when subchannel gets disabledThomas Huth
2015-06-30css: mss/mcss-e vs. migrationCornelia Huck
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell
2015-02-18s390x/ioinst: Rework memory access in STCRW instructionThomas Huth
2015-02-18s390x/ioinst: Rework memory access in TSCH instructionThomas Huth
2015-02-18s390x/css: Make schib parameter of css_do_msch constThomas Huth
2015-01-12s390: Add PCI bus supportFrank Blaschka
2014-09-23s390x/css: catch ccw sequence errorsCornelia Huck
2014-09-23s390x/css: support format-0 ccwsCornelia Huck
2014-07-08s390x/css: reflect cpa in scswCornelia Huck
2014-06-10s390x: cleanup interrupt injectionCornelia Huck
2014-06-10s390/virtio-ccw: migration supportJens Freimann
2014-06-10s390x/css: handle emw correctly for tschCornelia Huck
2014-05-20s390x: add I/O adapter registrationCornelia Huck
2014-05-07s390x/css: Don't save orb in subchannel.Cornelia Huck
2014-03-05s390x/virtio-ccw: Adapter interrupt support.Cornelia Huck
2014-02-11exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make lduw_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias
2013-09-01misc: Fix some typos in names and commentsStefan Weil
2013-06-25virtio-ccw: Wire up ioeventfd.Cornelia Huck
2013-06-06s390x/css: Fix concurrent sense.Cornelia Huck