[libvirt] New upstream repo for libvirt-qmf

2011-07-25 Thread Zane Bitter
As part of the renaming of libvirt-qpid to libvirt-qmf, the libvirt-qmf upstream is now hosted on the Matahari Project's GitHub account here: https://github.com/matahari/libvirt-qmf regards, Zane. -- libvir-list mailing list libvir-list@redhat.com

Re: [libvirt] [Matahari] [libvirt-qpid PATCH 1/3] Convert to QMFv2 APIs

2011-07-13 Thread Zane Bitter
Hi Daniel, Thanks for the very helpful (and prompt!) feedback. Responses inline. cheers, Zane. On 13/07/11 08:49, Andrew Beekhof wrote: On Wed, Jul 13, 2011 at 2:46 AM, Daniel P. Berrangeberra...@redhat.com wrote: On Tue, Jul 12, 2011 at 06:28:46PM +0200, Zane Bitter wrote: diff --git a/src

[libvirt] RFC on libvirt-qpid naming

2011-07-13 Thread Zane Bitter
The name libvirt-qpid is probably not as descriptive of the project as it could be. If we want to change the name then now is our best opportunity to do so, as part of the process to convert it to QMFv2 and make it a matahari agent - potentially breaking backward compatibility with existing

[libvirt] [libvirt-qpid PATCH 2/3] Convert class names to lower case

2011-07-12 Thread Zane Bitter
This schema change is necessary to ensure that classes keep the same names after changing from the QMF to the QMFv2 API. --- src/DomainWrap.cpp |2 +- src/NodeWrap.cpp |2 +- src/PoolWrap.cpp |2 +- src/VolumeWrap.cpp |2 +- src/libvirt-schema.xml |8

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

2011-07-12 Thread Zane Bitter
On 12/07/11 18:48, Daniel P. Berrange wrote: On Tue, Jul 12, 2011 at 06:28:23PM +0200, Zane Bitter wrote: 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