WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] [IA64][BUILDER] Define native protocol AB

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] [IA64][BUILDER] Define native protocol ABI for IA64 guests.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 16 Jun 2007 05:51:16 -0700
Delivery-date: Sat, 16 Jun 2007 05:49:42 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] [IA64][BUILDER] Define native protocol ABI for IA64 guests., Xen patchbot-unstable <=