mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 23:37:42 +00:00
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:
parent
65e8ac6f92
commit
231af0a08c
@ -389,6 +389,9 @@
|
||||
<optional>
|
||||
<ref name="cpuTopology"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<ref name="cpuMaxPhysAddr"/>
|
||||
</optional>
|
||||
<zeroOrMore>
|
||||
<element name="feature">
|
||||
<attribute name="name">
|
||||
|
@ -4,6 +4,7 @@
|
||||
<cpu>
|
||||
<arch>i686</arch>
|
||||
<vendor>Intel</vendor>
|
||||
<maxphysaddr mode='emulate' bits='46'/>
|
||||
<features>
|
||||
<pae/>
|
||||
<nonpae/>
|
||||
|
Loading…
Reference in New Issue
Block a user