]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: remove <backend upstream='xxx'/> attribute
authorLaine Stump <laine@redhat.com>
Fri, 13 Jan 2023 04:42:16 +0000 (23:42 -0500)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 13 Jan 2023 09:02:05 +0000 (10:02 +0100)
commit3592b81c4c717f01f34362e0b578989f9f93676f
tree9068e61d13504afc7e57335ad045186e28e18d24
parent8ff8fe3f8a7bb67a150c7f4801c2df5ef743aa8f
conf: remove <backend upstream='xxx'/> attribute

This attribute was added to support setting the --interface option for
passt, but in a post-push/pre-9.0-release review, danpb pointed out
that it would be better to use the existing <source dev='xxx'/>
attribute to set --interface rather than creating a new attribute (in
the wrong place). So we remove backend/upstream, and change the passt
commandline creation to grab the name for --interface from source/dev.

Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
docs/formatdomain.rst
src/conf/domain_conf.c
src/conf/domain_conf.h
src/conf/schemas/domaincommon.rng
src/qemu/qemu_passt.c
tests/qemuxml2argvdata/net-user-passt.xml