index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
s390x
/
sclp.h
Age
Commit message (
Expand
)
Author
2020-09-18
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
2020-09-09
Use OBJECT_DECLARE_TYPE where possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-08-27
s390x: Move typedef SCLPEventFacility to event-facility.h
Eduardo Habkost
2020-04-29
s390x: protvirt: SCLP interpretation
Janosch Frank
2020-03-16
misc: Replace zero-length arrays with flexible array member (manual)
Philippe Mathieu-Daudé
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2018-02-26
s390x: remove s390_get_memslot_count
Cornelia Huck
2018-02-26
s390x/sclp: remove memory hotplug support
David Hildenbrand
2017-09-19
s390x: move sclp_service_call() to sclp.h
David Hildenbrand
2017-08-30
s390x/sclp: properly guard pci-specific functions
Cornelia Huck
2017-08-30
s390x/pci: add stubs
Cornelia Huck
2017-07-14
s390x/cpumodel: wire up new hardware features
Jason J. Herne
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: introduce sclp feature blocks
David Hildenbrand
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-07-11
s390x/pci: enforce zPCI state checking
Yi Min Zhao
2015-09-07
s390/sclp: store the increment_size in the sclp device
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-01-12
s390: Add PCI bus support
Frank Blaschka
2014-09-23
s390x: remove duplicate defines in SCLP code
Jens Freimann
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-01-28
sclp-s390: Define new SCLP codes and structures
Matthew Rosato
2014-01-21
s390-sclp: SCLP Event integration
Jason J. Herne
2014-01-21
s390-sclp: SCLP CPU Info
Jason J. Herne
2014-01-21
s390-sclp: Define New SCLP Codes
Jason J. Herne
2013-04-08
hw: move headers to include/
Paolo Bonzini