The following changes since commit bc6ec396d471d9e4aae7e2ff8b72e11da9a97665:
Merge tag 'pull-request-2022-04-01' of https://gitlab.com/thuth/qemu into staging (2022-04-02 09:36:07 +0100) are available in the Git repository at: https://github.com/legoater/qemu/ tags/pull-ppc-20220404 for you to fetch changes up to 0798da8df9fd917515c957ae918d6d979cf5f3fb: linux-user/ppc: Narrow type of ccr in save_user_regs (2022-04-04 08:49:06 +0200) ---------------------------------------------------------------- ppc-7.0 queue: * Coverity fixes * Fix for a memory leak issue ---------------------------------------------------------------- Daniel Henrique Barboza (1): hw/ppc: free env->tb_env in spapr_unrealize_vcpu() Frederic Barrat (1): ppc/pnv: Fix number of registers in the PCIe controller on POWER9 Richard Henderson (1): linux-user/ppc: Narrow type of ccr in save_user_regs include/hw/pci-host/pnv_phb4.h | 2 +- include/hw/ppc/ppc.h | 1 + hw/ppc/ppc.c | 7 +++++++ hw/ppc/spapr_cpu_core.c | 3 +++ linux-user/ppc/signal.c | 2 +- 5 files changed, 13 insertions(+), 2 deletions(-)