]> xenbits.xensource.com Git - libvirt.git/commit
qemu: monitor: Rename and improve qemuMonitorGetPtyPaths
authorPeter Krempa <pkrempa@redhat.com>
Thu, 13 Nov 2014 15:17:21 +0000 (16:17 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 21 Nov 2014 10:00:10 +0000 (11:00 +0100)
commite9a4506963fb70d2b8cbf31a2fe77ec68bacd397
tree6cb630d833ad0be12cedb7a5e199536dd37b83aa
parentc5942a9faad4e76588bd1fa05133b208b981c277
qemu: monitor: Rename and improve qemuMonitorGetPtyPaths

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
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_json.h
src/qemu/qemu_monitor_text.c
src/qemu/qemu_monitor_text.h
src/qemu/qemu_process.c
tests/qemumonitorjsontest.c