• C
    conf: domcaps: Add virCapsEnum 'report' · 71286043
    Cole Robinson 提交于
    virCapsEnum report is an internal bool indicating whether we
    should format the enum in the XML at all. This is unused for
    now but will be handled in future patches.
    
    We use a plain bool instead of tristate because the case here
    is a bit different than the explicit @supported output. We
    already report the equivalent of supported=YES|NO based on
    what enum values are filled in. This adds report=false to
    handle the ABSENT case.
    Acked-by: NMichal Privoznik <mprivozn@redhat.com>
    Signed-off-by: NCole Robinson <crobinso@redhat.com>
    71286043
domain_capabilities.h 8.1 KB