summary refs log tree commit diff stats
path: root/hw/s390x/sclp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390x/sclp: remove memory hotplug supportDavid Hildenbrand2018-02-261-305/+5
* 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/+14
* s390x: drop inclusion of sysemu/kvm.h from some filesDavid Hildenbrand2017-08-301-1/+0
* 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/+1
* 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/+3
* 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/+1
* s390/sclp: store the increment_size in the sclp deviceDavid Hildenbrand2015-09-071-17/+3
* 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/+3
* 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/+12
* s390x/sclp: Add missing checks to SCLP handlerThomas Huth2014-02-271-2/+7
* s390x/sclp: Fixed the size of sccb and code parameterThomas Huth2014-02-271-2/+2
* s390-sclp: SCLP CPU InfoJason J. Herne2014-01-211-0/+51
* s390-sclp: Define New SCLP CodesJason J. Herne2014-01-211-1/+1
* hw: include hw header files with full pathsPaolo Bonzini2013-03-011-1/+1
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1