[PATCH] xen/public: add missing Xenstore commands to xs_wire.h

2025-03-11 Thread Juergen Gross
The GET_FEATURE, SET_FEATURE, GET_QUOTA and SET_QUOTA Xenstore commands are defined in docs/misc/xenstore.txt, but they are missing in xs_wire.h. Add the missing commands to xs_wire.h Signed-off-by: Juergen Gross --- xen/include/public/io/xs_wire.h | 4 1 file changed, 4 insertions(+) dif

Re: [PATCH] xen/public: add missing Xenstore commands to xs_wire.h

2025-03-07 Thread Jürgen Groß
On 06.03.25 11:27, Jan Beulich wrote: On 06.03.2025 09:21, Juergen Gross wrote: The GET_FEATURE, SET_FEATURE, GET_QUOTA and SET_QUOTA Xenstore commands are defined in docs/misc/xenstore.txt, but they are missing in xs_wire.h. Add the missing commands to xs_wire.h Signed-off-by: Juergen Gross

Re: [PATCH] xen/public: add missing Xenstore commands to xs_wire.h

2025-03-06 Thread Jan Beulich
On 06.03.2025 09:21, Juergen Gross wrote: > The GET_FEATURE, SET_FEATURE, GET_QUOTA and SET_QUOTA Xenstore commands > are defined in docs/misc/xenstore.txt, but they are missing in > xs_wire.h. > > Add the missing commands to xs_wire.h > > Signed-off-by: Juergen Gross > --- > xen/include/public