On Tue, Nov 22, 2011 at 01:14:41PM +0000, 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/libvirt-gconfig-interface.c | 2 +-
> libvirt-gconfig/libvirt-gconfig-interface.h | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
Hmm, I don't believe this is correct. GVirConfigInterface is a top level
XML document used for the GVirInterface object in libvirt.
NB, not to be confused with the GVirConfigDomainInterface which is a device
element within the GVirConfigDomain XML document.
Ah good catch, I indeed got confused.. Renamed to
GVirConfigDomainInterface
Christophe