Re: [libvirt] [libvirt PATCH v2 09/44] Remove qemuDomainSupportsNetdev

2018-04-15 Thread Andrea Bolognani
On Mon, 2018-04-09 at 17:20 +0200, Ján Tomko wrote: > Now that we assume QEMU_CAPS_NETDEV, the only thing left to check > is whether we need to use the legacy -net syntax because of > a non-conforming armchitecture. I see you're having "pun" writing these commit messages ;) [...] > diff --git

Re: [libvirt] [libvirt PATCH v2 09/44] Remove qemuDomainSupportsNetdev

2018-04-12 Thread Ján Tomko
On Wed, Apr 11, 2018 at 07:20:46PM +0200, Andrea Bolognani wrote: On Mon, 2018-04-09 at 17:20 +0200, Ján Tomko wrote: Now that we assume QEMU_CAPS_NETDEV, the only thing left to check is whether we need to use the legacy -net syntax because of a non-conforming armchitecture. I see you're

[libvirt] [libvirt PATCH v2 09/44] Remove qemuDomainSupportsNetdev

2018-04-09 Thread Ján Tomko
Now that we assume QEMU_CAPS_NETDEV, the only thing left to check is whether we need to use the legacy -net syntax because of a non-conforming armchitecture. Signed-off-by: Ján Tomko --- src/qemu/qemu_command.c | 20 +--- src/qemu/qemu_domain.c| 10