]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: handle missing bind host/service on chardev hotplug
authorJán Tomko <jtomko@redhat.com>
Fri, 19 May 2017 10:56:48 +0000 (12:56 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 11 Jul 2017 13:18:31 +0000 (15:18 +0200)
commit2277edb964731b7b2f80c371148f01848a03eacf
tree12ebe4c009254fe94e3f803c939961c02ebe8734
parent65bb16d9e8791ab7586e7b6d0ec3dc34e4fe1d14
qemu: handle missing bind host/service on chardev hotplug

On domain startup, bind host or bind service can be omitted
and we will format a working command line.

Extend this to hotplug as well and specify the service to QEMU
even if the host is missing.

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