summaryrefslogtreecommitdiff
path: root/hw/s390x/sclp.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29s390: Clean up includesPeter Maydell1-0/+1
2016-01-27s390x/sclp: add device to the sysbus in sclp_realizeDavid Hildenbrand1-2/+6
2016-01-13s390/sclp: Simplify control flow in sclp_realize()Markus Armbruster1-6/+3
2016-01-13hw/s390x: Rename local variables Error *l_err to just errMarkus Armbruster1-7/+7
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-1/+2
2015-09-07s390/sclp: simplify calculation of rnmaxDavid Hildenbrand1-3/+1
2015-09-07s390/sclp: store the increment_size in the sclp deviceDavid Hildenbrand1-17/+3
2015-09-07s390: move memory calculation into the sclp deviceDavid Hildenbrand1-0/+62
2015-09-07s390/sclp: ignore memory hotplug operations if it is disabledDavid Hildenbrand1-7/+26
2015-09-07s390: no need to manually parse for slots and maxmemDavid Hildenbrand1-8/+3
2015-09-07s390/sclp: move sclp_service_interrupt into the sclp deviceDavid Hildenbrand1-9/+12
2015-09-07s390/sclp: move sclp_execute related functions into the SCLP classDavid Hildenbrand1-17/+36
2015-09-07s390/sclp: introduce a root sclp deviceDavid Hildenbrand1-9/+56
2015-09-07s390/sclp: temporarily fix unassignment/reassignment of memory subregionsDavid Hildenbrand1-2/+8
2015-04-30sclp: sort into categoriesCornelia Huck1-0/+9
2015-01-12s390: Add PCI bus supportFrank Blaschka1-1/+9
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-1/+1
2014-09-01sclp-s390: Add memory hotplug SCLPsMatthew Rosato1-6/+253
2014-09-01sclp-s390: Add device to manage s390 memory hotplugMatthew Rosato1-0/+30
2014-02-27s390x/event-facility: code restructureHeinz Graalfs1-46/+12
2014-02-27s390x/sclp: Add missing checks to SCLP handlerThomas Huth1-2/+7
2014-02-27s390x/sclp: Fixed the size of sccb and code parameterThomas Huth1-2/+2
2014-01-21s390-sclp: SCLP CPU InfoJason J. Herne1-0/+51
2014-01-21s390-sclp: Define New SCLP CodesJason J. Herne1-1/+1
2013-03-01hw: include hw header files with full pathsPaolo Bonzini1-1/+1
2013-01-10Make all static TypeInfos constAndreas Färber1-1/+1
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-1/+1
2012-10-29s390: sclp event supportHeinz Graalfs1-2/+47
2012-10-29s390: sclp base supportHeinz Graalfs1-0/+118