[PATCH 0/2] target/ppc: Clean up _spr_register

Richard Henderson posted 2 patches 3 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210501022923.1179736-1-richard.henderson@linaro.org
Maintainers: Greg Kurz <groug@kaod.org>, David Gibson <david@gibson.dropbear.id.au>
target/ppc/cpu.h                |  12 ++-
target/ppc/translate_init.c.inc | 154 +++++++++++++++-----------------
2 files changed, 82 insertions(+), 84 deletions(-)
[PATCH 0/2] target/ppc: Clean up _spr_register
Posted by Richard Henderson 3 years ago
This is a fleshed out version of the pseudo-patch I posted
in response to Bruno Larsen's "untangle CPU init" patch set,
specifically to replace

https://lists.gnu.org/archive/html/qemu-devel/2021-04/msg06754.html

Plus, ppc_spr_t can use some love to match.

r~


PS, I generated this vs master, so it might not apply without
conflict against Bruno's prerequisites.


Richard Henderson (2):
  target/ppc: Clean up _spr_register et al
  target/ppc: Reduce the size of ppc_spr_t

 target/ppc/cpu.h                |  12 ++-
 target/ppc/translate_init.c.inc | 154 +++++++++++++++-----------------
 2 files changed, 82 insertions(+), 84 deletions(-)

-- 
2.25.1