]> Git Repo - linux.git/commit
KVM: x86: Add a framework for supporting MSR-based features
authorTom Lendacky <[email protected]>
Wed, 21 Feb 2018 19:39:51 +0000 (13:39 -0600)
committerRadim Krčmář <[email protected]>
Thu, 1 Mar 2018 18:00:28 +0000 (19:00 +0100)
commit801e459a6f3a63af9d447e6249088c76ae16efc4
treeb23a56566b4ace273ae07cd150acec275e3cd669
parentd4858aaf6bd8a90e2dacc0dfec2077e334dcedbf
KVM: x86: Add a framework for supporting MSR-based features

Provide a new KVM capability that allows bits within MSRs to be recognized
as features.  Two new ioctls are added to the /dev/kvm ioctl routine to
retrieve the list of these MSRs and then retrieve their values. A kvm_x86_ops
callback is used to determine support for the listed MSR-based features.

Signed-off-by: Tom Lendacky <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
[Tweaked documentation. - Radim]
Signed-off-by: Radim Krčmář <[email protected]>
Documentation/virtual/kvm/api.txt
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/svm.c
arch/x86/kvm/vmx.c
arch/x86/kvm/x86.c
include/uapi/linux/kvm.h
This page took 0.058987 seconds and 4 git commands to generate.