]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf,qemu: implement RISC-V 'aia' virt domain feature
authorDaniel Henrique Barboza <dbarboza@ventanamicro.com>
Wed, 23 Oct 2024 20:40:58 +0000 (17:40 -0300)
committerDaniel Henrique Barboza <dbarboza@ventanamicro.com>
Fri, 24 Jan 2025 10:30:47 +0000 (07:30 -0300)
commit817eabd0ccc10f83d8d7af739e2c38fb9e668fc0
treeaab6dc53ff9690936c0bf71a05e8d18c75af3188
parent34d7f53d1b7b17c3849359e7af3bd6005e84fef2
conf,qemu: implement RISC-V 'aia' virt domain feature

This feature is implemented as a string that can range from "none",
"aplic" and "aplic-imsic".

If the feature isn't present in the domain XML the hypervisor default
will be used. For QEMU, at least up to 9.2, the default is "none".

Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
docs/formatdomain.rst
src/conf/domain_conf.c
src/conf/domain_conf.h
src/conf/schemas/domaincommon.rng
src/libvirt_private.syms
src/qemu/qemu_validate.c