From: Joerg Roedel Date: Tue, 7 Dec 2010 16:15:06 +0000 (+0100) Subject: KVM: SVM: Add xsetbv intercept X-Git-Tag: v2.6.38-rc1~244^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81dd35d42c9aef3c1f7ae6ce4cf6a0d382661db5;p=pandora-kernel.git KVM: SVM: Add xsetbv intercept This patch implements the xsetbv intercept to the AMD part of KVM. This makes AVX usable in a save way for the guest on AVX capable AMD hardware. The patch is tested by using AVX in the guest and host in parallel and checking for data corruption. I also used the KVM xsave unit-tests and they all pass. Signed-off-by: Joerg Roedel Signed-off-by: Avi Kivity --- Reading git-diff-tree failed