On 2/5/25 01:20, BALATON Zoltan wrote:
Use more generic name for the field used to store the north bridge in
the machine state.
Signed-off-by: BALATON Zoltan <bala...@eik.bme.hu>
---
hw/ppc/pegasos2.c | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/hw/ppc/pegasos2.c b/hw/ppc/pegasos2.c
index 7dc7803c64..9b50cd3dab 100644
--- a/hw/ppc/pegasos2.c
+++ b/hw/ppc/pegasos2.c
@@ -68,7 +68,7 @@ struct Pegasos2MachineState {
MachineState parent_obj;
PowerPCCPU *cpu;
- DeviceState *mv;
+ DeviceState *nb; /* north bridge */
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>