xen: just completely disable XSAVE
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Sun, 19 Sep 2010 05:25:30 +0000 (22:25 -0700)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 6 Apr 2011 12:31:00 +0000 (08:31 -0400)
Some (old) versions of Xen just kill the domain if it tries to set any
unknown bits in CR4, so we can't reliably probe for OSXSAVE in
CR4.

Since Xen doesn't support XSAVE for guests at the moment, and no such
support is being worked on, there's no downside in just unconditionally
masking XSAVE support.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/enlighten.c

Simple merge