ia64: Add HVM_PARAM_BUFPIOREQ_PFN constant.
authorKeir Fraser <keir@xensource.com>
Mon, 22 Oct 2007 08:41:25 +0000 (09:41 +0100)
committerKeir Fraser <keir@xensource.com>
Mon, 22 Oct 2007 08:41:25 +0000 (09:41 +0100)
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
tools/python/xen/xend/XendConstants.py
xen/include/public/hvm/params.h

index 751e4487f6fb3106ebafd10ff51542514d84d933..befabb4e16a08b5d53e2fea8060d663d96703ed9 100644 (file)
@@ -45,6 +45,7 @@ HVM_PARAM_IOREQ_PFN    = 5
 HVM_PARAM_BUFIOREQ_PFN = 6
 HVM_PARAM_NVRAM_FD     = 7
 HVM_PARAM_VHPT_SIZE    = 8
+HVM_PARAM_BUFPIOREQ_PFN = 9
 
 restart_modes = [
     "restart",
index 548b0dc63bd276c4cbbc63123a139c61036b1722..36dfdb2ee1889bbd5860830a5eafc41701cdb2e9 100644 (file)
@@ -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