[libvirt] [libvirt-designer 2/2] Add gvir_designer_get_osinfo_db

2013-03-19 Thread Christophe Fergeau
virtxml was doing its own loading of the libosinfo database, and gvir_designer_init() was loading it a second time. By adding a gvir_designer_get_osinfo_db() method, virtxml can use the same libosinfo database as the rest of libvirt-designer. --- examples/virtxml.c | 51

Re: [libvirt] [libvirt-designer 2/2] Add gvir_designer_get_osinfo_db

2013-03-19 Thread Daniel P. Berrange
On Tue, Mar 19, 2013 at 10:46:36AM +0100, Christophe Fergeau wrote: virtxml was doing its own loading of the libosinfo database, and gvir_designer_init() was loading it a second time. By adding a gvir_designer_get_osinfo_db() method, virtxml can use the same libosinfo database as the rest of