[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1310571145-28930-1-git-send-email-joerg.roedel@amd.com>
Date: Wed, 13 Jul 2011 17:32:18 +0200
From: Joerg Roedel <joerg.roedel@....com>
To: Avi Kivity <avi@...hat.com>, Marcelo Tosatti <mtosatti@...hat.com>
CC: <kvm@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: [PATCH 0/7] Implement Shadow VMCB for Nested SVM
Hi Avi, Marcelo,
here is a patch-set that implements a shadow-vmcb for nested SVM. The
shadow-vmcb is always used when the L2-guest is invoked. This saves some
memory copys in the nested vmrun and vmexit paths because the contents
of the host-vmcb do not need to be saved/restored anymore.
This patch-set also prepares nested-svm for the emulation of clean-bits.
Regards,
Joerg
Diffstat:
arch/x86/kvm/svm.c | 248 ++++++++++++++++++++++++----------------------------
1 files changed, 114 insertions(+), 134 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists