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

Re: [XenPPC][Patch] Kernel patch for xm save/restore

To: geyi <kudva@xxxxxxxxxxxxxx>
Subject: Re: [XenPPC][Patch] Kernel patch for xm save/restore
From: Hollis Blanchard <hollisb@xxxxxxxxxx>
Date: Wed, 01 Nov 2006 17:36:16 -0600
Cc: XenPPC-devel <xen-ppc-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Thu, 02 Nov 2006 13:46:16 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <45491DFB.3040201@xxxxxxxxxxxxxx>
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>
Organization: IBM Linux Technology Center
References: <45491DFB.3040201@xxxxxxxxxxxxxx>
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Wed, 2006-11-01 at 17:21 -0500, geyi wrote:
> diff -r f4d382795e57 arch/powerpc/platforms/xen/reboot.c
> --- a/arch/powerpc/platforms/xen/reboot.c       Wed Oct 25 17:22:54
> 2006 -0400
> +++ b/arch/powerpc/platforms/xen/reboot.c       Wed Nov 01 17:11:58
> 2006 -0500
> @@ -1,9 +1,19 @@
>   #include <linux/module.h>
> +#include <linux/kernel.h>
>   #include <xen/interface/xen.h>
>   #include <xen/interface/io/console.h>
>   #include <xen/xencons.h>
>   #include <asm/hypervisor.h>
>   #include <asm/machdep.h>
> +#include <asm/mmu_context.h>
> +#include <xen/cpu_hotplug.h>
> +#include <xen/xenbus.h>
> +#include <xen/gnttab.h>
> +#include <xen/evtchn.h>
> +
> +#define  SHUTDOWN_INVALID      -1
> +
> +static int shutting_down ; 

This patch won't apply (notice the whitespace problems). You will need
to use a mailer other than Thunderbird.

-- 
Hollis Blanchard
IBM Linux Technology Center


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

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