[libvirt] [libvirt-qpid PATCH 0/3] Conversion of libvirt-qpid to matahari

Zane Bitter zbitter at redhat.com
Tue Jul 12 16:28:23 UTC 2011


The following series converts libvirt-qpid into a matahari agent using the
QMFv2 APIs.

Since the patches are rather large, I have also pushed them to GitHub for
easier reviewing:
https://github.com/zaneb/libvirt-qpid/commits/review

Any and all comments are welcome.

thanks,
Zane.

---

Zane Bitter (3):
      Convert to QMFv2 APIs
      Convert class names to lower case
      Make libvirt-qpid a matahari agent


 AUTHORS                |    4 
 configure.ac           |    1 
 libvirt-qpid.spec      |    6 
 src/DomainWrap.cpp     |  444 ++++++++++++++++++---------------
 src/DomainWrap.h       |   49 +---
 src/Error.h            |    8 +
 src/Exception.cpp      |   38 +++
 src/Exception.h        |   30 ++
 src/LibvirtAgent.cpp   |   97 +++++++
 src/LibvirtAgent.h     |   36 +++
 src/Makefile.am        |   34 +--
 src/ManagedObject.h    |   78 ++++++
 src/NodeWrap.cpp       |  643 ++++++++++++++++++++----------------------------
 src/NodeWrap.h         |   64 ++---
 src/PoolWrap.cpp       |  365 +++++++++++++++------------
 src/PoolWrap.h         |   60 ++--
 src/VolumeWrap.cpp     |  153 ++++++-----
 src/VolumeWrap.h       |   58 +---
 src/libvirt-schema.xml |    8 -
 19 files changed, 1198 insertions(+), 978 deletions(-)
 create mode 100644 src/Exception.cpp
 create mode 100644 src/Exception.h
 create mode 100644 src/LibvirtAgent.cpp
 create mode 100644 src/LibvirtAgent.h
 create mode 100644 src/ManagedObject.h




More information about the libvir-list mailing list