From: Joerg Roedel Date: Fri, 7 Aug 2009 09:49:31 +0000 (+0200) Subject: KVM: SVM: copy only necessary parts of the control area on vmrun/vmexit X-Git-Tag: v2.6.32-rc1~693^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0460a979b4b7a564e59eaa8efbba6f5ae38c5b78;p=pandora-kernel.git KVM: SVM: copy only necessary parts of the control area on vmrun/vmexit The vmcb control area contains more then 800 bytes of reserved fields which are unnecessarily copied. Fix this by introducing a copy function which only copies the relevant part and saves time. Signed-off-by: Joerg Roedel Acked-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed