summaryrefslogtreecommitdiffstats
path: root/hw/s390x/sclp.c
Commit message (Expand)AuthorAgeFilesLines
* s390x/sclp.c: remove unneeded label in sclp_service_call()Daniel Henrique Barboza2020-01-271-11/+5Star
* s390x: sclp: Report insufficient SCCB lengthClaudio Imbrenda2019-09-301-0/+12
* s390x: sclp: fix error handling for oversize control blocksJanosch Frank2019-09-301-2/+1Star
* s390x: sclp: boundary checkJanosch Frank2019-09-301-0/+5
* s390x: sclp: refactor invalid command checkJanosch Frank2019-09-301-1/+16
* hw/s390x: Replace global smp variables with machine smp propertiesLike Xu2019-07-051-1/+1
* s390x/sclp: fix maxram calculationChristian Borntraeger2018-07-301-0/+1
* hw/s390x: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-1/+2
* s390x/sclp: remove memory hotplug supportDavid Hildenbrand2018-02-261-305/+5Star
* s390x/sclp: fix missing be conversionDavid Hildenbrand2018-01-221-2/+2
* s390x/sclp: fixup highest CPU addressChristian Borntraeger2018-01-221-1/+1
* s390x/sclp: Mark the sclp device with user_creatable = falseThomas Huth2017-10-061-0/+5
* s390x: generate sclp cpu information from possible_cpusDavid Hildenbrand2017-09-191-20/+14Star
* s390x: drop inclusion of sysemu/kvm.h from some filesDavid Hildenbrand2017-08-301-1/+0Star
* s390x/kvm: drop KVMState parameter from s390_get_memslot_count()David Hildenbrand2017-08-301-1/+1
* s390x/sclp: properly guard pci-specific functionsCornelia Huck2017-08-301-5/+34
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-141-2/+1Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into stagingStefan Hajnoczi2017-05-101-2/+2
|\
| * Remove reduntant qemu: from error functionsIshani Chugh2017-05-071-2/+2
* | hw/s390x/sclp: update LOADPARM in SCP InfoFarhan Ali2017-05-021-0/+9
|/
* s390x: remove useless castLaurent Vivier2016-09-151-1/+1
* s390x/sclp: propagate hmfaiDavid Hildenbrand2016-09-061-0/+1
* s390x/sclp: propagate the mha via sclpDavid Hildenbrand2016-09-061-0/+1
* s390x/sclp: propagate the ibc val (lowest and unblocked ibc)David Hildenbrand2016-09-061-0/+2
* s390x/sclp: indicate sclp featuresDavid Hildenbrand2016-09-061-0/+9
* s390x/sclp: factor out preparation of cpu entriesDavid Hildenbrand2016-09-061-10/+12
* s390/sclp: cache the sclp deviceChristian Borntraeger2016-09-051-1/+6
* s390x/pci: separate s390_sclp_configure functionYi Min Zhao2016-05-171-2/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* s390: Clean up includesPeter Maydell2016-01-291-0/+1
* s390x/sclp: add device to the sysbus in sclp_realizeDavid Hildenbrand2016-01-271-2/+6
* s390/sclp: Simplify control flow in sclp_realize()Markus Armbruster2016-01-131-6/+3Star
* hw/s390x: Rename local variables Error *l_err to just errMarkus Armbruster2016-01-131-7/+7
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-1/+2
* s390/sclp: simplify calculation of rnmaxDavid Hildenbrand2015-09-071-3/+1Star
* s390/sclp: store the increment_size in the sclp deviceDavid Hildenbrand2015-09-071-17/+3Star
* s390: move memory calculation into the sclp deviceDavid Hildenbrand2015-09-071-0/+62
* s390/sclp: ignore memory hotplug operations if it is disabledDavid Hildenbrand2015-09-071-7/+26
* s390: no need to manually parse for slots and maxmemDavid Hildenbrand2015-09-071-8/+3Star
* s390/sclp: move sclp_service_interrupt into the sclp deviceDavid Hildenbrand2015-09-071-9/+12
* s390/sclp: move sclp_execute related functions into the SCLP classDavid Hildenbrand2015-09-071-17/+36
* s390/sclp: introduce a root sclp deviceDavid Hildenbrand2015-09-071-9/+56
* s390/sclp: temporarily fix unassignment/reassignment of memory subregionsDavid Hildenbrand2015-09-071-2/+8
* sclp: sort into categoriesCornelia Huck2015-04-301-0/+9
* s390: Add PCI bus supportFrank Blaschka2015-01-121-1/+9
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-1/+1
* sclp-s390: Add memory hotplug SCLPsMatthew Rosato2014-09-011-6/+253
* sclp-s390: Add device to manage s390 memory hotplugMatthew Rosato2014-09-011-0/+30
* s390x/event-facility: code restructureHeinz Graalfs2014-02-271-46/+12Star