On 9/7/26 12:47, Jedrzej Wasiukiewicz wrote:
Make the vcpus attribute optional on cachetune, memorytune and energytune. Not specifying vcpus in the XML makes the allocation/monitoring group affect the whole domain process, relying on the resctrl inheritance mechanism so that all of the process' threads and children end up in the same group.
Signed-off-by: Jedrzej Wasiukiewicz <jedrzej.wasiukiewicz@intel.com> Reviewed-by: Christopher M. Cantalupo <christopher.m.cantalupo@intel.com> --- docs/formatdomain.rst | 57 ++++++++++++++++++------------- src/conf/schemas/domaincommon.rng | 48 ++++++++++++++++---------- 2 files changed, 63 insertions(+), 42 deletions(-)
This should be merged with the next patch because changes to src/conf should go hand in hand with: a) schema change and b) docs update. The reason is - whenever somebody would backport this, they'd need to backport two commits instead of one. One without the other doesn't make sense. Michal