]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: do not set wait:false for client sockets
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 15 Apr 2019 16:51:48 +0000 (18:51 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 16 Apr 2019 10:52:03 +0000 (12:52 +0200)
commitad32d7616577bd28d6dcd3add7bdf810c62a1e71
tree1eecb2326e39bad8dadbb091c752da2c979bb943
parent70d60b811f09b03f2866276b3081e12637bf0498
qemu: do not set wait:false for client sockets

Qemu commit 767abe7 ("chardev: forbid 'wait' option with client
sockets") effectively deprecates usage of "wait" with client sockets
starting with qemu 4.0, and earlier versions ignored the value.

Cc: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_monitor_json.c
tests/qemumonitorjsontest.c