diff options
author | Fabiano Rosas <farosas@linux.ibm.com> | 2022-02-18 08:34:14 +0100 |
---|---|---|
committer | Cédric Le Goater <clg@kaod.org> | 2022-02-18 08:34:14 +0100 |
commit | 4ffb8c5e434195ce1d8a6bc148e6f4971d089258 (patch) | |
tree | e7abf286409bf9822f13f9e349f2d96d9b214b0a /python | |
parent | 024b40e0ae065af4e3ed4a70250100a634067a72 (diff) | |
download | qemu-4ffb8c5e434195ce1d8a6bc148e6f4971d089258.zip qemu-4ffb8c5e434195ce1d8a6bc148e6f4971d089258.tar.gz qemu-4ffb8c5e434195ce1d8a6bc148e6f4971d089258.tar.bz2 |
target/ppc: cpu_init: Avoid nested SPR register functions
Make sure that every register_*_sprs function only has calls to
spr_register* to register individual SPRs. Do not allow nesting. This
makes the code easier to follow and a look at init_proc_* should
suffice to know what SPRs a CPU has.
Signed-off-by: Fabiano Rosas <farosas@linux.ibm.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Message-Id: <20220216162426.1885923-6-farosas@linux.ibm.com>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions