KVM: PPC: Book3S HV: Add 'online' register to ONE_REG interface
authorPaul Mackerras <paulus@ozlabs.org>
Fri, 20 Apr 2018 05:33:21 +0000 (15:33 +1000)
committerPaul Mackerras <paulus@ozlabs.org>
Thu, 17 May 2018 06:36:36 +0000 (16:36 +1000)
commita1f158262a3e00fe396f2d21ef1cffdfc29226dc
tree75273d1cb10f12be15338d1d25167f9ea17d3b4f
parentdf158189dbcc2e0ee29dc4b917d45ee5bf25a35e
KVM: PPC: Book3S HV: Add 'online' register to ONE_REG interface

This adds a new KVM_REG_PPC_ONLINE register which userspace can set
to 0 or 1 via the GET/SET_ONE_REG interface to indicate whether it
considers the VCPU to be offline (0), that is, not currently running,
or online (1).  This will be used in a later patch to configure the
register which controls PURR and SPURR accumulation.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
arch/powerpc/include/asm/kvm_host.h
arch/powerpc/include/uapi/asm/kvm.h
arch/powerpc/kvm/book3s_hv.c