|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
Re: [XenPPC][Patch] Kernel patch for xm save/restore
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
|
|
|
|
|