Re: [Qemu-devel] [PATCH v3] target/ppc/kvm: set vcpu as online/offline

2018-09-05 Thread David Gibson
On Tue, Sep 04, 2018 at 02:54:18PM +0530, Nikunj A Dadhania wrote: > Set the newly added register(KVM_REG_PPC_ONLINE) to indicate if the vcpu is > online(1) or offline(0) > > KVM will use this information to set the RWMR register, which controls the > PURR > and SPURR accumulation. > > CC:

[Qemu-devel] [PATCH v3] target/ppc/kvm: set vcpu as online/offline

2018-09-04 Thread Nikunj A Dadhania
Set the newly added register(KVM_REG_PPC_ONLINE) to indicate if the vcpu is online(1) or offline(0) KVM will use this information to set the RWMR register, which controls the PURR and SPURR accumulation. CC: pau...@samba.org Signed-off-by: Nikunj A Dadhania --- hw/ppc/spapr_cpu_core.c | 1 +