Re: [PATCH v3 00/19] target/microblaze improvements

2020-09-07 Thread Richard Henderson
On 9/7/20 2:20 AM, Edgar E. Iglesias wrote: > Looks good, none of the test issues were relatd. Thanks Richard! > > On all the patches I had not previously reviewed: > Reviewed-by: Edgar E. Iglesias > Tested-by: Edgar E. Iglesias Thanks, > Can you take the pull-req via your trees? Yes. r~

Re: [PATCH v3 00/19] target/microblaze improvements

2020-09-07 Thread Edgar E. Iglesias
On Fri, Sep 04, 2020 at 12:08:23PM -0700, Richard Henderson wrote: > Version 3: > > * Splits out MicroBlazeCPUConfig, and moves some values >out of CPUMBState (env) that are constant configuration >parameters, or derived from configuration parameters. > > * Do not save configuration par

[PATCH v3 00/19] target/microblaze improvements

2020-09-04 Thread Richard Henderson
Version 3: * Splits out MicroBlazeCPUConfig, and moves some values out of CPUMBState (env) that are constant configuration parameters, or derived from configuration parameters. * Do not save configuration parameters with vmstate. * Pass around MicroBlazeCPUConfig in the translator. * Do