From: Zachary Amsden Date: Fri, 20 Aug 2010 08:07:18 +0000 (-1000) Subject: KVM: x86: Fix SVM VMCB reset X-Git-Tag: v2.6.36-rc8~11^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58877679fd393d3ef71aa383031ac7817561463d;p=pandora-kernel.git KVM: x86: Fix SVM VMCB reset On reset, VMCB TSC should be set to zero. Instead, code was setting tsc_offset to zero, which passes through the underlying TSC. Signed-off-by: Zachary Amsden Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed