From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: Kernel 3 Crashes on 4.2 unstable Date: Tue, 2 Aug 2011 13:23:05 -0400 Message-ID: <20110802172304.GX11133@dumpdata.com> References: <4E35A7D6.3000403@darwinistic.com> <20110801014520.GQ32373@reaktio.net> <4E36F79D.9010100@darwinistic.com> <20110802162532.GN11133@dumpdata.com> <20110802171644.GJ32373@reaktio.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <20110802171644.GJ32373@reaktio.net> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Pasi =?iso-8859-1?Q?K=E4rkk=E4inen?= Cc: "xen-devel@lists.xensource.com" , Andi Reinbrech List-Id: xen-devel@lists.xenproject.org On Tue, Aug 02, 2011 at 08:16:44PM +0300, Pasi K=E4rkk=E4inen wrote: > On Tue, Aug 02, 2011 at 12:25:32PM -0400, Konrad Rzeszutek Wilk wrote: > > >=20 > > > Will dig a bit deeper. I saw that page also has very detailed > > > instructions for a custom kernel, I will try and tune a little and > > > compile a few versions. I have a feeling it may very well be > > > graphics related. Will feed back here when I have details. > > >=20 > > > I have extensive C and hardware/embedded knowledge and would love t= o > > > get a bit more involved in Xen. Hopefully I can contribute, howeve= r > > > small, here and there :-) > >=20 > > Awesome. Not sure if the 'earlyprintk=3Dxenboot' is mentioned in the = Wiki but > > that one is quite useful. >=20 > Hmm.. what's the difference between "earlyprintk=3Dxen" and "earlyprint= k=3Dxenboot" ? It has the same effect: #ifdef CONFIG_HVC_XEN if (!strncmp(buf, "xen", 3)) early_console_register(&xenboot_console, keep); #endif Just doing 'earlyprintk=3Dxen' is enough. Not sure why I actually have 'x= enboot' ..hmm >=20 > -- Pasi