• C
    conf: Drop unnecessary caps parsing logic · b251d6ad
    Cole Robinson 提交于
    The comment says:
    
        /* If the logic here seems fairly arbitrary, that's because it is :)
         * This is duplicating how the code worked before
         * CapabilitiesDomainDataLookup was added. We can simplify this,
         * but it would take a bit of work because the test suite fails
         * in numerous minor ways. */
    
    Nowadays the test suite changes appear quite simple, just extending
    test capabilities data a bit so that we aren't trying to define
    invalid arch/os/virtType/machine combos
    Acked-by: NMichal Privoznik <mprivozn@redhat.com>
    Signed-off-by: NCole Robinson <crobinso@redhat.com>
    b251d6ad
domain_conf.c 947.2 KB