From b78bfd4c544e601d3e0e45fa8ab478756d6f7f28 Mon Sep 17 00:00:00 2001 From: Kristina Hanicova Date: Tue, 20 Jul 2021 14:58:08 +0200 Subject: [PATCH] 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 Reviewed-by: Michal Privoznik --- docs/formatdomain.rst | 1 + docs/schemas/domaincommon.rng | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index 25e6bf73ba..b14fba2cd1 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -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`` diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index 5ea14b6dbf..c6643bbc7f 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -1006,6 +1006,11 @@ + + + + +