diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2018-06-14 18:42:54 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2018-06-14 18:42:54 +0300 |
commit | 09027ab73b82ec773f6ab8ae9468d7e15b748dfa (patch) | |
tree | dc418a7b8712b8591f0e2a5c0c81ee6e43c335b6 /arch/powerpc/include/uapi | |
parent | 273ba45796c14b4a2b669098f13d576b9e233dd8 (diff) | |
parent | f61e0d3cc4aee194014074471658a5a037e311ce (diff) | |
download | linux-09027ab73b82ec773f6ab8ae9468d7e15b748dfa.tar.xz |
Merge tag 'kvm-ppc-next-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD
Diffstat (limited to 'arch/powerpc/include/uapi')
-rw-r--r-- | arch/powerpc/include/uapi/asm/kvm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/uapi/asm/kvm.h b/arch/powerpc/include/uapi/asm/kvm.h index 833ed9a16adf..1b32b56a03d3 100644 --- a/arch/powerpc/include/uapi/asm/kvm.h +++ b/arch/powerpc/include/uapi/asm/kvm.h @@ -633,6 +633,7 @@ struct kvm_ppc_cpu_char { #define KVM_REG_PPC_PSSCR (KVM_REG_PPC | KVM_REG_SIZE_U64 | 0xbd) #define KVM_REG_PPC_DEC_EXPIRY (KVM_REG_PPC | KVM_REG_SIZE_U64 | 0xbe) +#define KVM_REG_PPC_ONLINE (KVM_REG_PPC | KVM_REG_SIZE_U32 | 0xbf) /* Transactional Memory checkpointed state: * This is all GPRs, all VSX regs and a subset of SPRs |