All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen: Bump __XEN_LATEST_INTERFACE_VERSION__ to 0x00040700
@ 2015-09-30 15:16 Razvan Cojocaru
  2015-09-30 15:23 ` Jan Beulich
  2015-09-30 15:25 ` Julien Grall
  0 siblings, 2 replies; 9+ messages in thread
From: Razvan Cojocaru @ 2015-09-30 15:16 UTC (permalink / raw)
  To: xen-devel; +Cc: keir, ian.campbell, Razvan Cojocaru, tim, ian.jackson, jbeulich

VM_EVENT_FLAG_SET_REGISTERS and xc_monitor_emulate_each_rep() are
not available in Xen 4.6, hence the bump.

Signed-off-by: Razvan Cojocaru <rcojocaru@bitdefender.com>
---
 xen/include/public/xen-compat.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xen/include/public/xen-compat.h b/xen/include/public/xen-compat.h
index 1e62dc1..590de76 100644
--- a/xen/include/public/xen-compat.h
+++ b/xen/include/public/xen-compat.h
@@ -27,7 +27,7 @@
 #ifndef __XEN_PUBLIC_XEN_COMPAT_H__
 #define __XEN_PUBLIC_XEN_COMPAT_H__
 
-#define __XEN_LATEST_INTERFACE_VERSION__ 0x00040600
+#define __XEN_LATEST_INTERFACE_VERSION__ 0x00040700
 
 #if defined(__XEN__) || defined(__XEN_TOOLS__)
 /* Xen is built with matching headers and implements the latest interface. */
-- 
1.7.9.5

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

end of thread, other threads:[~2015-09-30 15:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-30 15:16 [PATCH] xen: Bump __XEN_LATEST_INTERFACE_VERSION__ to 0x00040700 Razvan Cojocaru
2015-09-30 15:23 ` Jan Beulich
2015-09-30 15:27   ` Razvan Cojocaru
2015-09-30 15:39     ` Jan Beulich
2015-09-30 15:46       ` Razvan Cojocaru
2015-09-30 15:25 ` Julien Grall
2015-09-30 15:28   ` Razvan Cojocaru
2015-09-30 15:34     ` Jan Beulich
2015-09-30 15:38       ` Razvan Cojocaru

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.