]> xenbits.xensource.com Git - people/liuw/xen.git/commitdiff
bump XEN_DOMCTL_INTERFACE_VERSION
authorOlaf Hering <olaf@aepfle.de>
Tue, 20 Nov 2018 14:15:32 +0000 (15:15 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 20 Nov 2018 14:15:32 +0000 (15:15 +0100)
Without this change valgrind can not decide what variant of
xen_domctl_createdomain is provided as input.

Fixes commit 4a83497635 ("xen/domctl: Merge set_max_evtchn into createdomain")
Fixes commit a903bf5233 ("tools: Pass grant table limits to XEN_DOMCTL_set_gnttab_limits")
Fixes commit ae8b8bc599 ("xen/domctl: Remove XEN_DOMCTL_set_gnttab_limits")
Fixes commit 4737fa52ce ("tools: Pass max_vcpus to XEN_DOMCTL_createdomain")

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/include/public/domctl.h

index 4a46c28eed59abf9cf365ea3f02b77622db5d599..3bbbbc9951a01e5abaec51e7724771f9077c571a 100644 (file)
@@ -38,7 +38,7 @@
 #include "hvm/save.h"
 #include "memory.h"
 
-#define XEN_DOMCTL_INTERFACE_VERSION 0x00000010
+#define XEN_DOMCTL_INTERFACE_VERSION 0x00000011
 
 /*
  * NB. xen_domctl.domain is an IN/OUT parameter for this operation.