From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: [PATCH][TRIVIAL] Bump dom0_op interface version for sHype changes Date: Thu, 23 Jun 2005 20:36:05 -0500 Message-ID: <42BB6385.4090008@us.ibm.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------020007060704030403050703" 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. --------------020007060704030403050703 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit sHype has changed the ABI for the createdomain dom0_op. The dom0_op interface version wasn't increased so old version of tools are not failing properly. Signed-off-by: Anthony Liguori Regards, Anthony Liguori --------------020007060704030403050703 Content-Type: text/x-patch; name="dom0_op_version.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="dom0_op_version.diff" --- xen/include/public/dom0_ops.h~ 2005-06-23 20:30:56.618743584 -0500 +++ xen/include/public/dom0_ops.h 2005-06-23 20:33:18.377193024 -0500 @@ -19,7 +19,7 @@ * This makes sure that old versions of dom0 tools will stop working in a * well-defined way (rather than crashing the machine, for instance). */ -#define DOM0_INTERFACE_VERSION 0xAAAA1006 +#define DOM0_INTERFACE_VERSION 0xAAAA1007 /************************************************************************/ --------------020007060704030403050703 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 --------------020007060704030403050703--