mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
docs: Allow 'id' attribute for 'cachetune' element
Even though 'id' attribute is output-only, we should accept xml files containing it. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1941594 Signed-off-by: Kristina Hanicova <khanicov@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
5f14729bbe
commit
b78bfd4c54
@ -850,6 +850,7 @@ CPU Tuning
|
||||
to which vCPUs this allocation applies. A vCPU can only be member of one
|
||||
``cachetune`` element allocation. The vCPUs specified by cachetune can be
|
||||
identical with those in memorytune, however they are not allowed to overlap.
|
||||
The optional, output only ``id`` attribute identifies cache uniquely.
|
||||
Supported subelements are:
|
||||
|
||||
``cache``
|
||||
|
@ -1006,6 +1006,11 @@
|
||||
<attribute name="vcpus">
|
||||
<ref name="cpuset"/>
|
||||
</attribute>
|
||||
<optional>
|
||||
<attribute name="id">
|
||||
<data type="string"/>
|
||||
</attribute>
|
||||
</optional>
|
||||
<oneOrMore>
|
||||
<choice>
|
||||
<element name="cache">
|
||||
|
Loading…
Reference in New Issue
Block a user