>>> On 04.01.18 at 14:05, <wei.l...@citrix.com> wrote:
> --- a/xen/include/public/domctl.h
> +++ b/xen/include/public/domctl.h
> @@ -116,6 +116,7 @@ struct xen_domctl_getdomaininfo {
>      uint32_t ssidref;
>      xen_domain_handle_t handle;
>      uint32_t cpupool;
> +    struct xen_arch_domainconfig arch_config;
>  };

Such an addition requires the interface version to be bumped.
As I assume we will want to backport this to 4.10, we should
make sure this (and perhaps others in this series, but none
outside) is the only domctl interface change for this version,
i.e. for any others until 4.11 goes out we'd need to remember
to bump it a second time then.

With that
Reviewed-by: Jan Beulich <jbeul...@suse.com>

Jan


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

Reply via email to