Re: [libvirt] [libvirt-designer][PATCH 4/4] domain: Introduce interface support

2012-09-10 Thread Christophe Fergeau
On Mon, Sep 10, 2012 at 11:38:30AM +0200, Martin Kletzander wrote: > On 09/10/2012 11:19 AM, Christophe Fergeau wrote: > Thanks, but I have to look inside this one, anyway. You confirmed me > what I thought this is what the function is doing, but I saw no need for > cast in here. Now I see it has

Re: [libvirt] [libvirt-designer][PATCH 4/4] domain: Introduce interface support

2012-09-10 Thread Martin Kletzander
On 09/10/2012 11:19 AM, Christophe Fergeau wrote: > Hey, > > On Fri, Sep 07, 2012 at 03:56:34PM +0200, Martin Kletzander wrote: >> On 09/05/2012 11:27 AM, Michal Privoznik wrote: >>> + >>> +static const gchar * >>> +gvir_designer_domain_get_preferred_nic_model(GVirDesignerDomain *design, >>> +

Re: [libvirt] [libvirt-designer][PATCH 4/4] domain: Introduce interface support

2012-09-10 Thread Christophe Fergeau
Hey, On Fri, Sep 07, 2012 at 03:56:34PM +0200, Martin Kletzander wrote: > On 09/05/2012 11:27 AM, Michal Privoznik wrote: > > + > > +static const gchar * > > +gvir_designer_domain_get_preferred_nic_model(GVirDesignerDomain *design, > > + GError **error)

Re: [libvirt] [libvirt-designer][PATCH 4/4] domain: Introduce interface support

2012-09-07 Thread Martin Kletzander
On 09/05/2012 11:27 AM, Michal Privoznik wrote: > Let users add NICs to domains. > --- > examples/virtxml.c | 96 > > libvirt-designer/libvirt-designer-domain.c | 53 +++ > libvirt-designer/libvirt-designer-domain.h |3 + >

[libvirt] [libvirt-designer][PATCH 4/4] domain: Introduce interface support

2012-09-05 Thread Michal Privoznik
Let users add NICs to domains. --- examples/virtxml.c | 96 libvirt-designer/libvirt-designer-domain.c | 53 +++ libvirt-designer/libvirt-designer-domain.h |3 + libvirt-designer/libvirt-designer.sym |1 + 4 files ch