From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: Re: [[RFC PATCH 2/8]: PVH: changes related to initial boot and irq rewiring Date: Thu, 16 Aug 2012 12:00:41 -0700 Message-ID: <20120816120041.15d382ed@mantra.us.oracle.com> References: <20120815180131.24aaa5ce@mantra.us.oracle.com> <20120816140929.GB17687@phenom.dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120816140929.GB17687@phenom.dumpdata.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Konrad Rzeszutek Wilk Cc: "Xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On Thu, 16 Aug 2012 10:09:29 -0400 Konrad Rzeszutek Wilk wrote: > > +#ifdef CONFIG_X86_32 > > + xen_raw_printk("ERROR: 32bit PV guest can not run in HVM > > container\n"); > > + return; > > Perhaps BUG() ? BUG() will prob not work because it's way early in boot, which is why I figured the prev if statement (right before it) has return. thanks, Mukesh