Re: [libvirt] [PATCH v2 12/14] qemuBuildVhostuserCommandLine: Unify -netdev creation

2016-10-13 Thread John Ferlan
On 10/06/2016 09:38 AM, Michal Privoznik wrote: > Currently, what we do for vhost-user network is generate the > following part of command line: > > -netdev type=vhost-user,id=hostnet0,chardev=charnet0 > > There's no need for 'type=' it is the default. Drop it. > > Signed-off-by: Michal Privoz

[libvirt] [PATCH v2 12/14] qemuBuildVhostuserCommandLine: Unify -netdev creation

2016-10-06 Thread Michal Privoznik
Currently, what we do for vhost-user network is generate the following part of command line: -netdev type=vhost-user,id=hostnet0,chardev=charnet0 There's no need for 'type=' it is the default. Drop it. Signed-off-by: Michal Privoznik --- src/qemu/qemu_command.c