From: Jan Beulich Date: Thu, 11 May 2023 11:13:55 +0000 (+0200) Subject: domctl: bump interface version X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=bdb1184d4f6bf4e0121fda34a6c1cb51fe270e7d;p=people%2Froyger%2Fxen.git domctl: bump interface version 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 Acked-by: Andrew Cooper --- diff --git a/xen/include/public/domctl.h b/xen/include/public/domctl.h index 529801c89b..e2e22cb534 100644 --- a/xen/include/public/domctl.h +++ b/xen/include/public/domctl.h @@ -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.