From: Leonard Norrgard Date: Fri, 26 Jan 2007 08:56:38 +0000 (-0800) Subject: [PATCH] KVM: SVM: Fix SVM idt confusion X-Git-Tag: v2.6.20-rc7~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bce66ca4a2f695509e1b021311eb4de1e4fdf3e4;p=pandora-kernel.git [PATCH] KVM: SVM: Fix SVM idt confusion There's an obvious typo in svm_{get,set}_idt, causing it to access the ldt instead. Because these functions are only called for save/load on AMD, the bug does not impact normal operation. With the fix, save/load works as expected on AMD hosts. Signed-off-by: Uri Lublin Signed-off-by: Avi Kivity Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed