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-ia64-devel

Re: [Xen-ia64-devel] Community effort needed tocatch upwithxen-unstable

To: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
Subject: Re: [Xen-ia64-devel] Community effort needed tocatch upwithxen-unstable
From: John Byrne <john.l.byrne@xxxxxx>
Date: Wed, 31 Aug 2005 17:34:50 -0700
Cc: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 01 Sep 2005 00:32:41 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <571ACEFD467F7749BC50E0A98C17CDD807C324D3@pdsmsx403>
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
References: <571ACEFD467F7749BC50E0A98C17CDD807C324D3@pdsmsx403>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050716)
Tian, Kevin wrote:
Hi, John and Dan,
        Attached are the latest patches to promise domU running to
following point and however MCA then. Seems the possible cause is the
update of grant table code. You can continue debug based upon them.

        Currently I can observe many successful transactions between
blkback and blkfront, and also xenstore data already shows some
necessary relationship between them. To allocate an extra xenstore mfn
in control panel, I have to hack temporarily for get_domaininfo to
return max_pages as tot_pages. The reason is that currently ia64 control
panel uses an allocate-on-demand style to allocate domU memory, which
differ with x86 which allocate all necessary machine pages for domU at
creation. So tot_pages on ia64 can't satisfy the assumption in other
common code, which makes us really difficult to adopt new features
easily like this one. After making current repository working, I'll push
out a patch to cleanup those variances.

        Due to some conceptual change in grant table code, (like
dev_bus_addr becomes a real va, instead of frame number), so I pulled
common/grant_table.c into arch/ia64 with all previous ia64 specific
changes keeped. Plus some fix in xenolinux code, I observed some mapping
requests returned successfully. But no time to validate the content yet,
and this change may bring some implicit errors...

        Normally when communication between blkback and blkfront is
broken, there's warning about "timeout to connect..." just after "After
init_blk_xenbus". But now it's missing which just mean something good.
Anyway, now it should be very close to the end, and hope to see good
news from you guys stomorrow. ;-)

Thanks,
Kevin


I've gotten blkfront/blkback to work based on your patches and re-merging Matt's changes to them before the xen-unstable merge. I'm trying to get the netback/netfront drivers to come up, now. I'll have to clean up some debugging before I can generate a patch. I will generate a patch that is added in addition to your hg_cleanup_0831 patches.

BTW, I'm not sure I really believe how you fixed xc_linux_build(). (It seems to work, though.) I don't understand why you just didn't use the nr_pages passed into setup_guest for the number of pages to allocate. It seems to me that you are implying a relationship to the number of pages compute from the image size and the number of pages assigned to the domain that may not hold.

John Byrne









_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel

<Prev in Thread] Current Thread [Next in Thread>