mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
1c70277886
A PCI device can be associated with a specific NUMA node. Later, when a guest is pinned to one NUMA node the PCI device can be assigned on different NUMA node. This makes DMA transfers travel across nodes and thus results in suboptimal performance. We should expose the NUMA node locality for PCI devices so management applications can make better decisions. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
14 lines
349 B
XML
14 lines
349 B
XML
<device>
|
|
<name>pci_1002_71c4</name>
|
|
<parent>pci_8086_27a1</parent>
|
|
<capability type='pci'>
|
|
<domain>0</domain>
|
|
<bus>1</bus>
|
|
<slot>0</slot>
|
|
<function>0</function>
|
|
<product id='0x71c4'>M56GL [Mobility FireGL V5200]</product>
|
|
<vendor id='0x1002'>ATI Technologies Inc</vendor>
|
|
<numa node='1'/>
|
|
</capability>
|
|
</device>
|