[libvirt] [PATCH 2/2] Display nicer error message for unsupported chardev hotplug

2014-11-10 Thread Ján Tomko
Use the device type name if we know it instead of its number, even if we can't hotplug it: qemuMonitorJSONAttachCharDevCommand:6094 : operation failed: Unsupported char device type '10' --- src/qemu/qemu_monitor_json.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git

Re: [libvirt] [PATCH 2/2] Display nicer error message for unsupported chardev hotplug

2014-11-10 Thread Pavel Hrdina
On 11/10/2014 04:57 PM, Ján Tomko wrote: Use the device type name if we know it instead of its number, even if we can't hotplug it: qemuMonitorJSONAttachCharDevCommand:6094 : operation failed: Unsupported char device type '10' --- src/qemu/qemu_monitor_json.c | 12 +--- 1 file