qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Cornelia Huck <cornelia.huck@de.ibm.com>
To: peter.maydell@linaro.org
Cc: Cornelia Huck <cornelia.huck@de.ibm.com>,
	borntraeger@de.ibm.com, jfrei@linux.vnet.ibm.com,
	qemu-devel@nongnu.org, agraf@suse.de
Subject: [Qemu-devel] [PULL 00/10] first pile of s390x patches for 2.4
Date: Thu, 30 Apr 2015 14:02:00 +0200	[thread overview]
Message-ID: <1430395330-26437-1-git-send-email-cornelia.huck@de.ibm.com> (raw)

More to come, but I'd like to get the first batch off my plate now.

The following changes since commit 52b7aba62f02cf90f57ee7e02f67d2d8445e7e40:

  Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150428.0' into staging (2015-04-28 18:58:15 +0100)

are available in the git repository at:

  git://github.com/cohuck/qemu tags/s390x-20150430

for you to fetch changes up to 2c80e996e427ae31982f3405a762859578a6261d:

  kvm: better advice for failed s390x startup (2015-04-30 13:21:42 +0200)

----------------------------------------------------------------
First pile of s390x patches for 2.4, including:
- some cleanup patches
- sort most of the s390x devices into categories
- support for the new STSI post handler, used to insert vm name and
  friends
- support for the new MEM_OP ioctl (including access register mode)
  for accessing guest memory

----------------------------------------------------------------

Alexander Yarygin (1):
  s390x/kvm: Support access register mode for KVM_S390_MEM_OP ioctl

Cornelia Huck (6):
  virtio-ccw: sort into categories
  s390-virtio: sort into categories
  sclp: sort into categories
  s390x/ipl: sort into categories
  linux-headers: update
  kvm: better advice for failed s390x startup

Ekaterina Tumanova (1):
  s390x/kvm: Put vm name, extended name and UUID into STSI322 SYSIB

Thomas Huth (2):
  s390x/mmu: Use access type definitions instead of magic values
  s390x/mmu: Use ioctl for reading and writing from/to guest memory

 hw/char/sclpconsole-lm.c                        |   1 +
 hw/char/sclpconsole.c                           |   1 +
 hw/s390x/event-facility.c                       |   1 +
 hw/s390x/ipl.c                                  |   1 +
 hw/s390x/s390-pci-inst.c                        |  21 +--
 hw/s390x/s390-pci-inst.h                        |   7 +-
 hw/s390x/s390-virtio-bus.c                      |   9 ++
 hw/s390x/sclp.c                                 |   9 ++
 hw/s390x/sclpcpu.c                              |   2 +
 hw/s390x/sclpquiesce.c                          |   1 +
 hw/s390x/virtio-ccw.c                           |   9 ++
 include/standard-headers/linux/virtio_balloon.h |  28 +++-
 include/standard-headers/linux/virtio_ids.h     |   1 +
 include/standard-headers/linux/virtio_input.h   |  76 +++++++++++
 kvm-all.c                                       |  13 +-
 linux-headers/asm-arm/kvm.h                     |   9 +-
 linux-headers/asm-arm64/kvm.h                   |   9 +-
 linux-headers/asm-mips/kvm.h                    | 164 +++++++++++++++---------
 linux-headers/asm-s390/kvm.h                    |   4 +
 linux-headers/asm-x86/hyperv.h                  |   2 +
 linux-headers/linux/kvm.h                       |  66 +++++++++-
 linux-headers/linux/vfio.h                      |   2 +
 target-s390x/cpu.h                              |  37 ++++--
 target-s390x/helper.c                           |   2 +-
 target-s390x/ioinst.c                           |  42 +++---
 target-s390x/kvm.c                              | 145 +++++++++++++++++++--
 target-s390x/mmu_helper.c                       |  20 ++-
 27 files changed, 554 insertions(+), 128 deletions(-)
 create mode 100644 include/standard-headers/linux/virtio_input.h

-- 
2.3.7

             reply	other threads:[~2015-04-30 12:02 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-30 12:02 Cornelia Huck [this message]
2015-04-30 12:02 ` [Qemu-devel] [PULL 01/10] virtio-ccw: sort into categories Cornelia Huck
2015-04-30 12:02 ` [Qemu-devel] [PULL 02/10] s390-virtio: " Cornelia Huck
2015-04-30 12:02 ` [Qemu-devel] [PULL 03/10] sclp: " Cornelia Huck
2015-04-30 12:02 ` [Qemu-devel] [PULL 04/10] s390x/ipl: " Cornelia Huck
2015-04-30 12:02 ` [Qemu-devel] [PULL 05/10] s390x/mmu: Use access type definitions instead of magic values Cornelia Huck
2015-04-30 12:02 ` [Qemu-devel] [PULL 06/10] linux-headers: update Cornelia Huck
2015-04-30 12:02 ` [Qemu-devel] [PULL 07/10] s390x/kvm: Put vm name, extended name and UUID into STSI322 SYSIB Cornelia Huck
2015-04-30 12:02 ` [Qemu-devel] [PULL 08/10] s390x/mmu: Use ioctl for reading and writing from/to guest memory Cornelia Huck
2015-04-30 12:02 ` [Qemu-devel] [PULL 09/10] s390x/kvm: Support access register mode for KVM_S390_MEM_OP ioctl Cornelia Huck
2015-04-30 12:02 ` [Qemu-devel] [PULL 10/10] kvm: better advice for failed s390x startup Cornelia Huck
2015-04-30 14:18 ` [Qemu-devel] [PULL 00/10] first pile of s390x patches for 2.4 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=1430395330-26437-1-git-send-email-cornelia.huck@de.ibm.com \
    --to=cornelia.huck@de.ibm.com \
    --cc=agraf@suse.de \
    --cc=borntraeger@de.ibm.com \
    --cc=jfrei@linux.vnet.ibm.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /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).