ia64/xen-unstable
changeset 16182:d77da4c174f7
ia64: Add HVM_PARAM_BUFPIOREQ_PFN constant.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
author | Keir Fraser <keir@xensource.com> |
---|---|
date | Mon Oct 22 09:41:25 2007 +0100 (2007-10-22) |
parents | 3b481059a54d |
children | c44d82f36665 |
files | tools/python/xen/xend/XendConstants.py xen/include/public/hvm/params.h |
line diff
1.1 --- a/tools/python/xen/xend/XendConstants.py Mon Oct 22 07:44:25 2007 +0100 1.2 +++ b/tools/python/xen/xend/XendConstants.py Mon Oct 22 09:41:25 2007 +0100 1.3 @@ -45,6 +45,7 @@ HVM_PARAM_IOREQ_PFN = 5 1.4 HVM_PARAM_BUFIOREQ_PFN = 6 1.5 HVM_PARAM_NVRAM_FD = 7 1.6 HVM_PARAM_VHPT_SIZE = 8 1.7 +HVM_PARAM_BUFPIOREQ_PFN = 9 1.8 1.9 restart_modes = [ 1.10 "restart",
2.1 --- a/xen/include/public/hvm/params.h Mon Oct 22 07:44:25 2007 +0100 2.2 +++ b/xen/include/public/hvm/params.h Mon Oct 22 09:41:25 2007 +0100 2.3 @@ -53,7 +53,8 @@ 2.4 #ifdef __ia64__ 2.5 #define HVM_PARAM_NVRAM_FD 7 2.6 #define HVM_PARAM_VHPT_SIZE 8 2.7 -#define HVM_NR_PARAMS 9 2.8 +#define HVM_PARAM_BUFPIOREQ_PFN 9 2.9 +#define HVM_NR_PARAMS 10 2.10 #else 2.11 #define HVM_NR_PARAMS 7 2.12 #endif