Re: [libvirt] [PATCH v2 20/23] qemu-command: use -net socket, fd= with slirp-helper

2019-09-06 Thread Michal Privoznik
On 8/8/19 4:55 PM, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau If a slirp-helper is associated with a network interface (after probing & preparing succesfully), pass the socket fd to QEMU and use "-net socket,fd=". Signed-off-by: Marc-André Lureau --- src/qemu/qemu_command.c

[libvirt] [PATCH v2 20/23] qemu-command: use -net socket, fd= with slirp-helper

2019-08-08 Thread marcandre . lureau
From: Marc-André Lureau If a slirp-helper is associated with a network interface (after probing & preparing succesfully), pass the socket fd to QEMU and use "-net socket,fd=". Signed-off-by: Marc-André Lureau --- src/qemu/qemu_command.c | 35 +--