[libvirt] [libvirt-designer] Add GvirDesignerDomain::osinfo-db

Michal Privoznik mprivozn at redhat.com
Fri Mar 22 10:22:20 UTC 2013


On 22.03.2013 11:11, 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 GVirDesignerDomain::osinfo_db property, applications
> can share the same OsinfoDb as libvirt-designer. The association
> is made per libvirt-designer domain for more flexibility.
> ---
>  examples/virtxml.c                           |  2 +-
>  libvirt-designer/libvirt-designer-domain.c   | 34 ++++++++++++++++++++++++++--
>  libvirt-designer/libvirt-designer-domain.h   |  3 ++-
>  libvirt-designer/libvirt-designer-internal.h |  3 ---
>  libvirt-designer/libvirt-designer-main.c     | 12 ----------
>  libvirt-designer/libvirt-designer-main.h     |  2 ++
>  6 files changed, 37 insertions(+), 19 deletions(-)
> 

ACK, the global variables look really ugly.

Michal




More information about the libvir-list mailing list