mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-21 18:03:58 +03:00
6a2bc142eb
This includes support for the following options: * numa.interconnects.latency[0-9]*.initiator * numa.interconnects.latency[0-9]*.target * numa.interconnects.latency[0-9]*.cache * numa.interconnects.latency[0-9]*.type * numa.interconnects.latency[0-9]*.value * numa.interconnects.latency[0-9]*.unit * The same suboptions for `numa.interconnects.bandwith[0-9]*` Note that the cache= attribute is only explicitly defined for <latency> nodes in the documentation. However, since <latency> and <bandwidth> nodes are otherwise identical, the docs also don't explicitly forbid it for <bandwidth> nodes, and libvirt happily accepts XML that does specify it for for <bandwidth> nodes, this implements the cache= attribute for <bandwidth> elements as well.