]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Qemu Monitor API entry point.
authorChris Lalancette <clalance@redhat.com>
Tue, 13 Apr 2010 18:02:46 +0000 (14:02 -0400)
committerChris Lalancette <clalance@redhat.com>
Fri, 23 Jul 2010 21:30:14 +0000 (17:30 -0400)
commit21adf03c2decfa59a001fa1027677abe0f666cac
tree3b67d82ba677860f8d7cd65fb397d1a570d61a4d
parentae027de32d122f62de681e46098dd703a5282614
Qemu Monitor API entry point.

Add the library entry point for the new virDomainQemuMonitorCommand()
entry point.  Because this is not part of the "normal" libvirt API,
it gets its own header file, library file, and will eventually
get its own over-the-wire protocol later in the series.

Changes since v1:
 - Go back to using the virDriver table for qemuDomainMonitorCommand, due to
   linking issues
 - Added versioning information to the libvirt-qemu.so

Changes since v2:
 - None

Changes since v3:
 - Add LGPL header to libvirt-qemu.c
 - Make virLibConnError and virLibDomainError macros instead of function calls

Changes since v4:
 - Move exported symbols to libvirt_qemu.syms

Signed-off-by: Chris Lalancette <clalance@redhat.com>
20 files changed:
configure.ac
include/libvirt/Makefile.am
include/libvirt/libvirt-qemu.h [new file with mode: 0644]
src/Makefile.am
src/driver.h
src/esx/esx_driver.c
src/libvirt-qemu.c [new file with mode: 0644]
src/libvirt_private.syms
src/libvirt_qemu.syms [new file with mode: 0644]
src/lxc/lxc_driver.c
src/opennebula/one_driver.c
src/openvz/openvz_driver.c
src/phyp/phyp_driver.c
src/qemu/qemu_driver.c
src/remote/remote_driver.c
src/test/test_driver.c
src/uml/uml_driver.c
src/vbox/vbox_tmpl.c
src/xen/xen_driver.c
src/xenapi/xenapi_driver.c