On Fri, Jun 28, 2024 at 15:12:37 +0200, Michal Privoznik wrote: > 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@xxxxxxxxxx> > --- > src/qemu/qemu_domain.c | 19 ++++++++++++++++--- > 1 file changed, 16 insertions(+), 3 deletions(-) Reviewed-by: Peter Krempa <pkrempa@xxxxxxxxxx>