From: David Gibson <david@gibson.dropbear.id.au>
To: peter.maydell@linaro.org
Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, lvivier@redhat.com,
surajjs@au1.ibm.com, groug@kaod.org,
David Gibson <david@gibson.dropbear.id.au>
Subject: [Qemu-devel] [PULL 00/12] ppc-for-2.12 queue 20180129
Date: Mon, 29 Jan 2018 14:28:14 +1100 [thread overview]
Message-ID: <20180129032826.16876-1-david@gibson.dropbear.id.au> (raw)
The following changes since commit e607bbee553cfe73072870cef458cfa4e78133e2:
Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2018-01-26.for-upstream' into staging (2018-01-26 14:24:25 +0000)
are available in the Git repository at:
git://github.com/dgibson/qemu.git tags/ppc-for-2.12-20180129
for you to fetch changes up to c59704b254734182c3202e0c261589ea2ccf485e:
target/ppc/spapr: Add H-Call H_GET_CPU_CHARACTERISTICS (2018-01-29 14:24:55 +1100)
----------------------------------------------------------------
ppc patch queue 2018-01-29
Here's another batch of patches for ppc, spapr and related things.
Higlights:
* Implement (with a bunch of necessary infrastructure) a hypercall
to let guests properly apply Spectre and Meltdown workarounds.
* Convert a number of old devices to trace events
* Fix some bugs
----------------------------------------------------------------
Cédric Le Goater (1):
ppc/pnv: fix PnvChip redefinition in <hw/ppc/pnv_xscom.h>
Greg Kurz (1):
spapr_pci: fix MSI/MSIX selection
Mark Cave-Ayland (3):
grackle: convert to trace-events
uninorth: convert to trace-events
input: add missing newline from trace-events
Suraj Jitindar Singh (6):
target/ppc/kvm: Add cap_ppc_safe_[cache/bounds_check/indirect_branch]
target/ppc/spapr_caps: Add support for tristate spapr_capabilities
target/ppc/spapr_caps: Add new tristate cap safe_cache
target/ppc/spapr_caps: Add new tristate cap safe_bounds_check
target/ppc/spapr_caps: Add new tristate cap safe_indirect_branch
target/ppc/spapr: Add H-Call H_GET_CPU_CHARACTERISTICS
thuth@redhat.com (1):
ppc: Deprecate qemu-system-ppcemb
hw/input/trace-events | 1 +
hw/pci-host/grackle.c | 13 +----
hw/pci-host/trace-events | 9 ++++
hw/pci-host/uninorth.c | 24 ++-------
hw/ppc/ppc405_boards.c | 14 +++++
hw/ppc/ppc440_bamboo.c | 9 ++++
hw/ppc/spapr.c | 6 +++
hw/ppc/spapr_caps.c | 124 +++++++++++++++++++++++++++++++++++++++++++++
hw/ppc/spapr_hcall.c | 58 +++++++++++++++++++++
hw/ppc/spapr_pci.c | 61 +++++++++++++++-------
hw/ppc/virtex_ml507.c | 8 +++
include/hw/ppc/pnv_xscom.h | 2 -
include/hw/ppc/spapr.h | 28 +++++++++-
qemu-doc.texi | 6 +++
target/ppc/kvm.c | 58 +++++++++++++++++++++
target/ppc/kvm_ppc.h | 18 +++++++
16 files changed, 387 insertions(+), 52 deletions(-)
next reply other threads:[~2018-01-29 3:28 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-29 3:28 David Gibson [this message]
2018-01-29 3:28 ` [Qemu-devel] [PULL 01/12] ppc/pnv: fix PnvChip redefinition in <hw/ppc/pnv_xscom.h> David Gibson
2018-01-29 3:28 ` [Qemu-devel] [PULL 02/12] ppc: Deprecate qemu-system-ppcemb David Gibson
2018-01-29 3:28 ` [Qemu-devel] [PULL 03/12] grackle: convert to trace-events David Gibson
2018-01-29 3:28 ` [Qemu-devel] [PULL 04/12] uninorth: " David Gibson
2018-01-29 3:28 ` [Qemu-devel] [PULL 05/12] input: add missing newline from trace-events David Gibson
2018-01-29 3:28 ` [Qemu-devel] [PULL 06/12] spapr_pci: fix MSI/MSIX selection David Gibson
2018-01-29 3:28 ` [Qemu-devel] [PULL 07/12] target/ppc/kvm: Add cap_ppc_safe_[cache/bounds_check/indirect_branch] David Gibson
2018-01-29 3:28 ` [Qemu-devel] [PULL 08/12] target/ppc/spapr_caps: Add support for tristate spapr_capabilities David Gibson
2018-01-29 3:28 ` [Qemu-devel] [PULL 09/12] target/ppc/spapr_caps: Add new tristate cap safe_cache David Gibson
2018-01-29 3:28 ` [Qemu-devel] [PULL 10/12] target/ppc/spapr_caps: Add new tristate cap safe_bounds_check David Gibson
2018-01-29 3:28 ` [Qemu-devel] [PULL 11/12] target/ppc/spapr_caps: Add new tristate cap safe_indirect_branch David Gibson
2018-01-29 3:28 ` [Qemu-devel] [PULL 12/12] target/ppc/spapr: Add H-Call H_GET_CPU_CHARACTERISTICS David Gibson
2018-02-01 18:22 ` Paolo Bonzini
2018-01-29 3:47 ` [Qemu-devel] [PULL 00/12] ppc-for-2.12 queue 20180129 no-reply
2018-01-29 14:28 ` 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=20180129032826.16876-1-david@gibson.dropbear.id.au \
--to=david@gibson.dropbear.id.au \
--cc=groug@kaod.org \
--cc=lvivier@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=surajjs@au1.ibm.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).