KVM: VMX: Enable XSAVE/XRSTOR for guest
authorDexuan Cui <dexuan.cui@intel.com>
Thu, 10 Jun 2010 03:27:12 +0000 (11:27 +0800)
committerAvi Kivity <avi@redhat.com>
Sun, 1 Aug 2010 07:46:31 +0000 (10:46 +0300)
This patch enable guest to use XSAVE/XRSTOR instructions.

We assume that host_xcr0 would use all possible bits that OS supported.

And we loaded xcr0 in the same way we handled fpu - do it as late as we can.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Sheng Yang <sheng@linux.intel.com>
Reviewed-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found