]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Add VIR_DOMAIN_DEF_FEATURE_NET_MODEL_STRING
authorCole Robinson <crobinso@redhat.com>
Fri, 18 Jan 2019 20:57:32 +0000 (15:57 -0500)
committerCole Robinson <crobinso@redhat.com>
Tue, 16 Apr 2019 17:11:08 +0000 (13:11 -0400)
commit84a5e89b31919e73a12db7162595db6325c38fe5
tree2369dd4da229373f1b0593d2f4ecd3b34323d75b
parent17a1bd7eb93898f314a8d541296e931e08f90673
conf: Add VIR_DOMAIN_DEF_FEATURE_NET_MODEL_STRING

This requires drivers to opt in to handle the raw modelstr
network model, all others will error if a passed in XML value
is not in the model enum.

Enable this feature for libxl/xen/xm and qemu drivers

Acked-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libxl/libxl_domain.c
src/qemu/qemu_domain.c
src/security/virt-aa-helper.c