qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Matthew Rosato <mjrosato@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Cc: gleb@redhat.com, agraf@suse.de, borntraeger@de.ibm.com,
	aliguori@amazon.com, cornelia.huck@de.ibm.com,
	pbonzini@redhat.com, rth@twiddle.net
Subject: [Qemu-devel] [PATCH 0/5] s390: Support for Hotplug of Standby Memory
Date: Mon, 16 Dec 2013 15:51:07 -0500	[thread overview]
Message-ID: <1387227072-21965-1-git-send-email-mjrosato@linux.vnet.ibm.com> (raw)

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

             reply	other threads:[~2013-12-16 20:51 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-16 20:51 Matthew Rosato [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1387227072-21965-1-git-send-email-mjrosato@linux.vnet.ibm.com \
    --to=mjrosato@linux.vnet.ibm.com \
    --cc=agraf@suse.de \
    --cc=aliguori@amazon.com \
    --cc=borntraeger@de.ibm.com \
    --cc=cornelia.huck@de.ibm.com \
    --cc=gleb@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).