[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180208225833.22074.25995.stgit@tlendack-t1.amdoffice.net>
Date: Thu, 08 Feb 2018 16:58:33 -0600
From: Tom Lendacky <thomas.lendacky@....com>
To: x86@...nel.org, linux-kernel@...r.kernel.org, kvm@...r.kernel.org
Cc: Paolo Bonzini <pbonzini@...hat.com>,
Joerg Roedel <joro@...tes.org>, Borislav Petkov <bp@...en8.de>,
Thomas Gleixner <tglx@...utronix.de>,
Radim Krčmář <rkrcmar@...hat.com>
Subject: [RFC PATCH 0/2] KVM: MSR-based features
The following series implements support within KVM for MSR-based features.
The first patch creates the MSR-based feature framework used to initialize
and retrieve the MSR-based features. The second patch adds support that
will allow a guest to determine if the LFENCE instruction is serializing
on AMD processors.
This series is based on the next branch.
---
Tom Lendacky (2):
KVM: x86: Add a framework for supporting MSR-based features
KVM: SVM: Add MSR feature support for serializing LFENCE
arch/x86/include/asm/kvm_host.h | 1
arch/x86/kvm/svm.c | 16 +++++
arch/x86/kvm/x86.c | 114 ++++++++++++++++++++++++++++++++++++++-
include/uapi/linux/kvm.h | 1
4 files changed, 130 insertions(+), 2 deletions(-)
--
Tom Lendacky
Powered by blists - more mailing lists