Re: [Qemu-devel] [PATCH v7 12/13] Add the vhost-user netdev backend to command line

2014-02-10 Thread Eric Blake
On 01/31/2014 10:34 AM, Antonios Motakis wrote: > The supplied chardev id will be inspected for supported options. Only > a socket backend, with a set path (i.e. a unix socket) and optionally > the server parameter set, will be allowed. Other options (nowait, telnet) > will make the chardev unusabl

Re: [Qemu-devel] [PATCH v7 12/13] Add the vhost-user netdev backend to command line

2014-02-10 Thread Michael S. Tsirkin
On Fri, Jan 31, 2014 at 06:34:41PM +0100, Antonios Motakis wrote: > The supplied chardev id will be inspected for supported options. Only > a socket backend, with a set path (i.e. a unix socket) and optionally > the server parameter set, will be allowed. Other options (nowait, telnet) > will make t

[Qemu-devel] [PATCH v7 12/13] Add the vhost-user netdev backend to command line

2014-01-31 Thread Antonios Motakis
The supplied chardev id will be inspected for supported options. Only a socket backend, with a set path (i.e. a unix socket) and optionally the server parameter set, will be allowed. Other options (nowait, telnet) will make the chardev unusable and the netdev will not be initialised. Signed-off-by