Re: [PATCH v5 6/7] ppc/pnv: Fix naming of routines realizing the CPUs

2019-10-23 Thread Philippe Mathieu-Daudé
On 10/22/19 6:38 PM, Cédric Le Goater wrote: The 'vcpu' suffix is inherited from the sPAPR machine. Use better names for PowerNV. Signed-off-by: Cédric Le Goater Reviewed-by: Greg Kurz --- hw/ppc/pnv_core.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/ppc/p

[PATCH v5 6/7] ppc/pnv: Fix naming of routines realizing the CPUs

2019-10-22 Thread Cédric Le Goater
The 'vcpu' suffix is inherited from the sPAPR machine. Use better names for PowerNV. Signed-off-by: Cédric Le Goater Reviewed-by: Greg Kurz --- hw/ppc/pnv_core.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/ppc/pnv_core.c b/hw/ppc/pnv_core.c index be0310ac0340.