Re: [libvirt] [libvirt-glib v8 5/5] tests: Add test for GVirConfigDomainHostdevPci API

2016-07-25 Thread Christophe Fergeau
On Mon, Jul 25, 2016 at 12:56:44PM +0100, Zeeshan Ali (Khattak) wrote: > In my attempt to add a message to the patch series summarising the > changes, I managed to add bogus emails in To and BCC fields. Please > remove those when you reply. > > Changes in v8: gvir_config_domain_hostdev_pci_get_rom

Re: [libvirt] [libvirt-glib v8 5/5] tests: Add test for GVirConfigDomainHostdevPci API

2016-07-25 Thread Zeeshan Ali (Khattak)
Hi, In my attempt to add a message to the patch series summarising the changes, I managed to add bogus emails in To and BCC fields. Please remove those when you reply. Changes in v8: gvir_config_domain_hostdev_pci_get_rom_bar() simplified as per review comment. On Mon, Jul 25, 2016 at 12:46 PM,

[libvirt] [libvirt-glib v8 5/5] tests: Add test for GVirConfigDomainHostdevPci API

2016-07-25 Thread Zeeshan Ali (Khattak)
--- tests/test-gconfig.c| 43 + tests/xml/gconfig-domain-device-pci-hostdev.xml | 11 +++ 2 files changed, 54 insertions(+) create mode 100644 tests/xml/gconfig-domain-device-pci-hostdev.xml diff --git a/tests/test-gconfig.c b/tests/test-gc