* stable/not-upstreamed:
x86/microcode: check proper return code.
xen: add CPU microcode update driver
xen: add dom0_op hypercall
xen/acpi: Domain0 acpi parser related platform hypercall
Conflicts:
arch/x86/xen/Kconfig
include/xen/interface/platform.h
Note: The approach in upstream is to get rid of the microcode
driver altogether and do at early bootup. Even as early as
syslinux/pxeboot or initial kernel image. But those patches
are not yet ready.
Enable statistics output and various tuning options in debugfs.
Enabling this option may incur a significant performance overhead.
-config XEN_DEBUG
- bool "Enable Xen debug checks"
- depends on XEN
- default n
- help
- Enable various WARN_ON checks in the Xen MMU code.
- Enabling this option WILL incur a significant performance overhead.
+ config MICROCODE_XEN
+ def_bool y
+ depends on XEN_DOM0 && MICROCODE
++
+config MICROCODE_XEN
+ def_bool y
+ depends on XEN_DOM0 && MICROCODE