diff options
author | Raghavendra K T <raghavendra.kt@linux.vnet.ibm.com> | 2013-08-26 12:48:33 +0400 |
---|---|---|
committer | Gleb Natapov <gleb@redhat.com> | 2013-08-26 13:46:01 +0400 |
commit | 4b0a8670852c1f577014bf2dc4f8a9d1fd908bb9 (patch) | |
tree | f0927b8cfeb2b8c89b290108251810a61fd17fe4 /include/uapi | |
parent | ea69f28ddfcccbd40f941e68045ddfd7bb6cdc00 (diff) | |
download | linux-4b0a8670852c1f577014bf2dc4f8a9d1fd908bb9.tar.xz |
kvm uapi: Add KICK_CPU and PV_UNHALT definition to uapi
this is needed by both guest and host.
Originally-from: Srivatsa Vaddagiri <vatsa@linux.vnet.ibm.com>
Signed-off-by: Raghavendra K T <raghavendra.kt@linux.vnet.ibm.com>
Acked-by: Gleb Natapov <gleb@redhat.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/kvm_para.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/kvm_para.h b/include/uapi/linux/kvm_para.h index cea2c5c72d26..2841f86eae0b 100644 --- a/include/uapi/linux/kvm_para.h +++ b/include/uapi/linux/kvm_para.h @@ -19,6 +19,7 @@ #define KVM_HC_MMU_OP 2 #define KVM_HC_FEATURES 3 #define KVM_HC_PPC_MAP_MAGIC_PAGE 4 +#define KVM_HC_KICK_CPU 5 /* * hypercalls use architecture specific |