From: Avi Kivity Date: Tue, 16 Jun 2009 09:36:33 +0000 (+0300) Subject: KVM: SVM: Don't save/restore host cr2 X-Git-Tag: v2.6.32-rc1~693^2~135 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3dbf89e676e47ef3b10802f9aba5a8e04aba132;p=pandora-kernel.git KVM: SVM: Don't save/restore host cr2 The host never reads cr2 in process context, so are free to clobber it. The vmx code does this, so we can safely remove the save/restore code. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed