target/microblaze: Move pvr regs to MicroBlazeCPUConfig
commita4bcfc3380c7fab42613dc5747d4b48f0bae29df
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 4 Sep 2020 18:11:28 +0000 (4 11:11 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 7 Sep 2020 19:58:08 +0000 (7 12:58 -0700)
treedcc85f1c62ec15d01d7308b3f994d77aaed2ca03
parenta0b2d16a09374464450c47f280fc10df70a5de72
target/microblaze: Move pvr regs to MicroBlazeCPUConfig

These values are constant, and are derived from the other
configuration knobs.  Move them into MicroBlazeCPUConfig
to emphasize that they are not variable.

Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
hw/microblaze/petalogix_ml605_mmu.c
target/microblaze/cpu.c
target/microblaze/cpu.h
target/microblaze/gdbstub.c
target/microblaze/helper.c
target/microblaze/op_helper.c
target/microblaze/translate.c