ppc: spapr: Rename cpu_dt_id to vcpu_id
authorSam Bobroff <sam.bobroff@au1.ibm.com>
Thu, 3 Aug 2017 06:28:44 +0000 (16:28 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 7 Sep 2017 23:30:55 +0000 (09:30 +1000)
commit81210c2009296261879af5d58a3a499815031765
treeeeeefcf5c0a44318da81a5d962b49f3dcb380654
parent6d536570198460743d01a7dc08deda56deee66ab
ppc: spapr: Rename cpu_dt_id to vcpu_id

This field actually records the VCPU ID used by KVM and, although the
value is also used in the device tree it is primarily the VCPU ID so
rename it as such.

Signed-off-by: Sam Bobroff <sam.bobroff@au1.ibm.com>
[dwg: Updated comment missed in cpu.h]
Reviewed-by: Greg Kurz <groug@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/ppc.c
hw/ppc/spapr.c
hw/ppc/spapr_hcall.c
hw/ppc/spapr_rtas.c
target/ppc/cpu.h
target/ppc/kvm.c
target/ppc/translate_init.c