Re: [PATCH v2 12/17] tools/manage: Expose domain capabilities

2025-07-17 Thread Jürgen Groß
On 17.07.25 22:23, Jason Andryuk wrote: On 2025-07-17 02:28, Juergen Gross wrote: On 16.07.25 23:14, Jason Andryuk wrote: Add an additional "caps" argument to the libxenmanage functions to obtain a domains capabilities - control, hardware, and xenstore. Update the xenstored callers at the same

Re: [PATCH v2 12/17] tools/manage: Expose domain capabilities

2025-07-17 Thread Jason Andryuk
On 2025-07-17 02:28, Juergen Gross wrote: On 16.07.25 23:14, Jason Andryuk wrote: Add an additional "caps" argument to the libxenmanage functions to obtain a domains capabilities - control, hardware, and xenstore. Update the xenstored callers at the same time. Luckily the interface was only i

Re: [PATCH v2 12/17] tools/manage: Expose domain capabilities

2025-07-16 Thread Juergen Gross
On 16.07.25 23:14, Jason Andryuk wrote: Add an additional "caps" argument to the libxenmanage functions to obtain a domains capabilities - control, hardware, and xenstore. Update the xenstored callers at the same time. Luckily the interface was only introduced in the current devel cycle, so no

[PATCH v2 12/17] tools/manage: Expose domain capabilities

2025-07-16 Thread Jason Andryuk
Add an additional "caps" argument to the libxenmanage functions to obtain a domains capabilities - control, hardware, and xenstore. Update the xenstored callers at the same time. Signed-off-by: Jason Andryuk --- tools/include/xenmanage.h | 14 -- tools/libs/manage/core.c | 21 +