eeeeaf88a6
xend-devid-or-name.patch - Upstream patches from Jan 22019-x86-cpuidle-online-check.patch 22051-x86-forced-EOI.patch 22067-x86-irq-domain.patch 22068-vtd-irte-RH-bit.patch 22071-ept-get-entry-lock.patch 22084-x86-xsave-off.patch - bnc#638465 - hypervisor panic in memory handling heaplock.patch - Update to Xen 4.0.1. This is a bug fix release. OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=73
23 lines
552 B
Diff
23 lines
552 B
Diff
# HG changeset patch
|
|
# User Keir Fraser <keir.fraser@citrix.com>
|
|
# Date 1283332754 -3600
|
|
# Node ID ae0cd4e5cc0149ceb5d3dd61a003aadc008f036e
|
|
# Parent 972d90ff31349816cc8c785a8b2defb2f70ed441
|
|
x86 intel: Disable XSAVE support.
|
|
|
|
It breaks HVM save/restore.
|
|
|
|
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
|
|
|
|
--- a/xen/arch/x86/cpu/intel.c
|
|
+++ b/xen/arch/x86/cpu/intel.c
|
|
@@ -20,7 +20,7 @@
|
|
|
|
extern int trap_init_f00f_bug(void);
|
|
|
|
-static int use_xsave = 1;
|
|
+static int use_xsave;
|
|
boolean_param("xsave", use_xsave);
|
|
|
|
#ifdef CONFIG_X86_INTEL_USERCOPY
|