• E
    conf: Fix formatting of <sev> element in domain capabilities XML · 6688393c
    Erik Skultety 提交于
    We only formatted the <sev> element when QEMU supported the feature when
    in fact we should always format the element to make clear that libvirt
    knows about the feature and the fact whether it is or isn't supported
    depends on QEMU version, in other words if QEMU doesn't support the
    feature we're going to format the following into the domain capabilities
    XML:
    
    <sev supported='no'/>
    
    This patch also adjusts the RNG schema accordingly in order to reflect
    the proposed change.
    Signed-off-by: NErik Skultety <eskultet@redhat.com>
    Reviewed-by: NJán Tomko <jtomko@redhat.com>
    6688393c
qemu_2.8.0-tcg.x86_64.xml 3.6 KB