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
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