Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] ia64: Add HVM_PARAM_BUFPIOREQ_PFN constan

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] ia64: Add HVM_PARAM_BUFPIOREQ_PFN constant.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 22 Oct 2007 10:10:07 -0700
Delivery-date: Mon, 22 Oct 2007 10:10:33 -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 Keir Fraser <keir@xxxxxxxxxxxxx>
# Date 1193042485 -3600
# Node ID d77da4c174f71de6bd9ab92f5dbc0041a7155533
# Parent  3b481059a54d363e914d86fb78850475ff9ce56e
ia64: Add HVM_PARAM_BUFPIOREQ_PFN constant.
Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
---
 tools/python/xen/xend/XendConstants.py |    1 +
 xen/include/public/hvm/params.h        |    3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff -r 3b481059a54d -r d77da4c174f7 tools/python/xen/xend/XendConstants.py
--- a/tools/python/xen/xend/XendConstants.py    Mon Oct 22 07:44:25 2007 +0100
+++ b/tools/python/xen/xend/XendConstants.py    Mon Oct 22 09:41:25 2007 +0100
@@ -45,6 +45,7 @@ HVM_PARAM_BUFIOREQ_PFN = 6
 HVM_PARAM_BUFIOREQ_PFN = 6
 HVM_PARAM_NVRAM_FD     = 7
 HVM_PARAM_VHPT_SIZE    = 8
+HVM_PARAM_BUFPIOREQ_PFN = 9
 
 restart_modes = [
     "restart",
diff -r 3b481059a54d -r d77da4c174f7 xen/include/public/hvm/params.h
--- a/xen/include/public/hvm/params.h   Mon Oct 22 07:44:25 2007 +0100
+++ b/xen/include/public/hvm/params.h   Mon Oct 22 09:41:25 2007 +0100
@@ -53,7 +53,8 @@
 #ifdef __ia64__
 #define HVM_PARAM_NVRAM_FD     7
 #define HVM_PARAM_VHPT_SIZE    8
-#define HVM_NR_PARAMS          9
+#define HVM_PARAM_BUFPIOREQ_PFN        9
+#define HVM_NR_PARAMS          10
 #else
 #define HVM_NR_PARAMS          7
 #endif

_______________________________________________
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: Add HVM_PARAM_BUFPIOREQ_PFN constant., Xen patchbot-unstable <=