]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuBuildChrChardevStr: Introduce @nowait argument
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 16 Aug 2016 11:06:46 +0000 (13:06 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 14 Oct 2016 02:15:51 +0000 (10:15 +0800)
commit336d4a71feb1cd68df13e1812e86971c61553522
treefb6efb4b3a5c1c73601147aa08abac1d6870c210
parent1dcbef8a0f4bdfb25bf6b8cac08afd1a589c1ccd
qemuBuildChrChardevStr: Introduce @nowait argument

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 <mprivozn@redhat.com>
src/qemu/qemu_command.c