Re: [PATCH v3 14/19] target/microblaze: Move pvr regs to MicroBlazeCPUConfig

2020-09-05 Thread Philippe Mathieu-Daudé
On 9/4/20 9:08 PM, Richard Henderson wrote: > These values are constant, and are derived from the other > configuration knobs. Move them into MicroBlazeCPUConfig > to emphasize that they are not variable. > > Signed-off-by: Richard Henderson > --- > target/microblaze/cpu.h | 5 +- >

[PATCH v3 14/19] target/microblaze: Move pvr regs to MicroBlazeCPUConfig

2020-09-04 Thread Richard Henderson
These values are constant, and are derived from the other configuration knobs. Move them into MicroBlazeCPUConfig to emphasize that they are not variable. Signed-off-by: Richard Henderson --- target/microblaze/cpu.h | 5 +- hw/microblaze/petalogix_ml605_mmu.c | 6 +- target/microb