[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH] spapr: fix RTAS method name in comment
From: |
Greg Kurz |
Subject: |
[Qemu-ppc] [PATCH] spapr: fix RTAS method name in comment |
Date: |
Wed, 04 Oct 2017 10:43:18 +0200 |
User-agent: |
StGit/0.17.1-46-g6855-dirty |
Signed-off-by: Greg Kurz <address@hidden>
---
hw/ppc/spapr.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c
index 352ff3d614e8..b284e0b9d43e 100644
--- a/hw/ppc/spapr.c
+++ b/hw/ppc/spapr.c
@@ -2334,7 +2334,8 @@ static void ppc_spapr_init(MachineState *machine)
/* Set up Interrupt Controller before we create the VCPUs */
xics_system_init(machine, XICS_IRQS_SPAPR, &error_fatal);
- /* Set up containers for ibm,client-set-architecture negotiated options */
+ /* Set up containers for ibm,client-architecture-support negotiated options
+ */
spapr->ov5 = spapr_ovec_new();
spapr->ov5_cas = spapr_ovec_new();
- [Qemu-ppc] [PATCH] spapr: fix RTAS method name in comment,
Greg Kurz <=