From: David Gibson <david@gibson.dropbear.id.au>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Laurent Vivier <lvivier@redhat.com>,
qemu-ppc <qemu-ppc@nongnu.org>,
QEMU Developers <qemu-devel@nongnu.org>,
Greg Kurz <groug@kaod.org>
Subject: Re: [PULL 00/34] ppc-for-5.0 queue 20200131
Date: Sun, 2 Feb 2020 19:43:58 +1100 [thread overview]
Message-ID: <20200202084358.GF30687@umbus.fritz.box> (raw)
In-Reply-To: <CAFEAcA8Uzt79o9509fyZOYgAot5m2mk2wWkQkgETW2gL0XOHWA@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2662 bytes --]
On Fri, Jan 31, 2020 at 04:42:14PM +0000, Peter Maydell wrote:
> On Fri, 31 Jan 2020 at 06:09, David Gibson <david@gibson.dropbear.id.au> wrote:
> >
> > The following changes since commit 928173659d6e5dc368284f73f90ea1d129e1f57d:
> >
> > Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200130' into staging (2020-01-30 16:19:04 +0000)
> >
> > are available in the Git repository at:
> >
> > git://github.com/dgibson/qemu.git tags/ppc-for-5.0-20200131
> >
> > for you to fetch changes up to 532fe321cf06d39d864de3642b4e1b18cc83c4de:
> >
> > target/ppc: Use probe_write for DCBZ (2020-01-31 14:54:16 +1100)
> >
> > ----------------------------------------------------------------
> > ppc patch queue 2020-01-31
> >
> > Here's the next batch of patches for ppc and associated machine types.
> > Highlights includes:
> > * Remove the deprecated "prep" machine type and its OpenHackware
> > firmware
> > * Add TCG emulation of the msgsndp etc. supervisor privileged
> > doorbell instructions
> > * Allow "pnv" machine type to run Hostboot style firmwares
> > * Add a virtual TPM device for spapr machines
> > * Implement devices for POWER8 PHB3 and POWER9 PHB4 host bridges for
> > the pnv machine type
> > * Use faster Spectre mitigation by default for POWER9 DD2.3 machines
> > * Introduce Firmware Assisted NMI dump facility for spapr machines
> > * Fix a performance regression with load/store multiple instructions
> > in TCG
> >
> > as well as some other assorted cleanups and fixes.
> >
>
> Hi; this pull req produces a bunch of extra warning messages in
> my log files; is it possible to suppress them ?
>
>
> qemu-system-ppc64: warning: TCG doesn't support requested feature,
> cap-ccf-assist=on
> qemu-system-ppc64: warning: Firmware Assisted Non-Maskable
> Interrupts(FWNMI) not supported in TCG
> qemu-system-ppc64: warning: TCG doesn't support requested feature,
> cap-ccf-assist=on
> qemu-system-ppc64: warning: Firmware Assisted Non-Maskable
> Interrupts(FWNMI) not supported in TCG
> qemu-system-ppc64: warning: TCG doesn't support requested feature,
> cap-ccf-assist=on
> qemu-system-ppc64: warning: Firmware Assisted Non-Maskable
> Interrupts(FWNMI) not supported in TCG
As you've seen, Greg has sent a fix for these. Do you want me to
resend the series with his patch included, or will you merge this lot
and I'll follow up with Greg's patch?
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2020-02-02 8:45 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-31 6:08 [PULL 00/34] ppc-for-5.0 queue 20200131 David Gibson
2020-01-31 6:08 ` [PULL 01/34] ppc/pnv: use QEMU unit definition MiB David Gibson
2020-01-31 6:08 ` [PULL 02/34] ppc/pnv: improve error logging when a PNOR update fails David Gibson
2020-01-31 6:08 ` [PULL 03/34] ppc:virtex_ml507: remove unused arguments David Gibson
2020-01-31 6:08 ` [PULL 04/34] hw/ppc/prep: Remove the deprecated "prep" machine and the OpenHackware BIOS David Gibson
2020-01-31 6:08 ` [PULL 05/34] target/ppc: Clarify the meaning of return values in kvm_handle_debug David Gibson
2020-01-31 6:08 ` [PULL 06/34] spapr: Fail CAS if option vector table cannot be parsed David Gibson
2020-01-31 6:08 ` [PULL 07/34] target/ppc: Add privileged message send facilities David Gibson
2020-01-31 6:08 ` [PULL 08/34] target/ppc: add support for Hypervisor Facility Unavailable Exception David Gibson
2020-01-31 6:08 ` [PULL 09/34] spapr: Don't allow multiple active vCPUs at CAS David Gibson
2020-01-31 6:09 ` [PULL 10/34] ppc/pnv: Add support for HRMOR on Radix host David Gibson
2020-01-31 6:09 ` [PULL 11/34] ppc/pnv: remove useless "core-pir" property alias David Gibson
2020-01-31 6:09 ` [PULL 12/34] ppc/pnv: Add support for "hostboot" mode David Gibson
2020-01-31 6:09 ` [PULL 13/34] tpm: Move tpm_tis_show_buffer to tpm_util.c David Gibson
2020-01-31 6:09 ` [PULL 14/34] spapr: Implement get_dt_compatible() callback David Gibson
2020-01-31 6:09 ` [PULL 15/34] tpm_spapr: Support TPM for ppc64 using CRQ based interface David Gibson
2020-01-31 6:09 ` [PULL 16/34] tpm_spapr: Support suspend and resume David Gibson
2020-01-31 6:09 ` [PULL 17/34] hw/ppc/Kconfig: Enable TPM_SPAPR as part of PSERIES config David Gibson
2020-01-31 6:09 ` [PULL 18/34] docs/specs/tpm: reST-ify TPM documentation David Gibson
2020-01-31 6:09 ` [PULL 19/34] ppc/pnv: Add models for POWER9 PHB4 PCIe Host bridge David Gibson
2020-01-31 6:09 ` [PULL 20/34] ppc/pnv: Add models for POWER8 PHB3 " David Gibson
2020-01-31 6:09 ` [PULL 21/34] ppc/pnv: change the PowerNV machine devices to be non user creatable David Gibson
2020-01-31 6:09 ` [PULL 22/34] spapr: Enable DD2.3 accelerated count cache flush in pseries-5.0 machine David Gibson
2020-01-31 6:09 ` [PULL 23/34] target/ppc/cpu.h: Put macro parameter in parentheses David Gibson
2020-01-31 6:09 ` [PULL 24/34] Wrapper function to wait on condition for the main loop mutex David Gibson
2020-01-31 6:09 ` [PULL 25/34] ppc: spapr: Introduce FWNMI capability David Gibson
2020-01-31 6:09 ` [PULL 26/34] target/ppc: Handle NMI guest exit David Gibson
2020-01-31 6:09 ` [PULL 27/34] target/ppc: Build rtas error log upon an MCE David Gibson
2020-01-31 6:09 ` [PULL 28/34] ppc: spapr: Handle "ibm, nmi-register" and "ibm, nmi-interlock" RTAS calls David Gibson
2020-01-31 6:09 ` [PULL 29/34] migration: Include migration support for machine check handling David Gibson
2020-01-31 6:09 ` [PULL 30/34] ppc: spapr: Activate the FWNMI functionality David Gibson
2020-01-31 6:09 ` [PULL 31/34] target/ppc: Use probe_access for LSW, STSW David Gibson
2020-01-31 6:09 ` [PULL 32/34] target/ppc: Use probe_access for LMW, STMW David Gibson
2020-01-31 6:09 ` [PULL 33/34] target/ppc: Remove redundant mask in DCBZ David Gibson
2020-01-31 6:09 ` [PULL 34/34] target/ppc: Use probe_write for DCBZ David Gibson
2020-01-31 16:42 ` [PULL 00/34] ppc-for-5.0 queue 20200131 Peter Maydell
2020-02-02 8:43 ` David Gibson [this message]
2020-02-02 10:33 ` Greg Kurz
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=20200202084358.GF30687@umbus.fritz.box \
--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 \
/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).