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
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
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