]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_domain: Set 'passt' net backend if 'default' is unsupported
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 28 Jun 2024 07:56:46 +0000 (09:56 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 1 Jul 2024 10:40:06 +0000 (12:40 +0200)
commit8f34fd0c4cb3549e5d834234a20425c380bb2511
tree45f1b2002c023ba797300bbb05e6142d2a53c297
parentbd6060d1c36373b17e6c1f0148eb6ce3cc5db86a
qemu_domain: Set 'passt' net backend if 'default' is unsupported

It may happen that QEMU is compiled without SLIRP but with
support for passt. In such case it is acceptable to alter user
provided configuration and switch backend to passt as it offers
all the features as SLIRP.

Resolves: https://issues.redhat.com/browse/RHEL-45518
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_domain.c