[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <148044248179.29544.16863706762469812354.stgit@brijesh-build-machine>
Date: Tue, 29 Nov 2016 13:01:21 -0500
From: Brijesh Singh <brijesh.singh@....com>
To: <kvm@...r.kernel.org>
CC: <thomas.lendacky@....com>, <rkrcmar@...hat.com>, <joro@...tes.org>,
<x86@...nel.org>, <linux-kernel@...r.kernel.org>,
<mingo@...hat.com>, <hpa@...or.com>, <pbonzini@...hat.com>,
<tglx@...utronix.de>, <bp@...e.de>
Subject: [PATCH v3] x86: SVM: Use the hardware provided GPA instead of page
walk
This patch series is taken from SEV RFC series [1]. These patches do not
depend on the SEV feature and can be reviewed and merged on their own.
- Use the hardware provided GPA instead of page walk
[1] http://marc.info/?l=linux-mm&m=147190814023863&w=2
---
Droping the following patches from series since they are already accepted
- Add support for additional SVM NFP error codes
- Add kvm_fast_pio_in support
Changes since v2:
- move String op identifier check into new emulator_is_string_op().
- move gpa_available check in emulator_read_write_onepage().
Changes since v1:
- remove redundant gpa_avail check
Tom Lendacky (1):
kvm: svm: Use the hardware provided GPA instead of page walk
arch/x86/include/asm/kvm_emulate.h | 1 +
arch/x86/include/asm/kvm_host.h | 3 ++
arch/x86/kvm/emulate.c | 8 +++++++
arch/x86/kvm/svm.c | 2 ++
arch/x86/kvm/x86.c | 44 ++++++++++++++++++++++++++++--------
5 files changed, 48 insertions(+), 10 deletions(-)
--
Brijesh Singh
Powered by blists - more mailing lists