gconfig: prefix to add to the subject line.
On Wed, Jul 06, 2016 at 10:45:53PM +0100, Zeeshan Ali (Khattak) wrote:
> +
> +const gchar
> *gvir_config_domain_hostdev_pci_get_rom_file(GVirConfigDomainHostdevPci
> *hostdev)
> +{
> +return gvir_config_object_get_attribute(GVIR_CONFIG_OBJECT(hostd
Add API to read and write PCI hostdev nodes.
---
libvirt-gconfig/Makefile.am| 2 +
.../libvirt-gconfig-domain-hostdev-pci.c | 235 +
.../libvirt-gconfig-domain-hostdev-pci.h | 81 +++
libvirt-gconfig/libvirt-gconfig-domain-host