summaryrefslogtreecommitdiffstats
path: root/hw/s390x/sclp.c
Commit message (Expand)AuthorAgeFilesLines
* s390x: pv: Remove sclp boundary checksJanosch Frank2020-10-221-5/+0Star
* s390: guest support for diagnose 0x318Collin Walling2020-10-021-0/+5
* s390/sclp: add extended-length sccb support for kvm guestCollin Walling2020-10-021-6/+37
* s390/sclp: use cpu offset to locate cpu entriesCollin Walling2020-10-021-2/+4
* s390/sclp: check sccb len before filling in dataCollin Walling2020-10-021-12/+14
* s390/sclp: read sccb from mem based on provided lengthCollin Walling2020-10-021-24/+31
* s390/sclp: rework sclp boundary checksCollin Walling2020-10-021-1/+18
* s390/sclp: get machine once during read scp/cpu infoCollin Walling2020-10-021-4/+4
* error: Eliminate error_propagate() manuallyMarkus Armbruster2020-07-101-8/+4Star
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-101-2/+1Star
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-1/+1
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qdev: Convert uses of qdev_set_parent_bus() manuallyMarkus Armbruster2020-06-151-6/+4Star
* various: Remove unnecessary OBJECT() castPhilippe Mathieu-Daudé2020-05-151-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-3/+2Star
* s390x: protvirt: SCLP interpretationJanosch Frank2020-04-291-11/+45
* vl/s390x: fixup ram sizes for compat machinesChristian Borntraeger2020-04-021-12/+5Star
* 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