qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] s390: Support for Hotplug of Standby Memory
@ 2013-12-16 20:51 Matthew Rosato
  2013-12-16 20:51 ` [Qemu-devel] [PATCH 1/5] Add the standby-mem machine option Matthew Rosato
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Matthew Rosato @ 2013-12-16 20:51 UTC (permalink / raw)
  To: qemu-devel
  Cc: gleb, agraf, borntraeger, aliguori, cornelia.huck, pbonzini, rth

This patchset adds support in s390 for a pool of standby memory,
which can be set online/offline by the guest (ie, via chmem).
A new option, "standby-mem={size}", is added to the QEMU
command line machine parameter to specify the size of standby
memory for the guest.  As part of this work, additional
results are provided for the Read SCP Information SCLP, and new
implentation is added for the Read Storage Element Information,
Attach Storage Element, Assign Storage and Unassign Storage SCLPs,
which enables the s390 guest to manipulate the standby memory
pool.

This patchset is based on work originally done by Jeng-Fang (Nick)
Wang.

Matthew Rosato (5):
  Add the standby-mem machine option
  virtio-ccw: Include standby memory when calculating storage increment
  target-s390: Check for standby memory specification
  sclp-s390: Define new SCLP codes and structures
  sclp-s390: Add memory hotplug SCLPs

 hw/s390x/s390-virtio-ccw.c |   30 +++++-
 hw/s390x/sclp.c            |  235 ++++++++++++++++++++++++++++++++++++++++++--
 include/hw/s390x/sclp.h    |   48 +++++++++
 qemu-options.hx            |    6 +-
 target-s390x/cpu.h         |    4 +
 target-s390x/kvm.c         |   16 +++
 vl.c                       |    6 ++
 7 files changed, 332 insertions(+), 13 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2014-03-20 16:36 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-16 20:51 [Qemu-devel] [PATCH 0/5] s390: Support for Hotplug of Standby Memory Matthew Rosato
2013-12-16 20:51 ` [Qemu-devel] [PATCH 1/5] Add the standby-mem machine option Matthew Rosato
2013-12-17 10:09   ` Paolo Bonzini
2013-12-17 15:53     ` Matthew Rosato
2013-12-16 20:51 ` [Qemu-devel] [PATCH 2/5] virtio-ccw: Include standby memory when calculating storage increment Matthew Rosato
2013-12-16 20:51 ` [Qemu-devel] [PATCH 3/5] target-s390: Check for standby memory specification Matthew Rosato
2013-12-16 21:25   ` Alexander Graf
2013-12-17 15:58     ` Matthew Rosato
2013-12-17 16:48       ` Alexander Graf
2013-12-16 20:51 ` [Qemu-devel] [PATCH 4/5] sclp-s390: Define new SCLP codes and structures Matthew Rosato
2014-01-22 10:08   ` Christian Borntraeger
2014-03-20  9:56   ` Christian Borntraeger
2014-03-20 16:33     ` Matthew Rosato
2014-03-20 16:36       ` Christian Borntraeger
2013-12-16 20:51 ` [Qemu-devel] [PATCH 5/5] sclp-s390: Add memory hotplug SCLPs Matthew Rosato
2013-12-16 21:42   ` Alexander Graf
2013-12-16 23:18     ` Alexander Graf
2013-12-17 16:09       ` Matthew Rosato
2013-12-17 16:06     ` Matthew Rosato

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).