From: Cornelia Huck <cohuck@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Christian Borntraeger <borntraeger@de.ibm.com>,
Alexander Graf <agraf@suse.de>,
Richard Henderson <rth@twiddle.net>,
David Hildenbrand <david@redhat.com>,
Thomas Huth <thuth@redhat.com>,
qemu-s390x@nongnu.org, qemu-devel@nongnu.org,
Cornelia Huck <cohuck@redhat.com>
Subject: [Qemu-devel] [PULL 0/7] s390x patches for 3.1
Date: Mon, 20 Aug 2018 14:53:34 +0200 [thread overview]
Message-ID: <20180820125341.5882-1-cohuck@redhat.com> (raw)
The following changes since commit 627fce617868df87b3757375a2a0318ad2beb381:
tests/boot-serial-test: Bump timeout to 6 minutes (2018-08-20 10:39:27 +0100)
are available in the Git repository at:
git://github.com/cohuck/qemu tags/s390x-20180820
for you to fetch changes up to 09c6c754804df4d997f84fd9c17d90c5b4ce948c:
s390x: Enable KVM huge page backing support (2018-08-20 14:18:49 +0200)
----------------------------------------------------------------
First round of s390x patches for 3.1:
- add compat machine for 3.1
- remove deprecated 's390-squash-mcss' option
- cpu models: add "max" cpu model, enhance feature group code
- kvm: add support for etoken facility and huge page backing
----------------------------------------------------------------
Christian Borntraeger (1):
s390x/kvm: add etoken facility
Cornelia Huck (3):
s390x: introduce 3.1 compat machine
s390x: remove 's390-squash-mcss' option
linux-headers: update
David Hildenbrand (1):
s390x/cpumodel: Add "-cpu max" support
Janosch Frank (1):
s390x: Enable KVM huge page backing support
Michael Mueller (1):
s390x/cpumodel: enum type S390FeatGroup now gets generated
hw/s390x/3270-ccw.c | 5 +-
hw/s390x/css-bridge.c | 1 -
hw/s390x/css.c | 6 +-
hw/s390x/s390-ccw.c | 4 +-
hw/s390x/s390-virtio-ccw.c | 54 +++-----
hw/s390x/virtio-ccw.c | 5 +-
include/hw/compat.h | 3 +
include/hw/s390x/css-bridge.h | 1 -
include/hw/s390x/css.h | 9 +-
include/hw/s390x/s390-virtio-ccw.h | 1 -
include/standard-headers/asm-x86/kvm_para.h | 1 +
include/standard-headers/drm/drm_fourcc.h | 176 +++++++++++++++++++++++++
include/standard-headers/linux/ethtool.h | 11 +-
include/standard-headers/linux/pci_regs.h | 4 +-
include/standard-headers/linux/virtio_config.h | 16 ++-
linux-headers/asm-generic/unistd.h | 4 +-
linux-headers/asm-mips/unistd.h | 18 ++-
linux-headers/asm-powerpc/kvm.h | 1 +
linux-headers/asm-powerpc/unistd.h | 1 +
linux-headers/asm-s390/kvm.h | 5 +-
linux-headers/asm-s390/unistd_32.h | 2 +
linux-headers/asm-s390/unistd_64.h | 2 +
linux-headers/asm-x86/kvm.h | 37 ++++++
linux-headers/linux/kvm.h | 5 +
linux-headers/linux/vhost.h | 18 +++
qemu-deprecated.texi | 8 --
qemu-options.hx | 10 --
target/s390x/cpu.c | 10 --
target/s390x/cpu.h | 4 +-
target/s390x/cpu_features.c | 4 +-
target/s390x/cpu_features.h | 19 +--
target/s390x/cpu_features_def.h | 3 +-
target/s390x/cpu_models.c | 82 ++++++++----
target/s390x/gen-features.c | 21 ++-
target/s390x/kvm.c | 46 ++++++-
target/s390x/machine.c | 20 ++-
36 files changed, 460 insertions(+), 157 deletions(-)
--
2.14.4
next reply other threads:[~2018-08-20 12:53 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-20 12:53 Cornelia Huck [this message]
2018-08-20 12:53 ` [Qemu-devel] [PULL 1/7] s390x: introduce 3.1 compat machine Cornelia Huck
2018-08-20 12:53 ` [Qemu-devel] [PULL 2/7] s390x/cpumodel: enum type S390FeatGroup now gets generated Cornelia Huck
2018-08-20 12:53 ` [Qemu-devel] [PULL 3/7] s390x: remove 's390-squash-mcss' option Cornelia Huck
2018-08-20 12:53 ` [Qemu-devel] [PULL 4/7] s390x/cpumodel: Add "-cpu max" support Cornelia Huck
2018-08-20 12:53 ` [Qemu-devel] [PULL 5/7] linux-headers: update Cornelia Huck
2018-08-20 12:53 ` [Qemu-devel] [PULL 6/7] s390x/kvm: add etoken facility Cornelia Huck
2018-08-20 12:53 ` [Qemu-devel] [PULL 7/7] s390x: Enable KVM huge page backing support Cornelia Huck
2018-08-20 17:18 ` [Qemu-devel] [PULL 0/7] s390x patches for 3.1 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=20180820125341.5882-1-cohuck@redhat.com \
--to=cohuck@redhat.com \
--cc=agraf@suse.de \
--cc=borntraeger@de.ibm.com \
--cc=david@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=rth@twiddle.net \
--cc=thuth@redhat.com \
/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).