* [PATCH][TRIVIAL] Bump dom0_op interface version for sHype changes
@ 2005-06-24 1:36 Anthony Liguori
0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2005-06-24 1:36 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 237 bytes --]
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 <aliguori@us.ibm.com>
Regards,
Anthony Liguori
[-- Attachment #2: dom0_op_version.diff --]
[-- Type: text/x-patch, Size: 480 bytes --]
--- 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
/************************************************************************/
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-06-24 1:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-24 1:36 [PATCH][TRIVIAL] Bump dom0_op interface version for sHype changes Anthony Liguori
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.