Cui, Dexuan
2008-Apr-28 10:02 UTC
[Xen-devel] [PATCH] Enable the x2APIC enhancement to Xen
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@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Cui, Dexuan
2008-Apr-28 10:12 UTC
RE: [Xen-devel] [PATCH] Enable the x2APIC enhancement to Xen
Cui, Dexuan wrote:> x2apic.patch: replaces the traditional MMIO-style interface to the > MSR-style one; uses physical fixed mode to deliver interrupts to CPU0.Sorry, I mean "in I/O APIC''s RTEs, deliver interrupts to CPU0"... -- Dexuan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2008-Apr-28 12:17 UTC
[Xen-devel] Re: [PATCH] Enable the x2APIC enhancement to Xen
What benefits does this patch bring us? -- Keir On 28/4/08 11:02, "Cui, Dexuan" <dexuan.cui@intel.com> wrote:> 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@intel.com>_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Reasonably Related Threads
- RE: [Patch][RESEND] Add hardware CR8 acceleration for TPRaccessing
- [Patch] Fix a failure in PCI Compliance Test
- [PATCH] Fix write parameter masking for 32-bit guests.
- [PATCH]xend: fix a typo in pci.py
- [Patch] Fix the slow wall clock time issue in x64 SMP Vista