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

2018-04-23 Thread Nikunj A Dadhania
David Gibson writes: > On Mon, Apr 23, 2018 at 11:43:02AM +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

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

2018-04-23 Thread David Gibson
On Mon, Apr 23, 2018 at 11:43:02AM +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] target/ppc/kvm: set vcpu as online/offline

2018-04-23 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 ---