Age | Commit message (Expand) | Author |
2019-09-30 | s390x: sclp: Report insufficient SCCB length | Claudio Imbrenda |
2019-09-30 | s390x: sclp: fix error handling for oversize control blocks | Janosch Frank |
2019-09-30 | s390x: sclp: boundary check | Janosch Frank |
2019-09-30 | s390x: sclp: refactor invalid command check | Janosch Frank |
2019-07-05 | hw/s390x: Replace global smp variables with machine smp properties | Like Xu |
2018-07-30 | s390x/sclp: fix maxram calculation | Christian Borntraeger |
2018-07-02 | hw/s390x: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé |
2018-02-26 | s390x/sclp: remove memory hotplug support | David Hildenbrand |
2018-01-22 | s390x/sclp: fix missing be conversion | David Hildenbrand |
2018-01-22 | s390x/sclp: fixup highest CPU address | Christian Borntraeger |
2017-10-06 | s390x/sclp: Mark the sclp device with user_creatable = false | Thomas Huth |
2017-09-19 | s390x: generate sclp cpu information from possible_cpus | David Hildenbrand |
2017-08-30 | s390x: drop inclusion of sysemu/kvm.h from some files | David Hildenbrand |
2017-08-30 | s390x/kvm: drop KVMState parameter from s390_get_memslot_count() | David Hildenbrand |
2017-08-30 | s390x/sclp: properly guard pci-specific functions | Cornelia Huck |
2017-07-14 | hw: Use new memory_region_init_{ram, rom, rom_device}() functions | Peter Maydell |
2017-07-14 | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() | Peter Maydell |
2017-05-10 | Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into staging | Stefan Hajnoczi |
2017-05-07 | Remove reduntant qemu: from error functions | Ishani Chugh |
2017-05-02 | hw/s390x/sclp: update LOADPARM in SCP Info | Farhan Ali |
2016-09-15 | s390x: remove useless cast | Laurent Vivier |
2016-09-06 | s390x/sclp: propagate hmfai | David Hildenbrand |
2016-09-06 | s390x/sclp: propagate the mha via sclp | David Hildenbrand |
2016-09-06 | s390x/sclp: propagate the ibc val (lowest and unblocked ibc) | David Hildenbrand |
2016-09-06 | s390x/sclp: indicate sclp features | David Hildenbrand |
2016-09-06 | s390x/sclp: factor out preparation of cpu entries | David Hildenbrand |
2016-09-05 | s390/sclp: cache the sclp device | Christian Borntraeger |
2016-05-17 | s390x/pci: separate s390_sclp_configure function | Yi Min Zhao |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-01-29 | s390: Clean up includes | Peter Maydell |
2016-01-27 | s390x/sclp: add device to the sysbus in sclp_realize | David Hildenbrand |
2016-01-13 | s390/sclp: Simplify control flow in sclp_realize() | Markus Armbruster |
2016-01-13 | hw/s390x: Rename local variables Error *l_err to just err | Markus Armbruster |
2015-09-18 | Fix bad error handling after memory_region_init_ram() | Markus Armbruster |
2015-09-07 | s390/sclp: simplify calculation of rnmax | David Hildenbrand |
2015-09-07 | s390/sclp: store the increment_size in the sclp device | David Hildenbrand |
2015-09-07 | s390: move memory calculation into the sclp device | David Hildenbrand |
2015-09-07 | s390/sclp: ignore memory hotplug operations if it is disabled | David Hildenbrand |
2015-09-07 | s390: no need to manually parse for slots and maxmem | David Hildenbrand |
2015-09-07 | s390/sclp: move sclp_service_interrupt into the sclp device | David Hildenbrand |
2015-09-07 | s390/sclp: move sclp_execute related functions into the SCLP class | David Hildenbrand |
2015-09-07 | s390/sclp: introduce a root sclp device | David Hildenbrand |
2015-09-07 | s390/sclp: temporarily fix unassignment/reassignment of memory subregions | David Hildenbrand |
2015-04-30 | sclp: sort into categories | Cornelia Huck |
2015-01-12 | s390: Add PCI bus support | Frank Blaschka |
2014-09-09 | memory: add parameter errp to memory_region_init_ram | Hu Tao |
2014-09-01 | sclp-s390: Add memory hotplug SCLPs | Matthew Rosato |
2014-09-01 | sclp-s390: Add device to manage s390 memory hotplug | Matthew Rosato |
2014-02-27 | s390x/event-facility: code restructure | Heinz Graalfs |
2014-02-27 | s390x/sclp: Add missing checks to SCLP handler | Thomas Huth |