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

[Xen-devel] [PATCH] Fix ia64 compilation broken (RE: [Xen-changelog] Gen

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] Fix ia64 compilation broken (RE: [Xen-changelog] General start-of-day cleanups, resulting in the)
From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
Date: Wed, 11 Jan 2006 16:58:38 +0800
Cc: "Magenheimer, Dan \(HP Labs Fort Collins\)" <dan.magenheimer@xxxxxx>, xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 11 Jan 2006 09:05:11 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcYVVIAOuhvPPYy8QnaYxDPtYeXgHwBNe16A
Thread-topic: [PATCH] Fix ia64 compilation broken (RE: [Xen-changelog] General start-of-day cleanups, resulting in the)
Hi, Keir,
        Xen-unstable is broken for ia64 due to following change. Attached patch 
fixed the compilation issue and also change xen/ia64 to use one single, 
multi-cpu, idle domain created dynamically correspondingly. Only difference is 
vcpu0 of idle domain is still built at compilation phase, due to some code 
copied from Linux requiring that.

        Please help check in.

Signed-off-by Kevin Tian <Kevin.tian@xxxxxxxxx>

Thank,
Kevin

>-----Original Message-----
>From: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
>[mailto:xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Xen patchbot
>-unstable
>Sent: 2006年1月10日 3:38
>To: xen-changelog@xxxxxxxxxxxxxxxxxxx
>Subject: [Xen-changelog] General start-of-day cleanups, resulting in the
>
># HG changeset patch
># User kaf24@xxxxxxxxxxxxxxxxxxxx
># Node ID 1572681e4e5a06cfd08cd5bffe4736c61dce4335
># Parent  dfb8362648982b51d80ef589eafd74688c09ccc3
>General start-of-day cleanups, resulting in the
>x86/32 map_domain_page() mapcache now being per-domain
>rather than global.
>
>Other cleanups include removal of static definition of
>CPU0's idle domain. Instead a single, multi-cpu, idle domain
>is dynamically created early during bootstrap.
>
>Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
>

Attachment: single_idle_domain_ia64.patch
Description: single_idle_domain_ia64.patch

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] Fix ia64 compilation broken (RE: [Xen-changelog] General start-of-day cleanups, resulting in the), Tian, Kevin <=