qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Christian Borntraeger <borntraeger@de.ibm.com>
To: Anthony Liguori <anthony@codemonkey.ws>,
	Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel <qemu-devel@nongnu.org>,
	Christian Borntraeger <borntraeger@de.ibm.com>,
	Alexander Graf <agraf@suse.de>,
	Richard Henderson <rth@twiddle.net>
Subject: [Qemu-devel] [PULL 0/5] s390/kvm: fixes and features
Date: Fri, 31 Jan 2014 10:28:18 +0100	[thread overview]
Message-ID: <1391160503-49890-1-git-send-email-borntraeger@de.ibm.com> (raw)

Anthony, Peter,

The following changes since commit 1cf892ca2689c84960b4ce4d2723b6bee453711c:

  SPARC: Fix LEON3 power down instruction (2014-01-15 15:37:33 +1000)

are available in the git repository at:

  git://github.com/borntraeger/qemu.git tags/kvm-s390-20140131

for you to fetch changes up to 44c68de0445677728700651ed4e2d2063f36f9ed:

  s390x/kvm: cleanup partial register handling (2014-01-31 09:43:44 +0100)

----------------------------------------------------------------
This patch set contains the sclp defines and events for cpu hotplug,
the initial sclp defines (without code yet) for standby memory (some
sort of memory hotplug) as well as a cleanup of the kvm register
synchronization.

----------------------------------------------------------------
Dominik Dingel (1):
      s390x/kvm: cleanup partial register handling

Jason J. Herne (3):
      s390-sclp: Define New SCLP Codes
      s390-sclp: SCLP CPU Info
      s390-sclp: SCLP Event integration

Matthew Rosato (1):
      sclp-s390: Define new SCLP codes and structures

 hw/s390x/Makefile.objs            |   1 +
 hw/s390x/event-facility.c         |   6 ++
 hw/s390x/sclp.c                   |  53 ++++++++++++++-
 hw/s390x/sclpcpu.c                | 112 +++++++++++++++++++++++++++++++
 include/hw/s390x/event-facility.h |   5 ++
 include/hw/s390x/sclp.h           |  75 +++++++++++++++++++++
 target-s390x/cpu.h                |  17 -----
 target-s390x/kvm.c                | 136 +++++++++++++++-----------------------
 8 files changed, 304 insertions(+), 101 deletions(-)
 create mode 100644 hw/s390x/sclpcpu.c

             reply	other threads:[~2014-01-31  9:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-31  9:28 Christian Borntraeger [this message]
2014-01-31  9:28 ` [Qemu-devel] [PULL 1/5] s390-sclp: Define New SCLP Codes Christian Borntraeger
2014-01-31  9:28 ` [Qemu-devel] [PULL 2/5] s390-sclp: SCLP CPU Info Christian Borntraeger
2014-01-31  9:28 ` [Qemu-devel] [PULL 3/5] s390-sclp: SCLP Event integration Christian Borntraeger
2014-01-31  9:28 ` [Qemu-devel] [PULL 4/5] sclp-s390: Define new SCLP codes and structures Christian Borntraeger
2014-01-31  9:28 ` [Qemu-devel] [PULL 5/5] s390x/kvm: cleanup partial register handling Christian Borntraeger
2014-02-04 18:54 ` [Qemu-devel] [PULL 0/5] s390/kvm: fixes and features Peter Maydell

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=1391160503-49890-1-git-send-email-borntraeger@de.ibm.com \
    --to=borntraeger@de.ibm.com \
    --cc=agraf@suse.de \
    --cc=anthony@codemonkey.ws \
    --cc=peter.maydell@linaro.org \
    --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).