Re: [libvirt] [PATCH 2/2] qemu: fix hotplug of udp device with no connect host

2017-09-26 Thread John Ferlan
On 09/26/2017 07:58 AM, Ján Tomko wrote: > Use an empty string to let qemu fill out the default. Matches what's done in qemuBuildChrChardevStr > > https://bugzilla.redhat.com/show_bug.cgi?id=1454671 > --- > src/qemu/qemu_monitor_json.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-

[libvirt] [PATCH 2/2] qemu: fix hotplug of udp device with no connect host

2017-09-26 Thread Ján Tomko
Use an empty string to let qemu fill out the default. https://bugzilla.redhat.com/show_bug.cgi?id=1454671 --- src/qemu/qemu_monitor_json.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/qemu/qemu_monitor_json.c b/src/qemu/qemu_monitor_json.c index 63b855920..c63d250d3