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-ppc-devel

[XenPPC] [linux-ppc-2.6] [XEN] up the XEN_DOMCTL_INTERFACE_VERSION to 4

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [linux-ppc-2.6] [XEN] up the XEN_DOMCTL_INTERFACE_VERSION to 4
From: Xen patchbot-linux-ppc-2.6 <patchbot-linux-ppc-2.6@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 11 Nov 2006 00:02:21 +0000
Delivery-date: Fri, 10 Nov 2006 16:07:09 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
# Node ID 7553b5170236ffe6ed3805c321bfd1ce2010793e
# Parent  e6688f786b21d74a4616a56415d2b11562d7fcc0
[XEN] up the XEN_DOMCTL_INTERFACE_VERSION to 4

Signed-off-by: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
---
 include/xen/interface/domctl.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r e6688f786b21 -r 7553b5170236 include/xen/interface/domctl.h
--- a/include/xen/interface/domctl.h    Fri Nov 10 18:46:39 2006 -0500
+++ b/include/xen/interface/domctl.h    Fri Nov 10 18:47:12 2006 -0500
@@ -16,7 +16,7 @@
 
 #include "xen.h"
 
-#define XEN_DOMCTL_INTERFACE_VERSION 0x00000003
+#define XEN_DOMCTL_INTERFACE_VERSION 0x00000004
 
 struct xenctl_cpumap {
     XEN_GUEST_HANDLE(uint8_t) bitmap;

_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [XenPPC] [linux-ppc-2.6] [XEN] up the XEN_DOMCTL_INTERFACE_VERSION to 4, Xen patchbot-linux-ppc-2 . 6 <=