Hello, This is a follow up of "target/ppc: Finish removal of 401/403 CPUs".
To "finish" the removal, we need to get rid of the 403 protection registers under CPUPPCState. This is done after having removed the last user of .load_state_old. This change breaks migration compatibility with very old versions of QEMU but it should not be a problem. Thanks, C. Cédric Le Goater (2): target/ppc: Remove last user of .load_state_old target/ppc: Finish removal of 401/403 CPUs target/ppc/cpu.h | 1 - target/ppc/helper.h | 1 - target/ppc/cpu-models.c | 1 - target/ppc/machine.c | 136 --------------------------------------- target/ppc/misc_helper.c | 9 --- target/ppc/translate.c | 16 +---- 6 files changed, 1 insertion(+), 163 deletions(-) -- 2.31.1