]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Setup infrastructure for HMP passthrough
authorJiri Denemark <jdenemar@redhat.com>
Wed, 9 Mar 2011 20:24:04 +0000 (21:24 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 10 Mar 2011 13:36:04 +0000 (14:36 +0100)
commit266265a560cff390aff289a94a8f5010d6dab0ea
treee30cea9a11f7509eeb529e38647b96c31f7a147e
parent3b8bf4a3a9af929371594a38f2942ebc9fef915a
qemu: Setup infrastructure for HMP passthrough

JSON monitor command implementation can now just directly call text
monitor implementation and it will be automatically encapsulated into
QMP's human-monitor-command.
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