Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220210130008.2599950-1-clg@kaod.org
Maintainers: Daniel Henrique Barboza <danielhb413@gmail.com>, Laurent Vivier <laurent@vivier.eu>, Greg Kurz <groug@kaod.org>, "Hervé Poussineau" <hpoussin@reactos.org>, David Gibson <david@gibson.dropbear.id.au>, "Cédric Le Goater" <clg@kaod.org>
.../confidential-guest-support.rst} | 15 +-
.../i386/amd-memory-encryption.rst} | 102 ++-
docs/system/index.rst | 1 +
docs/system/ppc/pseries.rst | 2 +
docs/system/target-i386.rst | 1 +
target/ppc/cpu-models.h | 3 -
target/ppc/cpu-qom.h | 20 +-
target/ppc/cpu.h | 39 +-
target/ppc/helper.h | 13 -
target/ppc/mmu-hash32.h | 9 -
target/ppc/spr_tcg.h | 8 -
hw/ppc/ppc.c | 21 -
hw/ppc/prep.c | 9 +-
linux-user/ppc/cpu_loop.c | 16 -
target/ppc/cpu-models.c | 8 -
target/ppc/cpu_init.c | 331 +-------
target/ppc/excp_helper.c | 917 +++++++++++----------
target/ppc/fpu_helper.c | 26 +-
target/ppc/helper_regs.c | 10 -
target/ppc/int_helper.c | 66 --
target/ppc/machine.c | 5 +-
target/ppc/misc_helper.c | 40 -
target/ppc/mmu-hash32.c | 48 +-
target/ppc/mmu-radix64.c | 8 +-
target/ppc/mmu_common.c | 21 -
target/ppc/mmu_helper.c | 84 --
target/ppc/timebase_helper.c | 20 -
target/ppc/translate.c | 842 -------------------
target/ppc/translate/fp-impl.c.inc | 179 ----
target/ppc/translate/vsx-impl.c.inc | 4 +-
MAINTAINERS | 2 +-
pc-bios/meson.build | 2 +
32 files changed, 607 insertions(+), 2265 deletions(-)
rename docs/{confidential-guest-support.txt => system/confidential-guest-support.rst} (77%)
rename docs/{amd-memory-encryption.txt => system/i386/amd-memory-encryption.rst} (62%)