Skip to content
Commit 801e459a authored by Tom Lendacky's avatar Tom Lendacky Committed by Radim Krčmář
Browse files

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: default avatarTom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
[Tweaked documentation. - Radim]
Signed-off-by: default avatarRadim Krčmář <rkrcmar@redhat.com>
parent d4858aaf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment