Re: [libvirt] [PATCH 04/11] qemu: monitor: Rename and improve qemuMonitorGetPtyPaths

2014-11-20 Thread Jiri Denemark
On Wed, Nov 19, 2014 at 11:23:17 +0100, Peter Krempa wrote: To unify future additions that require information from query-chardev rename qemuMonitorGetPtyPaths and friends to qemuMonitorGetChardevInfo and move the allocation of the returned hash into the top level function. ---

[libvirt] [PATCH 04/11] qemu: monitor: Rename and improve qemuMonitorGetPtyPaths

2014-11-19 Thread Peter Krempa
To unify future additions that require information from query-chardev rename qemuMonitorGetPtyPaths and friends to qemuMonitorGetChardevInfo and move the allocation of the returned hash into the top level function. --- src/qemu/qemu_monitor.c | 31 +++