index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
s390x
/
sclp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-30
s390x/sclp: fix maxram calculation
Christian Borntraeger
1
-0
/
+1
2018-07-02
hw/s390x: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-1
/
+2
2018-02-26
s390x/sclp: remove memory hotplug support
David Hildenbrand
1
-305
/
+5
2018-01-22
s390x/sclp: fix missing be conversion
David Hildenbrand
1
-2
/
+2
2018-01-22
s390x/sclp: fixup highest CPU address
Christian Borntraeger
1
-1
/
+1
2017-10-06
s390x/sclp: Mark the sclp device with user_creatable = false
Thomas Huth
1
-0
/
+5
2017-09-19
s390x: generate sclp cpu information from possible_cpus
David Hildenbrand
1
-20
/
+14
2017-08-30
s390x: drop inclusion of sysemu/kvm.h from some files
David Hildenbrand
1
-1
/
+0
2017-08-30
s390x/kvm: drop KVMState parameter from s390_get_memslot_count()
David Hildenbrand
1
-1
/
+1
2017-08-30
s390x/sclp: properly guard pci-specific functions
Cornelia Huck
1
-5
/
+34
2017-07-14
hw: Use new memory_region_init_{ram, rom, rom_device}() functions
Peter Maydell
1
-2
/
+1
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
1
-1
/
+1
2017-05-10
Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into staging
Stefan Hajnoczi
1
-2
/
+2
2017-05-07
Remove reduntant qemu: from error functions
Ishani Chugh
1
-2
/
+2
2017-05-02
hw/s390x/sclp: update LOADPARM in SCP Info
Farhan Ali
1
-0
/
+9
2016-09-15
s390x: remove useless cast
Laurent Vivier
1
-1
/
+1
2016-09-06
s390x/sclp: propagate hmfai
David Hildenbrand
1
-0
/
+1
2016-09-06
s390x/sclp: propagate the mha via sclp
David Hildenbrand
1
-0
/
+1
2016-09-06
s390x/sclp: propagate the ibc val (lowest and unblocked ibc)
David Hildenbrand
1
-0
/
+2
2016-09-06
s390x/sclp: indicate sclp features
David Hildenbrand
1
-0
/
+9
2016-09-06
s390x/sclp: factor out preparation of cpu entries
David Hildenbrand
1
-10
/
+12
2016-09-05
s390/sclp: cache the sclp device
Christian Borntraeger
1
-1
/
+6
2016-05-17
s390x/pci: separate s390_sclp_configure function
Yi Min Zhao
1
-2
/
+2
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-01-29
s390: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-27
s390x/sclp: add device to the sysbus in sclp_realize
David Hildenbrand
1
-2
/
+6
2016-01-13
s390/sclp: Simplify control flow in sclp_realize()
Markus Armbruster
1
-6
/
+3
2016-01-13
hw/s390x: Rename local variables Error *l_err to just err
Markus Armbruster
1
-7
/
+7
2015-09-18
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
1
-1
/
+2
2015-09-07
s390/sclp: simplify calculation of rnmax
David Hildenbrand
1
-3
/
+1
2015-09-07
s390/sclp: store the increment_size in the sclp device
David Hildenbrand
1
-17
/
+3
2015-09-07
s390: move memory calculation into the sclp device
David Hildenbrand
1
-0
/
+62
2015-09-07
s390/sclp: ignore memory hotplug operations if it is disabled
David Hildenbrand
1
-7
/
+26
2015-09-07
s390: no need to manually parse for slots and maxmem
David Hildenbrand
1
-8
/
+3
2015-09-07
s390/sclp: move sclp_service_interrupt into the sclp device
David Hildenbrand
1
-9
/
+12
2015-09-07
s390/sclp: move sclp_execute related functions into the SCLP class
David Hildenbrand
1
-17
/
+36
2015-09-07
s390/sclp: introduce a root sclp device
David Hildenbrand
1
-9
/
+56
2015-09-07
s390/sclp: temporarily fix unassignment/reassignment of memory subregions
David Hildenbrand
1
-2
/
+8
2015-04-30
sclp: sort into categories
Cornelia Huck
1
-0
/
+9
2015-01-12
s390: Add PCI bus support
Frank Blaschka
1
-1
/
+9
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
1
-1
/
+1
2014-09-01
sclp-s390: Add memory hotplug SCLPs
Matthew Rosato
1
-6
/
+253
2014-09-01
sclp-s390: Add device to manage s390 memory hotplug
Matthew Rosato
1
-0
/
+30
2014-02-27
s390x/event-facility: code restructure
Heinz Graalfs
1
-46
/
+12
2014-02-27
s390x/sclp: Add missing checks to SCLP handler
Thomas Huth
1
-2
/
+7
2014-02-27
s390x/sclp: Fixed the size of sccb and code parameter
Thomas Huth
1
-2
/
+2
2014-01-21
s390-sclp: SCLP CPU Info
Jason J. Herne
1
-0
/
+51
2014-01-21
s390-sclp: Define New SCLP Codes
Jason J. Herne
1
-1
/
+1
2013-03-01
hw: include hw header files with full paths
Paolo Bonzini
1
-1
/
+1
2013-01-10
Make all static TypeInfos const
Andreas Färber
1
-1
/
+1
[next]