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

[XenPPC] [linux-ppc-2.6] [POWERPC] obtain Domain features from the hyper

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [linux-ppc-2.6] [POWERPC] obtain Domain features from the hypervisor
From: Xen patchbot-linux-ppc-2.6 <patchbot-linux-ppc-2.6@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 09 Aug 2006 23:02:06 +0000
Delivery-date: Wed, 09 Aug 2006 16:06:24 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
# Node ID f5d55155e4d5531675179b3d678bc290141185a6
# Parent  2d3056825cda857be6fca8f949f3c79d5226b6d8
[POWERPC] obtain Domain features from the hypervisor

Signed-off-by: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
---
 arch/powerpc/platforms/xen/setup.c |    4 ++++
 1 files changed, 4 insertions(+)

diff -r 2d3056825cda -r f5d55155e4d5 arch/powerpc/platforms/xen/setup.c
--- a/arch/powerpc/platforms/xen/setup.c        Wed Aug 09 18:18:08 2006 -0400
+++ b/arch/powerpc/platforms/xen/setup.c        Wed Aug 09 18:21:31 2006 -0400
@@ -7,6 +7,7 @@
 #include <linux/console.h>
 #include <xen/interface/xen.h>
 #include <xen/interface/sched.h>
+#include <xen/features.h>
 #include <asm/udbg.h>
 #include <asm/pgtable.h>
 #include <asm/prom.h>
@@ -123,6 +124,9 @@ static void __init xen_init_early(void)
        } else {
                xen_reboot_init(NULL);
        }
+
+       /* get the domain features */
+       setup_xen_features();
 
        DBG("Hello World I'm Maple Xen-LPAR!\n");
 

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

<Prev in Thread] Current Thread [Next in Thread>
  • [XenPPC] [linux-ppc-2.6] [POWERPC] obtain Domain features from the hypervisor, Xen patchbot-linux-ppc-2 . 6 <=