freebsd-dev/sys/x86/xen
Roger Pau Monné d9aa19f1f4 xen: change quality of the MADT ACPI enumerator
Lower the quality of the MADT ACPI enumerator, so on Xen Dom0 we can
force the usage of the Xen mptable enumerator even when ACPI is
detected.

This is needed because Xen might restrict the number of vCPUs
available to Dom0, but the MADT ACPI table parsed in FreeBSD is the
native one (which enumerates all the CPUs available in the system).

Sponsored by: Citrix Systems R&D
Reviewed by: gibbs

x86/acpica/madt.c:
 - Lower MADT enumerator quality to -50.

x86/xen/pvcpu_enum.c:
 - Rise Xen PV enumerator to 0.
2014-08-04 08:56:20 +00:00
..
hvm.c xen: add hooks for Xen PV APIC 2014-06-16 08:43:45 +00:00
pv.c Fix build with SMP disabled. 2014-07-15 15:40:33 +00:00
pvcpu_enum.c xen: change quality of the MADT ACPI enumerator 2014-08-04 08:56:20 +00:00
xen_apic.c Fix build with SMP disabled. 2014-07-15 15:40:33 +00:00
xen_intr.c xen: change order of Xen intr init and IO APIC registration 2014-08-04 08:54:34 +00:00
xen_nexus.c xen: add missing files 2014-06-16 08:54:04 +00:00
xenpv.c xen: add missing files 2014-06-16 08:54:04 +00:00