[BUILDER] Define native protocol ABI for powerpc guests. Signed-off-by: Ian Campbell diff -r e1f43038f1d8 tools/libxc/xc_dom_powerpc.c --- a/tools/libxc/xc_dom_powerpc.c Tue May 15 17:01:57 2007 +0100 +++ b/tools/libxc/xc_dom_powerpc.c Tue May 15 17:31:21 2007 +0100 @@ -18,6 +18,7 @@ #include #include +#include #include "xg_private.h" #include "xc_dom.h" @@ -124,6 +125,7 @@ static int vcpu(struct xc_dom_image *dom static struct xc_dom_arch xc_dom_arch = { .guest_type = "xen-3.0-powerpc64", + .native_protocol = XEN_IO_PROTO_ABI_POWERPC64, .page_shift = PAGE_SHIFT, .alloc_magic_pages = alloc_magic_pages, .shared_info = shared_info,