From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Sharma Subject: Re: [PATCH] pci-ioapic-0502.patch Date: Wed, 04 May 2005 13:08:14 -0700 Message-ID: <42792BAE.7040005@intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Puthiyaparambil, Aravindh" Cc: xen-devel@lists.xensource.com, "Vessey, Bruce A" , "Subrahmanian, Raj" List-Id: xen-devel@lists.xenproject.org Puthiyaparambil, Aravindh wrote: > Arun, > > I tried the patch out on my dual proc x86_64 box running 32-bit SLES9. I > was able to boot the system successfully and bring up a VM. The only > thing which caught my eye was the following in the Dom0 boot. > > IOAPIC[0]: Invalid reference to IRQ 0 > I'll take a look at this later today. > I am not even sure if this is an error. I have attached the complete > boot sequence. > > I noticed that the I/O APICs are still being initialized by Xen. Are you > planning on moving this also to Dom0? > No. As the checkin comments say, ioapics are owned by Xen. dom0 knows about it's existence, but accesses it using hypercalls. -Arun