Re: [RFC PATCH 2/5] ppc/pegasos2: Introduce Pegasos2MachineState structure

2021-06-06 Thread BALATON Zoltan
On Sun, 6 Jun 2021, Philippe Mathieu-Daudé wrote: On 6/6/21 5:46 PM, BALATON Zoltan wrote: Add own machine state structure which will be used to store state needed for firmware emulation. Signed-off-by: BALATON Zoltan --- hw/ppc/pegasos2.c | 50 +++

Re: [RFC PATCH 2/5] ppc/pegasos2: Introduce Pegasos2MachineState structure

2021-06-06 Thread Philippe Mathieu-Daudé
On 6/6/21 5:46 PM, BALATON Zoltan wrote: > Add own machine state structure which will be used to store state > needed for firmware emulation. > > Signed-off-by: BALATON Zoltan > --- > hw/ppc/pegasos2.c | 50 +++ > 1 file changed, 37 insertions(+), 13 d

[RFC PATCH 2/5] ppc/pegasos2: Introduce Pegasos2MachineState structure

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