]> xenbits.xensource.com Git - libvirt.git/commit
nodedev: Introduce <pci-express/> to PCI devices
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 15 May 2014 08:13:45 +0000 (10:13 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 16 Jun 2014 15:40:49 +0000 (17:40 +0200)
commit16ebf10f34ad21f0626903db3307490365543dc9
tree282c7848b39b36ed5211aa70161545c6d25bb381
parenta22a7a5ef3b4a375015016ac833e9992be0babd7
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>
docs/formatnode.html.in
docs/schemas/nodedev.rng
src/conf/node_device_conf.c
src/conf/node_device_conf.h
src/node_device/node_device_udev.c
tests/nodedevschemadata/pci_8086_0c0c_snd_hda_intel.xml [new file with mode: 0644]
tests/nodedevschemadata/pci_8086_4238_pcie_wireless.xml [new file with mode: 0644]
tests/nodedevxml2xmltest.c