]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Pull QEMU monitor interaction out to separate file
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 22 Sep 2009 17:48:40 +0000 (18:48 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 29 Sep 2009 10:47:05 +0000 (11:47 +0100)
commita541c7623894fcfe772e071ff23d0d0662c7a9d0
tree81cc2b7cf073c393d3bc489a705cd912518745c8
parentc93370c4ad4d9be30457795cf829c204211baf64
Pull QEMU monitor interaction out to separate file

Pull out all the QEMU monitor interaction code to a separate
file. This will make life easier when we need to drop in a
new implementation for the forthcoming QMP machine friendly
monitor support.

Next step is to add formal APIs for each monitor command,
and remove direct commands for sending/receiving generic
data.

* src/Makefile.am: Add qemu_monitor.c to build
* src/qemu/qemu_driver.c: Remove code for monitor interaction
* src/qemu/qemu_monitor_text.c, src/qemu/qemu_monitor_text.h: New
  file for monitor interaction
* po/POTFILES.in: Add src/qemu/qemu_monitor_text.c
po/POTFILES.in
src/Makefile.am
src/qemu/qemu_driver.c
src/qemu/qemu_monitor_text.c [new file with mode: 0644]
src/qemu/qemu_monitor_text.h [new file with mode: 0644]