Re: [PATCH v3 12/19] target/microblaze: Split out MicroBlazeCPUConfig

2020-09-05 Thread Philippe Mathieu-Daudé
On 9/4/20 9:08 PM, Richard Henderson wrote: > This struct was previously unnamed, and defined in MicroBlazeCPU. > Pull it out to its own typedef so that we can reuse it. > > Signed-off-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé > --- > target/microblaze/cpu.h | 55 +

[PATCH v3 12/19] target/microblaze: Split out MicroBlazeCPUConfig

2020-09-04 Thread Richard Henderson
This struct was previously unnamed, and defined in MicroBlazeCPU. Pull it out to its own typedef so that we can reuse it. Signed-off-by: Richard Henderson --- target/microblaze/cpu.h | 55 ++--- 1 file changed, 29 insertions(+), 26 deletions(-) diff --git a/t