On Fri, 23 Feb 2024 at 15:56, Nicholas Piggin <npig...@gmail.com> wrote: > > The following changes since commit 3d54cbf269d63ff1d500b35b2bcf4565ff8ad485: > > Merge tag 'hw-misc-20240222' of https://github.com/philmd/qemu into staging > (2024-02-22 15:44:29 +0000) > > are available in the Git repository at: > > https://gitlab.com/npiggin/qemu.git tags/pull-ppc-for-9.0-20240224 > > for you to fetch changes up to 4acc505d2236190efea94746e7f22e2c07bce5d6: > > target/ppc: optimise ppcemb_tlb_t flushing (2024-02-23 23:24:43 +1000) > > ---------------------------------------------------------------- > Let's try this PR again. Since the previous attempt, I dropped the empty > already merged pci/raven patch. Also added several missed R-B tags. > > A bunch more testing showed up some issues with the new avocado > tests. FreeBSD artifact URL availability is marginal so dropped that > for now. ppc_hv_tests.py sometimes hangs due to a bug in console > interaction so marked it flaky so it's not gated behind the fix for > that. > > * Avocado tests for ppc64 run guests with emulated or nested hypervisor > * facilities, among other things. Update ppc64 CPU defaults to Power10. > * Add a new powernv10-rainier machine to better capture differences > between the different Power10 systems. > * Implement more device models for powernv. > * 4xx TLB flushing performance and correctness improvements. > * Correct gdb implementation to access some important SPRs. > * Misc cleanups and bug fixes. > > ----------------------------------------------------------------
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/9.0 for any user-visible changes. -- PMM