Re: [libvirt] [PATCH v4 2/6] Add GVirConfigDomainHostdev

2016-04-21 Thread Christophe Fergeau
On Fri, Apr 15, 2016 at 02:38:20PM +0100, Zeeshan Ali (Khattak) wrote: > + > +/** > + * gvir_config_domain_hostdev_set_readonly: > + * @hostdev: the host device > + * @readonly: the new readonly status > + * > + * Set the readonly status of @hostdev to @readonly. > + */ > +void gvir_config_domain_h

[libvirt] [PATCH v4 2/6] Add GVirConfigDomainHostdev

2016-04-15 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-