]> xenbits.xensource.com Git - libvirt.git/commit
qemu: monitor: Properly configure backend for UDP chardevs
authorPeter Krempa <pkrempa@redhat.com>
Tue, 27 Sep 2016 14:01:55 +0000 (16:01 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 6 Oct 2016 07:13:39 +0000 (09:13 +0200)
commit9bc4179dd4ac19c93f6efd73e1f50fc6dad7cbc2
tree4a261b982740e6a87e0de168ace2acfaef924bd0
parent386fe237b2aa9a9284be948b390978384da3e6e0
qemu: monitor: Properly configure backend for UDP chardevs

Since introduction of chardev hotplug the code was wrong for the UDP
case and basically created a TCP socket instead. Use proper objects and
type for UDP.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1377602
src/qemu/qemu_monitor_json.c
tests/qemumonitorjsontest.c