diff options
author | Yang, Sheng <sheng.yang@intel.com> | 2007-08-16 13:01:00 +0300 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2007-10-13 10:18:23 +0200 |
commit | 253abdee5ec2edd0a7f6dc2358bef42e3fdf1f39 (patch) | |
tree | a9823774dcf3fa7a66c1895b78528d3239eaa71b /include/linux/kvm.h | |
parent | 7e66f350cfc853043bfa71b281581dd6f92fa347 (diff) | |
download | op-kernel-dev-253abdee5ec2edd0a7f6dc2358bef42e3fdf1f39.zip op-kernel-dev-253abdee5ec2edd0a7f6dc2358bef42e3fdf1f39.tar.gz |
KVM: Communicate cr8 changes to userspace
This allows running 64-bit Windows.
Signed-off-by: Sheng Yang <sheng.yang@intel.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'include/linux/kvm.h')
-rw-r--r-- | include/linux/kvm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kvm.h b/include/linux/kvm.h index 91a446f..1d5a49c 100644 --- a/include/linux/kvm.h +++ b/include/linux/kvm.h @@ -46,6 +46,7 @@ enum kvm_exit_reason { KVM_EXIT_SHUTDOWN = 8, KVM_EXIT_FAIL_ENTRY = 9, KVM_EXIT_INTR = 10, + KVM_EXIT_SET_TPR = 11 }; /* for KVM_RUN, returned by mmap(vcpu_fd, offset=0) */ |