Re: [libvirt] [PATCH 3/9] qemuBuildChrChardevStr: Introduce @nowait argument

2016-09-23 Thread Michal Privoznik
On 23.09.2016 00:50, John Ferlan wrote: > > > On 08/16/2016 11:41 AM, Michal Privoznik wrote: >> This alone makes not much sense. But the aim is to reuse this >> function in qemuBuildVhostuserCommandLine() where 'nowait' is not >> supported for vhost-user devices. >> >> Signed-off-by: Michal

Re: [libvirt] [PATCH 3/9] qemuBuildChrChardevStr: Introduce @nowait argument

2016-09-22 Thread John Ferlan
On 08/16/2016 11:41 AM, Michal Privoznik wrote: > This alone makes not much sense. But the aim is to reuse this > function in qemuBuildVhostuserCommandLine() where 'nowait' is not > supported for vhost-user devices. > > Signed-off-by: Michal Privoznik > --- >

[libvirt] [PATCH 3/9] qemuBuildChrChardevStr: Introduce @nowait argument

2016-08-16 Thread Michal Privoznik
This alone makes not much sense. But the aim is to reuse this function in qemuBuildVhostuserCommandLine() where 'nowait' is not supported for vhost-user devices. Signed-off-by: Michal Privoznik --- src/qemu/qemu_command.c | 34 ++ 1 file