From: Ross Philipson Date: Mon, 19 Jan 2009 15:43:54 +0000 (-0500) Subject: Added HVM_SMINFO_EXTENSIONS define to allow conditional compiling. X-Git-Url: http://xenbits.xen.org/gitweb?a=commitdiff_plain;h=f0dd47bdc0bc1c80f6cac13f03082beb12de8860;p=xenclient%2Fxen.git Added HVM_SMINFO_EXTENSIONS define to allow conditional compiling. On branch master Changes to be committed: modified: xen/include/public/hvm/hvm_info_table.h --- diff --git a/xen/include/public/hvm/hvm_info_table.h b/xen/include/public/hvm/hvm_info_table.h index ddeca54..d0ee338 100644 --- a/xen/include/public/hvm/hvm_info_table.h +++ b/xen/include/public/hvm/hvm_info_table.h @@ -32,6 +32,7 @@ #define HVM_SMINFO_PADDR ((HVM_INFO_PFN << 12) + HVM_SMINFO_OFFSET) #define HVM_SMINFO_MAX 0x800 +#define HVM_SMINFO_EXTENSIONS 1 struct hvm_info_table { char signature[8]; /* "HVM INFO" */