]> Git Repo - qemu.git/commitdiff
spapr: fix OF word name in comment
authorGreg Kurz <[email protected]>
Wed, 4 Oct 2017 08:43:18 +0000 (10:43 +0200)
committerDavid Gibson <[email protected]>
Mon, 16 Oct 2017 23:34:00 +0000 (10:34 +1100)
Signed-off-by: Greg Kurz <[email protected]>
Signed-off-by: David Gibson <[email protected]>
hw/ppc/spapr.c

index 352ff3d614e8ee765804cd1659c7438cb205baea..b284e0b9d43e9ab7c67ba8d5ec8c854145927f6f 100644 (file)
@@ -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();
 
This page took 0.032227 seconds and 4 git commands to generate.