Re: [libvirt] [libvirt-gconfig PATCHv2 25/32] GVirConfigInterface derives from GVirConfigDevice

2011-11-23 Thread Christophe Fergeau
On Tue, Nov 22, 2011 at 01:14:41PM +, Daniel P. Berrange wrote: > On Mon, Nov 21, 2011 at 07:04:22PM +0100, Christophe Fergeau wrote: > > This base class is mainly useful as a generic type when we manipulate > > list of devices regardless of their actual type. > > --- > > libvirt-gconfig/libvi

Re: [libvirt] [libvirt-gconfig PATCHv2 25/32] GVirConfigInterface derives from GVirConfigDevice

2011-11-22 Thread Daniel P. Berrange
On Mon, Nov 21, 2011 at 07:04:22PM +0100, Christophe Fergeau wrote: > This base class is mainly useful as a generic type when we manipulate > list of devices regardless of their actual type. > --- > libvirt-gconfig/libvirt-gconfig-interface.c |2 +- > libvirt-gconfig/libvirt-gconfig-interface.

[libvirt] [libvirt-gconfig PATCHv2 25/32] GVirConfigInterface derives from GVirConfigDevice

2011-11-21 Thread Christophe Fergeau
This base class is mainly useful as a generic type when we manipulate list of devices regardless of their actual type. --- libvirt-gconfig/libvirt-gconfig-interface.c |2 +- libvirt-gconfig/libvirt-gconfig-interface.h |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/