Re: [libvirt] [PATCH 3/4] qemuBuildHostNetStr: move stray VIR_DOMAIN_NET_TYPE_INTERNAL

2016-10-21 Thread Pavel Hrdina
On Fri, Oct 14, 2016 at 04:32:17PM +0200, Ján Tomko wrote: > This network type is only used by the vbox driver and it does not > make sense to group it with VIR_DOMAIN_NET_TYPE_USER. > > Introduced by commit 1dcbef8. > --- > src/qemu/qemu_command.c | 3 ++- > 1 file changed, 2 insertions(+), 1

[libvirt] [PATCH 3/4] qemuBuildHostNetStr: move stray VIR_DOMAIN_NET_TYPE_INTERNAL

2016-10-14 Thread Ján Tomko
This network type is only used by the vbox driver and it does not make sense to group it with VIR_DOMAIN_NET_TYPE_USER. Introduced by commit 1dcbef8. --- src/qemu/qemu_command.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/qemu/qemu_command.c