Re: [PATCH] xen/public: add comments regarding interface version bumps

2024-10-14 Thread Jan Beulich
On 14.10.2024 13:01, Jürgen Groß wrote: > On 14.10.24 12:48, Julien Grall wrote: >> On 14/10/2024 11:33, Juergen Gross wrote: >>> domctl.h and sysctl.h have an interface version, which needs to be >>> bumped in case of incompatible modifications of the interface. >> >> What about vm_event.h? > > I

Re: [PATCH] xen/public: add comments regarding interface version bumps

2024-10-14 Thread Jürgen Groß
On 14.10.24 12:48, Julien Grall wrote: Hi Juergen, On 14/10/2024 11:33, Juergen Gross wrote: domctl.h and sysctl.h have an interface version, which needs to be bumped in case of incompatible modifications of the interface. What about vm_event.h? Indeed. There seem to be others missing, too

Re: [PATCH] xen/public: add comments regarding interface version bumps

2024-10-14 Thread Julien Grall
Hi Juergen, On 14/10/2024 11:33, Juergen Gross wrote: domctl.h and sysctl.h have an interface version, which needs to be bumped in case of incompatible modifications of the interface. What about vm_event.h? In order to avoid misunderstandings, add a comment to both headers specifying in whi

Re: [PATCH] xen/public: add comments regarding interface version bumps

2024-10-14 Thread Jan Beulich
On 14.10.2024 12:33, Juergen Gross wrote: > domctl.h and sysctl.h have an interface version, which needs to be > bumped in case of incompatible modifications of the interface. > > In order to avoid misunderstandings, add a comment to both headers > specifying in which cases a bump is needed. > >

[PATCH] xen/public: add comments regarding interface version bumps

2024-10-14 Thread Juergen Gross
domctl.h and sysctl.h have an interface version, which needs to be bumped in case of incompatible modifications of the interface. In order to avoid misunderstandings, add a comment to both headers specifying in which cases a bump is needed. Signed-off-by: Juergen Gross --- xen/include/public/do