index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
s390x
/
sclp.c
Age
Commit message (
Expand
)
Author
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
2014-02-27
s390x/sclp: Fixed the size of sccb and code parameter
Thomas Huth
2014-01-21
s390-sclp: SCLP CPU Info
Jason J. Herne
2014-01-21
s390-sclp: Define New SCLP Codes
Jason J. Herne
2013-03-01
hw: include hw header files with full paths
Paolo Bonzini
2013-01-10
Make all static TypeInfos const
Andreas Färber
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
2012-10-29
s390: sclp event support
Heinz Graalfs
2012-10-29
s390: sclp base support
Heinz Graalfs