[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 00/34] ppc-for-5.0 queue 20200131
From: |
Peter Maydell |
Subject: |
Re: [PULL 00/34] ppc-for-5.0 queue 20200131 |
Date: |
Fri, 31 Jan 2020 16:42:14 +0000 |
On Fri, 31 Jan 2020 at 06:09, David Gibson <address@hidden> 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
thanks
-- PMM
- [PULL 31/34] target/ppc: Use probe_access for LSW, STSW, (continued)
- [PULL 31/34] target/ppc: Use probe_access for LSW, STSW, David Gibson, 2020/01/31
- [PULL 26/34] target/ppc: Handle NMI guest exit, David Gibson, 2020/01/31
- [PULL 28/34] ppc: spapr: Handle "ibm, nmi-register" and "ibm, nmi-interlock" RTAS calls, David Gibson, 2020/01/31
- [PULL 04/34] hw/ppc/prep: Remove the deprecated "prep" machine and the OpenHackware BIOS, David Gibson, 2020/01/31
- [PULL 18/34] docs/specs/tpm: reST-ify TPM documentation, David Gibson, 2020/01/31
- [PULL 33/34] target/ppc: Remove redundant mask in DCBZ, David Gibson, 2020/01/31
- [PULL 30/34] ppc: spapr: Activate the FWNMI functionality, David Gibson, 2020/01/31
- [PULL 32/34] target/ppc: Use probe_access for LMW, STMW, David Gibson, 2020/01/31
- [PULL 20/34] ppc/pnv: Add models for POWER8 PHB3 PCIe Host bridge, David Gibson, 2020/01/31
- [PULL 19/34] ppc/pnv: Add models for POWER9 PHB4 PCIe Host bridge, David Gibson, 2020/01/31
- Re: [PULL 00/34] ppc-for-5.0 queue 20200131,
Peter Maydell <=