[BUILDER] Define native protocol ABI for IA64 guests. Signed-off-by: Ian Campbell diff -r e1f43038f1d8 tools/libxc/xc_dom_ia64.c --- a/tools/libxc/xc_dom_ia64.c Tue May 15 17:01:57 2007 +0100 +++ b/tools/libxc/xc_dom_ia64.c Tue May 15 17:31:28 2007 +0100 @@ -15,6 +15,7 @@ #include #include +#include #include "xg_private.h" #include "xc_dom.h" @@ -107,6 +108,7 @@ static int vcpu_ia64(struct xc_dom_image static struct xc_dom_arch xc_dom_arch = { .guest_type = "xen-3.0-ia64", + .native_protocol = XEN_IO_PROTO_ABI_IA64, .page_shift = PAGE_SHIFT_IA64, .alloc_magic_pages = alloc_magic_pages, .start_info = start_info_ia64, @@ -116,6 +118,7 @@ static struct xc_dom_arch xc_dom_arch = static struct xc_dom_arch xc_dom_arch_ia64be = { .guest_type = "xen-3.0-ia64be", + .native_protocol = XEN_IO_PROTO_ABI_IA64, .page_shift = PAGE_SHIFT_IA64, .alloc_magic_pages = alloc_magic_pages, .start_info = start_info_ia64,