On Fri, 9 Jul 2021 at 06:17, David Gibson <da...@gibson.dropbear.id.au> wrote: > > The following changes since commit 9db3065c62a983286d06c207f4981408cf42184d: > > Merge remote-tracking branch > 'remotes/vivier2/tags/linux-user-for-6.1-pull-request' into staging > (2021-07-08 16:30:18 +0100) > > are available in the Git repository at: > > https://gitlab.com/dgibson/qemu.git tags/ppc-for-6.1-20210709 > > for you to fetch changes up to 82123b756a1a2f1965350e5794aaa7b5c6a15282: > > target/ppc: Support for H_RPT_INVALIDATE hcall (2021-07-09 11:01:06 +1000) > > ---------------------------------------------------------------- > ppc patch queue 2021-07-09 > > Here's a (probably) final pull request before the qemu-6.1 soft > freeze. Includes: > * Implementation of the new H_RPT_INVALIDATE hypercall > * Virtual Open Firmware for pSeries and pegasos2 machine types. > This is an experimental minimal Open Firmware implementation which > works by delegating nearly everything to qemu itself via a special > hypercall. > * A number of cleanups to the ppc soft MMU code > * Fix to handling of two-level radix mode translations for the > powernv machine type > * Update the H_GET_CPU_CHARACTERISTICS call with newly defined bits. > This will allow more flexible handling of possible future CPU > Spectre-like flaws > * Correctly treat mtmsrd as an illegal instruction on BookE cpus > * Firmware update for the ppce500 machine type >
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/6.1 for any user-visible changes. -- PMM