summaryrefslogtreecommitdiff
path: root/hw/s390x/sclp.c
AgeCommit message (Expand)Author
2018-07-30s390x/sclp: fix maxram calculationChristian Borntraeger
2018-07-02hw/s390x: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-02-26s390x/sclp: remove memory hotplug supportDavid Hildenbrand
2018-01-22s390x/sclp: fix missing be conversionDavid Hildenbrand
2018-01-22s390x/sclp: fixup highest CPU addressChristian Borntraeger
2017-10-06s390x/sclp: Mark the sclp device with user_creatable = falseThomas Huth
2017-09-19s390x: generate sclp cpu information from possible_cpusDavid Hildenbrand
2017-08-30s390x: drop inclusion of sysemu/kvm.h from some filesDavid Hildenbrand
2017-08-30s390x/kvm: drop KVMState parameter from s390_get_memslot_count()David Hildenbrand
2017-08-30s390x/sclp: properly guard pci-specific functionsCornelia Huck
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-05-10Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into stagingStefan Hajnoczi
2017-05-07Remove reduntant qemu: from error functionsIshani Chugh
2017-05-02hw/s390x/sclp: update LOADPARM in SCP InfoFarhan Ali
2016-09-15s390x: remove useless castLaurent Vivier
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: indicate sclp featuresDavid Hildenbrand
2016-09-06s390x/sclp: factor out preparation of cpu entriesDavid Hildenbrand
2016-09-05s390/sclp: cache the sclp deviceChristian Borntraeger
2016-05-17s390x/pci: separate s390_sclp_configure functionYi Min Zhao
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-29s390: Clean up includesPeter Maydell
2016-01-27s390x/sclp: add device to the sysbus in sclp_realizeDavid Hildenbrand
2016-01-13s390/sclp: Simplify control flow in sclp_realize()Markus Armbruster
2016-01-13hw/s390x: Rename local variables Error *l_err to just errMarkus Armbruster
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-09-07s390/sclp: simplify calculation of rnmaxDavid Hildenbrand
2015-09-07s390/sclp: store the increment_size in the sclp deviceDavid Hildenbrand
2015-09-07s390: move memory calculation into the sclp deviceDavid Hildenbrand
2015-09-07s390/sclp: ignore memory hotplug operations if it is disabledDavid Hildenbrand
2015-09-07s390: no need to manually parse for slots and maxmemDavid 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-09-07s390/sclp: temporarily fix unassignment/reassignment of memory subregionsDavid Hildenbrand
2015-04-30sclp: sort into categoriesCornelia Huck
2015-01-12s390: Add PCI bus supportFrank Blaschka
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-09-01sclp-s390: Add memory hotplug SCLPsMatthew Rosato
2014-09-01sclp-s390: Add device to manage s390 memory hotplugMatthew Rosato
2014-02-27s390x/event-facility: code restructureHeinz Graalfs
2014-02-27s390x/sclp: Add missing checks to SCLP handlerThomas Huth
2014-02-27s390x/sclp: Fixed the size of sccb and code parameterThomas Huth
2014-01-21s390-sclp: SCLP CPU InfoJason J. Herne
2014-01-21s390-sclp: Define New SCLP CodesJason J. Herne
2013-03-01hw: include hw header files with full pathsPaolo Bonzini
2013-01-10Make all static TypeInfos constAndreas Färber