WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

RE: [Xen-devel] domain0 no longer boots

To: Ian Pratt <Ian.Pratt@xxxxxxxxxxxx>
Subject: RE: [Xen-devel] domain0 no longer boots
From: James Harper <JamesH@xxxxxxxxxxxxxxxx>
Date: Mon, 21 Jun 2004 13:04:25 +1000
Cc: <xen-devel@xxxxxxxxxxxxxxxxxxxxx>, <Ian.Pratt@xxxxxxxxxxxx>
Delivery-date: Mon, 21 Jun 2004 04:15:31 +0100
Envelope-to: steven.hand@xxxxxxxxxxxx
In-reply-to: <E12A9E69-2099-4612-8B50-8FB7AFDF7B6F@mimectl>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
References: <E1Bc6rS-0008Tj-00@xxxxxxxxxxxxxxxxx>, <E12A9E69-2099-4612-8B50-8FB7AFDF7B6F@mimectl>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
Thread-index: AcRXHceZa2yYdQTQQaOkxtybH2jwxQAHq4qh
Thread-topic: [Xen-devel] domain0 no longer boots
In addition to this, what would be the best way to deal with the modules? I understand the original config doesn't use modules but i've added a few things to it and so have modules to deal with.  Ideally 'make world' would install the modules to a folder which can be installed on the other domains later...
 
James


From: James Harper
Sent: Mon 21/06/2004 9:24 AM
To: Ian Pratt
Cc: xen-devel@xxxxxxxxxxxxxxxxxxxxx; Ian.Pratt@xxxxxxxxxxxx
Subject: RE: [Xen-devel] domain0 no longer boots

re: make world, is there a way to install my own .config's for the xen0 and xenU kernels rather than having it just use the defaults?
 
thanks
 
James


From: Ian Pratt
Sent: Mon 21/06/2004 4:16 AM
To: James Harper
Cc: xen-devel@xxxxxxxxxxxxxxxxxxxxx; Ian.Pratt@xxxxxxxxxxxx
Subject: Re: [Xen-devel] domain0 no longer boots

> I recompiled the domain0 kernel and it appears to be running again.
> Maybe if I recompile the U kernel it might work too... I haven't had it
> working yet.
> 
> I did have to change a link though... asm/keyboard.h linked to the
> sparse tree where it doesn't exist. I linked it to asm-i386/keyboard.h
> and it seems to work fine.

When using the unstable tree, its always wise to recompile
everything with 'make world' having done a bk pull: Certain
checkins in the unstable line do make changes to the hypervisor
API (we obviously don't do this in the stable series). 

Keir checkedin a couple of important cleanups to the API
yesterday, which removed some changes in the sparse tree. As well
as rebuilding xen linux, it was necessary to redo the
'mkbuildtree'. "make world" will do this for you.

Ian