From: Cornelia Huck <cohuck@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-s390x@nongnu.org, qemu-devel@nongnu.org,
Cornelia Huck <cohuck@redhat.com>
Subject: [Qemu-devel] [PULL 00/10] s390x update
Date: Mon, 18 Feb 2019 12:11:43 +0100 [thread overview]
Message-ID: <20190218111153.22681-1-cohuck@redhat.com> (raw)
The following changes since commit 1e36232994c8ad01774501d2e299deba3a2469af:
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20190215' into staging (2019-02-15 11:12:14 +0000)
are available in the Git repository at:
https://github.com/cohuck/qemu tags/s390x-20190218
for you to fetch changes up to 0922e8c093a564219fcb7f43b18ceb12714dd931:
s390x: upgrade status of KVM cores to "supported" (2019-02-18 12:00:44 +0100)
----------------------------------------------------------------
s390x updates:
- tcg: implement STCK and friends for CONFIG_USER_ONLY
- add zpci to qemu cpu model, as pci is now always built
- add mepoch to default z14 cpu model
- add cpu model for z14 GA2
- various improvements
----------------------------------------------------------------
Collin Walling (3):
s390x/cpumodel: mepochptff: warn when no mepoch and re-align group
init
s390x/cpumodel: default enable mepoch for z14 and later
s390x/cpumodel: add z14 GA2 model
Cornelia Huck (3):
s390x: always provide pci support
s390x/kvm: add tracepoint to ioeventfd interface
s390x: upgrade status of KVM cores to "supported"
David Hildenbrand (1):
s390x: add zPCI feature to "qemu" CPU model
Richard Henderson (2):
target/s390x: Split out s390-tod.h
target/s390x: Implement STCK et al for CONFIG_USER_ONLY
Thomas Huth (1):
s390x: Fix the confusing contributions-after-2012 license statements
MAINTAINERS | 2 +-
hw/s390x/Makefile.objs | 3 +-
hw/s390x/s390-pci-stub.c | 77 -----------------------------------
hw/s390x/s390-virtio-ccw.c | 8 ++--
include/hw/s390x/tod.h | 16 +-------
linux-user/s390x/target_cpu.h | 19 ++++-----
target/s390x/cpu.c | 19 ++++-----
target/s390x/cpu.h | 19 ++++-----
target/s390x/cpu_features.c | 2 +-
target/s390x/cpu_models.c | 34 +++++++++++++---
target/s390x/cpu_models.h | 2 +
target/s390x/gen-features.c | 18 ++++++--
target/s390x/helper.h | 2 +-
target/s390x/insn-data.def | 11 ++---
target/s390x/kvm.c | 25 +++++-------
target/s390x/misc_helper.c | 34 ++++++++++------
target/s390x/s390-tod.h | 29 +++++++++++++
target/s390x/trace-events | 1 +
target/s390x/translate.c | 2 +
19 files changed, 150 insertions(+), 173 deletions(-)
delete mode 100644 hw/s390x/s390-pci-stub.c
create mode 100644 target/s390x/s390-tod.h
--
2.17.2
next reply other threads:[~2019-02-18 11:12 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-18 11:11 Cornelia Huck [this message]
2019-02-18 11:11 ` [Qemu-devel] [PULL 01/10] s390x: Fix the confusing contributions-after-2012 license statements Cornelia Huck
2019-02-18 11:11 ` [Qemu-devel] [PULL 02/10] s390x: always provide pci support Cornelia Huck
2019-02-18 11:11 ` [Qemu-devel] [PULL 03/10] target/s390x: Split out s390-tod.h Cornelia Huck
2019-02-18 11:11 ` [Qemu-devel] [PULL 04/10] target/s390x: Implement STCK et al for CONFIG_USER_ONLY Cornelia Huck
2019-02-18 11:11 ` [Qemu-devel] [PULL 05/10] s390x: add zPCI feature to "qemu" CPU model Cornelia Huck
2019-02-18 11:11 ` [Qemu-devel] [PULL 06/10] s390x/cpumodel: mepochptff: warn when no mepoch and re-align group init Cornelia Huck
2019-02-18 11:11 ` [Qemu-devel] [PULL 07/10] s390x/cpumodel: default enable mepoch for z14 and later Cornelia Huck
2019-02-18 11:11 ` [Qemu-devel] [PULL 08/10] s390x/cpumodel: add z14 GA2 model Cornelia Huck
2019-02-18 11:11 ` [Qemu-devel] [PULL 09/10] s390x/kvm: add tracepoint to ioeventfd interface Cornelia Huck
2019-02-18 11:11 ` [Qemu-devel] [PULL 10/10] s390x: upgrade status of KVM cores to "supported" Cornelia Huck
2019-02-18 11:44 ` [Qemu-devel] [PULL 00/10] s390x update no-reply
2019-02-18 11:48 ` no-reply
2019-02-18 12:19 ` no-reply
2019-02-18 12:22 ` no-reply
2019-02-18 12:55 ` no-reply
2019-02-18 12:59 ` no-reply
2019-02-18 13:31 ` no-reply
2019-02-18 14:07 ` no-reply
2019-02-18 14:09 ` Peter Maydell
2019-02-18 14:11 ` no-reply
-- strict thread matches above, loose matches on Subject: below --
2019-02-05 16:40 Cornelia Huck
2019-02-05 18:21 ` 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=20190218111153.22681-1-cohuck@redhat.com \
--to=cohuck@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@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).