Re: [libvirt] [libvirt-glib 1/3] Add GVirConfigDomainHostdev

2016-02-09 Thread Christophe Fergeau
On Mon, Feb 08, 2016 at 04:22:47PM +, Zeeshan Ali (Khattak) wrote: > Hi, > > On Fri, Jan 29, 2016 at 5:18 PM, Christophe Fergeau > wrote: > > Hey, > > > > A gconfig: prefix in the commit shortlog would be nice > > Hmm.. maybe for consistency, yes but I'll remove "GVirConfig" then > from cla

Re: [libvirt] [libvirt-glib 1/3] Add GVirConfigDomainHostdev

2016-02-08 Thread Zeeshan Ali (Khattak)
Hi, On Fri, Jan 29, 2016 at 5:18 PM, Christophe Fergeau wrote: > Hey, > > A gconfig: prefix in the commit shortlog would be nice Hmm.. maybe for consistency, yes but I'll remove "GVirConfig" then from class name. > On Thu, Jan 28, 2016 at 04:32:12PM +0100, Zeeshan Ali (Khattak) wrote: >> diff -

Re: [libvirt] [libvirt-glib 1/3] Add GVirConfigDomainHostdev

2016-02-01 Thread Christophe Fergeau
Hey, A gconfig: prefix in the commit shortlog would be nice On Thu, Jan 28, 2016 at 04:32:12PM +0100, Zeeshan Ali (Khattak) wrote: > diff --git a/libvirt-gconfig/libvirt-gconfig-domain-hostdev.c > b/libvirt-gconfig/libvirt-gconfig-domain-hostdev.c > new file mode 100644 > index 000..42eb184

[libvirt] [libvirt-glib 1/3] Add GVirConfigDomainHostdev

2016-01-28 Thread Zeeshan Ali (Khattak)
Add API to read and write domain/devices/hostdev nodes. This patch only adds the baseclass and hence is not useful on it's own. A more specific subclass to represent PCI devices will be added in a following patch. --- libvirt-gconfig/Makefile.am| 2 + .../libvirt-gconfig-