On 12/20/24 12:34, Martin Kletzander wrote: > That's about it... > > Martin Kletzander (2): > conf, docs: Add support for direct and extended tlbflush features > qemu: Add support for direct and extended tlbflush features > > docs/formatdomain.rst | 13 ++++++---- > src/conf/domain_conf.c | 26 ++++++++++++++++++- > src/conf/domain_conf.h | 2 ++ > src/conf/schemas/domaincommon.rng | 21 ++++++++++++++- > src/cpu/cpu_x86.c | 7 +++++ > src/cpu/cpu_x86_data.h | 2 ++ > src/qemu/qemu_command.c | 6 +++++ > src/qemu/qemu_process.c | 24 +++++++++++++++++ > .../qemuxmlconfdata/hyperv.x86_64-latest.args | 2 +- > tests/qemuxmlconfdata/hyperv.xml | 5 +++- > 10 files changed, 99 insertions(+), 9 deletions(-) > Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Michal