qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 06/13] hw/ppc/pegasos2: Rename mv field in machine state


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 06/13] hw/ppc/pegasos2: Rename mv field in machine state
Date: Tue, 10 Jun 2025 09:28:06 +0200
User-agent: Mozilla Thunderbird

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 <balaton@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é <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]