From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Guthro Subject: [PATCH][linux-2.6.18-xen..hg] Sync hvm/params.h Date: Mon, 21 Apr 2008 14:00:05 -0400 Message-ID: <480CD625.6050104@virtualiron.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------020602030902050807080906" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------020602030902050807080906 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit This patch syncs up the hvm/params.h public header with what was introduced by xen-unstable changesets 17444, and 17404 Signed-off-by: Ben Guthro --------------020602030902050807080906 Content-Type: text/x-patch; name="linux-sync-hvm-params.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="linux-sync-hvm-params.patch" diff -r 7f8b544237bf include/xen/interface/hvm/params.h --- a/include/xen/interface/hvm/params.h +++ b/include/xen/interface/hvm/params.h @@ -84,6 +84,12 @@ /* Boolean: Enable virtual HPET (high-precision event timer)? (x86-only) */ #define HVM_PARAM_HPET_ENABLED 11 -#define HVM_NR_PARAMS 12 +/* Identity-map page directory used by Intel EPT when CR0.PG=0. */ +#define HVM_PARAM_IDENT_PT 12 + +/* Device Model domain, defaults to 0. */ +#define HVM_PARAM_DM_DOMAIN 13 + +#define HVM_NR_PARAMS 14 #endif /* __XEN_PUBLIC_HVM_PARAMS_H__ */ --------------020602030902050807080906 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------020602030902050807080906--