|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] ia64: Add HVM_PARAM_BUFPIOREQ_PFN constan
# 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 <=
|
|
|
|
|