ia64/xen-unstable
changeset 15321:ba1f933f2382
[IA64][BUILDER] Define native protocol ABI for IA64 guests.
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
author | Alex Williamson <alex.williamson@hp.com> |
---|---|
date | Tue Jun 12 14:58:39 2007 -0600 (2007-06-12) |
parents | 13d5a4ad57d0 |
children | 601509daabfc |
files | tools/libxc/xc_dom_ia64.c |
line diff
1.1 --- a/tools/libxc/xc_dom_ia64.c Tue Jun 12 08:48:02 2007 -0600 1.2 +++ b/tools/libxc/xc_dom_ia64.c Tue Jun 12 14:58:39 2007 -0600 1.3 @@ -16,6 +16,7 @@ 1.4 1.5 #include <xen/xen.h> 1.6 #include <xen/foreign/ia64.h> 1.7 +#include <xen/io/protocols.h> 1.8 1.9 #include "xg_private.h" 1.10 #include "xc_dom.h" 1.11 @@ -120,6 +121,7 @@ static int vcpu_ia64(struct xc_dom_image 1.12 1.13 static struct xc_dom_arch xc_dom_arch = { 1.14 .guest_type = "xen-3.0-ia64", 1.15 + .native_protocol = XEN_IO_PROTO_ABI_IA64, 1.16 .page_shift = PAGE_SHIFT_IA64, 1.17 .alloc_magic_pages = alloc_magic_pages, 1.18 .start_info = start_info_ia64, 1.19 @@ -129,6 +131,7 @@ static struct xc_dom_arch xc_dom_arch = 1.20 1.21 static struct xc_dom_arch xc_dom_arch_ia64be = { 1.22 .guest_type = "xen-3.0-ia64be", 1.23 + .native_protocol = XEN_IO_PROTO_ABI_IA64, 1.24 .page_shift = PAGE_SHIFT_IA64, 1.25 .alloc_magic_pages = alloc_magic_pages, 1.26 .start_info = start_info_ia64,