aboutsummaryrefslogtreecommitdiff
path: root/include/hw/s390x/sclp.h
AgeCommit message (Expand)Author
2020-10-02s390: guest support for diagnose 0x318Collin Walling
2020-10-02s390/sclp: add extended-length sccb support for kvm guestCollin Walling
2020-10-02s390/sclp: read sccb from mem based on provided lengthCollin Walling
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-27s390x: Move typedef SCLPEventFacility to event-facility.hEduardo Habkost
2020-04-29s390x: protvirt: SCLP interpretationJanosch Frank
2020-03-16misc: Replace zero-length arrays with flexible array member (manual)Philippe Mathieu-Daudé
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2018-02-26s390x: remove s390_get_memslot_countCornelia Huck
2018-02-26s390x/sclp: remove memory hotplug supportDavid Hildenbrand
2017-09-19s390x: move sclp_service_call() to sclp.hDavid Hildenbrand
2017-08-30s390x/sclp: properly guard pci-specific functionsCornelia Huck
2017-08-30s390x/pci: add stubsCornelia Huck
2017-07-14s390x/cpumodel: wire up new hardware featuresJason J. Herne
2016-09-06s390x/sclp: propagate hmfaiDavid Hildenbrand
2016-09-06s390x/sclp: propagate the mha via sclpDavid Hildenbrand
2016-09-06s390x/sclp: propagate the ibc val (lowest and unblocked ibc)David Hildenbrand
2016-09-06s390x/sclp: introduce sclp feature blocksDavid Hildenbrand
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-07-11s390x/pci: enforce zPCI state checkingYi Min Zhao
2015-09-07s390/sclp: store the increment_size in the sclp deviceDavid Hildenbrand
2015-09-07s390/sclp: move sclp_service_interrupt into the sclp deviceDavid Hildenbrand
2015-09-07s390/sclp: move sclp_execute related functions into the SCLP classDavid Hildenbrand
2015-09-07s390/sclp: introduce a root sclp deviceDavid Hildenbrand
2015-01-12s390: Add PCI bus supportFrank Blaschka
2014-09-23s390x: remove duplicate defines in SCLP codeJens Freimann
2014-09-01sclp-s390: Add device to manage s390 memory hotplugMatthew Rosato
2014-02-27s390x/event-facility: code restructureHeinz Graalfs
2014-01-28sclp-s390: Define new SCLP codes and structuresMatthew Rosato
2014-01-21s390-sclp: SCLP Event integrationJason J. Herne
2014-01-21s390-sclp: SCLP CPU InfoJason J. Herne
2014-01-21s390-sclp: Define New SCLP CodesJason J. Herne
2013-04-08hw: move headers to include/Paolo Bonzini