On Sat, Aug 01, 2026 at 12:04:19 -0500, Jaehoon Kim wrote: > Add support for the iothread poll-weight XML attribute. > > Store the value in the internal iothread definition, parse it from > the <poll/> element, and format it back into domain XML. Also extend > the schema to accept the new attribute and enforce the accepted > range of [0, 63] in the domain validator. > > Signed-off-by: Jaehoon Kim <[email protected]> > --- > src/conf/domain_conf.c | 14 +++++++++++++- > src/conf/domain_conf.h | 2 ++ > src/conf/domain_validate.c | 7 +++++++ > src/conf/schemas/domaincommon.rng | 5 +++++ > tests/genericxml2xmlindata/iothreadids.xml | 2 +- > 5 files changed, 28 insertions(+), 2 deletions(-)
Reviewed-by: Peter Krempa <[email protected]>
