This is an archived copy of the Xen.org mailing list, which we have
preserved to ensure that existing links to archives are not broken.
The live archive, which contains the latest emails, can be found at
http://lists.xen.org/
On platforms which supports x2APIC, the patches enable this enhancement
for Xen.
The x2APIC specification is available at
http://www.intel.com/products/processor/manuals/http://download.intel.com/design/processor/specupdt/318148.pdf
apicid_u8_2_u32.patch: changes the 'apicid' from u8 to u32;
x2apic.patch: replaces the traditional MMIO-style interface to the
MSR-style one; uses physical fixed mode to deliver interrupts to CPU0.
Signed-off-by: Dexuan Cui <dexuan.cui@xxxxxxxxx>