]> xenbits.xensource.com Git - xen.git/commitdiff
domctl: bump interface version
authorJan Beulich <jbeulich@suse.com>
Thu, 11 May 2023 11:13:55 +0000 (13:13 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 11 May 2023 11:13:55 +0000 (13:13 +0200)
The change to XEN_DOMCTL_getdomaininfo was a binary incompatible one,
and the interface version wasn't bumped yet during the 4.18 release
cycle.

Fixes: 31c655497461 ("domctl: Modify XEN_DOMCTL_getdomaininfo to fail if domid is not found")
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/include/public/domctl.h

index 529801c89ba3edb8ea00ced230b493826257d931..e2e22cb534d64475e5b73a56baabd93c7f126067 100644 (file)
@@ -21,7 +21,7 @@
 #include "hvm/save.h"
 #include "memory.h"
 
-#define XEN_DOMCTL_INTERFACE_VERSION 0x00000015
+#define XEN_DOMCTL_INTERFACE_VERSION 0x00000016
 
 /*
  * NB. xen_domctl.domain is an IN/OUT parameter for this operation.