All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] domctl: revert double increment of domctl version
@ 2018-02-21 17:34 Olaf Hering
  2018-02-21 17:38 ` Wei Liu
  0 siblings, 1 reply; 5+ messages in thread
From: Olaf Hering @ 2018-02-21 17:34 UTC (permalink / raw)
  To: Andrew Cooper, George Dunlap, Ian Jackson, Jan Beulich,
	Konrad Rzeszutek Wilk, Stefano Stabellini, Tim Deegan, Wei Liu,
	xen-devel
  Cc: Olaf Hering

Xen 4.10 has XEN_DOMCTL_INTERFACE_VERSION 0xe, staging should be fine
with 0xf until the next release is prepared.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
 xen/include/public/domctl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xen/include/public/domctl.h b/xen/include/public/domctl.h
index ec7a860afc..501c44230b 100644
--- a/xen/include/public/domctl.h
+++ b/xen/include/public/domctl.h
@@ -38,7 +38,7 @@
 #include "hvm/save.h"
 #include "memory.h"
 
-#define XEN_DOMCTL_INTERFACE_VERSION 0x00000010
+#define XEN_DOMCTL_INTERFACE_VERSION 0x0000000f
 
 /*
  * NB. xen_domctl.domain is an IN/OUT parameter for this operation.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-02-21 18:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-21 17:34 [PATCH] domctl: revert double increment of domctl version Olaf Hering
2018-02-21 17:38 ` Wei Liu
2018-02-21 17:46   ` Olaf Hering
2018-02-21 17:53   ` Andrew Cooper
2018-02-21 18:14     ` Olaf Hering

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.