]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_monitor: Introduce qemuMonitorAttachCharDev
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 12 Mar 2013 18:48:04 +0000 (19:48 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 12 Jul 2013 09:00:01 +0000 (11:00 +0200)
commit4a51447abe82d2698d4a88f742dc576cd0396e66
tree5a123f698d530aa1051a667898ce3c39793d2209
parent41e826d539aaa93a3a9c8150a4ab390da0f81875
qemu_monitor: Introduce qemuMonitorAttachCharDev

The function being introduced is responsible for preparing and
executing 'chardev-add' qemu monitor command. Moreover, in case
of PTY chardev, the corresponding pty path is updated.
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_json.h
tests/qemumonitorjsontest.c