From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: pvops dom0 work roadmap Date: Wed, 19 Aug 2009 09:26:10 -0400 Message-ID: <20090819132609.GA21730@phenom.dumpdata.com> References: <4A8AF65A.2040904@goop.org> <20090818200718.GD19938@edu.joroinen.fi> <4A8B0B1A.80406@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <4A8B0B1A.80406@goop.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jeremy Fitzhardinge Cc: Xen-devel List-Id: xen-devel@lists.xenproject.org > That's useful to know, but I was referring to testing release 2.6.30.x > kernels as well, just to make sure they still work. I found three issues with 2.6.30-rc3-tip (xen-tip/master): - if you don't have CONFIG_HIBERNATION set it hangs at startup on the VGA init code (right after "about to get started"). I played with turning CONFIG_SWAP off, which in turn unselects _HIBERNATION off. - if you set CONFIG_STACKPROTECTOR=y you get a nice big page fault right at the startup (doesn't even get to 'about to get started' message). - poweroff doesn't turn the machine off (but I haven't verified whether the machine normally powers off with a non-Xen 2.6.30-rc3-tip kernel so this might be an operator errro).