summaryrefslogtreecommitdiff
path: root/tests/nodedevxml2xmltest.c
diff options
context:
space:
mode:
authorMichal Privoznik <mprivozn@redhat.com>2014-05-15 10:13:45 +0200
committerMichal Privoznik <mprivozn@redhat.com>2014-06-16 17:40:49 +0200
commit16ebf10f34ad21f0626903db3307490365543dc9 (patch)
tree282c7848b39b36ed5211aa70161545c6d25bb381 /tests/nodedevxml2xmltest.c
parenta22a7a5ef3b4a375015016ac833e9992be0babd7 (diff)
downloadlibvirt-16ebf10f34ad21f0626903db3307490365543dc9.tar.gz
nodedev: Introduce <pci-express/> to PCI devices
This new element is there to represent PCI-Express capabilities of a PCI devices, like link speed, number of lanes, etc. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Diffstat (limited to 'tests/nodedevxml2xmltest.c')
-rw-r--r--tests/nodedevxml2xmltest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/nodedevxml2xmltest.c b/tests/nodedevxml2xmltest.c
index 9390bf5de8..fe1fd8823c 100644
--- a/tests/nodedevxml2xmltest.c
+++ b/tests/nodedevxml2xmltest.c
@@ -88,6 +88,8 @@ mymain(void)
DO_TEST("storage_serial_SATA_HTS721010G9SA00_MPCZ12Y0GNGWSE");
DO_TEST("usb_device_1d6b_1_0000_00_1d_0_if0");
DO_TEST("usb_device_1d6b_1_0000_00_1d_0");
+ DO_TEST("pci_8086_4238_pcie_wireless");
+ DO_TEST("pci_8086_0c0c_snd_hda_intel");
return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
}