Re: [PATCH 1/4] ppc/pegasos2: Introduce Pegasos2MachineState structure

2021-07-07 Thread David Gibson
On Sun, Jun 27, 2021 at 06:27:13PM +0200, BALATON Zoltan wrote: > Add own machine state structure which will be used to store state > needed for firmware emulation. > > Signed-off-by: BALATON Zoltan > Reviewed-by: Philippe Mathieu-Daudé Applied to ppc-for-6.1. > --- > hw/ppc/pegasos2.c | 50 +

[PATCH 1/4] ppc/pegasos2: Introduce Pegasos2MachineState structure

2021-06-27 Thread BALATON Zoltan
Add own machine state structure which will be used to store state needed for firmware emulation. Signed-off-by: BALATON Zoltan Reviewed-by: Philippe Mathieu-Daudé --- hw/ppc/pegasos2.c | 50 +++ 1 file changed, 37 insertions(+), 13 deletions(-) diff