From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: x2apic mode vs. interrupt remapping Date: Wed, 03 Mar 2010 13:12:08 +0000 Message-ID: <4B8E6E3802000078000326ED@vpn.id2.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Dexuan Cui Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi, while the Linux kernel enters x2apic mode only when it was able to initialize interrupt remapping (leaving aside a KVM special case), Xen treats the two features as independent ones. We're having a report where interrupt delivery doesn't work in x2apic mode (i.e. no-x2apic makes the system boot successfully), and hence I'm wondering why Xen would use this mode on a wider range of machines than Linux. Thanks, Jan