[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <147992048887.27638.17559991037474542240.stgit@brijesh-build-machine>
Date: Wed, 23 Nov 2016 12:01:29 -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 v2 0/3] x86: SVM: add additional SVM NPF error and use HW GPA
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.
- Add support for additional SVM NFP error codes
- Add kvm_fast_pio_in support
- Use the hardware provided GPA instead of page walk
[1] http://marc.info/?l=linux-mm&m=147190814023863&w=2
---
Changes since v1:
- remove redundant gpa_avail check
Tom Lendacky (3):
kvm: svm: Add support for additional SVM NPF error codes
kvm: svm: Add kvm_fast_pio_in support
kvm: svm: Use the hardware provided GPA instead of page walk
arch/x86/include/asm/kvm_emulate.h | 3 ++
arch/x86/include/asm/kvm_host.h | 15 ++++++++-
arch/x86/kvm/mmu.c | 20 +++++++++++-
arch/x86/kvm/svm.c | 9 ++++-
arch/x86/kvm/x86.c | 60 +++++++++++++++++++++++++++++++++++-
5 files changed, 100 insertions(+), 7 deletions(-)
--
Brijesh Singh
Powered by blists - more mailing lists