All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/5] s390/kvm: fixes and features
@ 2014-01-31  9:28 Christian Borntraeger
  2014-01-31  9:28 ` [Qemu-devel] [PULL 1/5] s390-sclp: Define New SCLP Codes Christian Borntraeger
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Christian Borntraeger @ 2014-01-31  9:28 UTC (permalink / raw)
  To: Anthony Liguori, Peter Maydell
  Cc: qemu-devel, Christian Borntraeger, Alexander Graf, Richard Henderson

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

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

end of thread, other threads:[~2014-02-04 18:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-31  9:28 [Qemu-devel] [PULL 0/5] s390/kvm: fixes and features Christian Borntraeger
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.