On Fri, 31 Jan 2020 at 06:09, David Gibson <da...@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 thanks -- PMM