From: Alexander Graf Date: Tue, 25 Nov 2008 19:17:06 +0000 (+0100) Subject: KVM: SVM: Add VMLOAD and VMSAVE handlers X-Git-Tag: v2.6.30-rc1~664^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5542675baa7e62ca4d18278c8758b6a4ec410639;p=pandora-kernel.git KVM: SVM: Add VMLOAD and VMSAVE handlers This implements the VMLOAD and VMSAVE instructions, that usually surround the VMRUN instructions. Both instructions load / restore the same elements, so we only need to implement them once. v2 fixes CPL checking and replaces memcpy by assignments v3 makes use of the new permission checking Acked-by: Joerg Roedel Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed