[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [IA64][BUILDER] Define native protocol ABI for IA64 guests.
# HG changeset patch # User Alex Williamson <alex.williamson@xxxxxx> # Date 1181681919 21600 # Node ID ba1f933f2382c95b9d735215f608ad3aa85eec4d # Parent 13d5a4ad57d00d063126fd009f28354f45ac1be5 [IA64][BUILDER] Define native protocol ABI for IA64 guests. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxxxxx> --- tools/libxc/xc_dom_ia64.c | 3 +++ 1 files changed, 3 insertions(+) diff -r 13d5a4ad57d0 -r ba1f933f2382 tools/libxc/xc_dom_ia64.c --- a/tools/libxc/xc_dom_ia64.c Tue Jun 12 08:48:02 2007 -0600 +++ b/tools/libxc/xc_dom_ia64.c Tue Jun 12 14:58:39 2007 -0600 @@ -16,6 +16,7 @@ #include <xen/xen.h> #include <xen/foreign/ia64.h> +#include <xen/io/protocols.h> #include "xg_private.h" #include "xc_dom.h" @@ -120,6 +121,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, @@ -129,6 +131,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, _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |