On 5/16/23 10:33, Peter Krempa wrote: > Peter Krempa (2): > virDomainNumaDefNodeCacheParseXML: Refactor parsing of cache XML > conf: numa: Allow formatting 'none' values for 'associativity' and > 'policy' of cache > > src/conf/numa_conf.c | 73 +++++-------------- > .../numatune-hmat-none.x86_64-latest.args | 49 +++++++++++++ > tests/qemuxml2argvdata/numatune-hmat-none.xml | 54 ++++++++++++++ > tests/qemuxml2argvtest.c | 1 + > .../numatune-hmat-none.x86_64-latest.xml | 55 ++++++++++++++ > tests/qemuxml2xmltest.c | 1 + > 6 files changed, 178 insertions(+), 55 deletions(-) > create mode 100644 tests/qemuxml2argvdata/numatune-hmat-none.x86_64-latest.args > create mode 100644 tests/qemuxml2argvdata/numatune-hmat-none.xml > create mode 100644 tests/qemuxml2xmloutdata/numatune-hmat-none.x86_64-latest.xml > Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Michal