schema: Add maxphysaddr element to hostcpu

The output of "virsh capabilities" was not conformant to the
capability.rng schema. Add the missing element to the schema.

Fixes: c647bf29af
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Jim Fehlig 2022-08-11 16:36:24 -06:00
parent 65e8ac6f92
commit 231af0a08c
2 changed files with 4 additions and 0 deletions

View File

@ -389,6 +389,9 @@
<optional>
<ref name="cpuTopology"/>
</optional>
<optional>
<ref name="cpuMaxPhysAddr"/>
</optional>
<zeroOrMore>
<element name="feature">
<attribute name="name">

View File

@ -4,6 +4,7 @@
<cpu>
<arch>i686</arch>
<vendor>Intel</vendor>
<maxphysaddr mode='emulate' bits='46'/>
<features>
<pae/>
<nonpae/>