mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
37a10129c2
capability.rng: Guest features can be in any order. nodedev.rng: Added <driver> element, <capability> phys_function and virt_functions for PCI devices. storagepool.rng: Owner or group ID can be -1. schema tests: New capabilities and nodedev files; changed owner and group to -1 in pool-dir.xml. storage_conf: Print uid_t and gid_t as signed to storage pool XML.
18 lines
433 B
XML
18 lines
433 B
XML
<device>
|
|
<name>pci_0000_00_19_0</name>
|
|
<parent>computer</parent>
|
|
<driver>
|
|
<name>e1000e</name>
|
|
</driver>
|
|
<capability type='pci'>
|
|
<domain>0</domain>
|
|
<bus>0</bus>
|
|
<slot>25</slot>
|
|
<function>0</function>
|
|
<product id='0x1502'>82579LM Gigabit Network Connection</product>
|
|
<vendor id='0x8086'>Intel Corporation</vendor>
|
|
<capability type='virt_functions'>
|
|
</capability>
|
|
</capability>
|
|
</device>
|