• P
    conf: Drop useless check when parsing cpu scheduler info · 5ba01683
    Peter Krempa 提交于
    The checked predicate is a deduction from the following checks:
    
    1) maximum cpu id is checked for every parsed <vcpusched> element
    2) the resulting bitmaps are checked for overlaps
    3) there has to be at least one cpu per <vcpusched>
    
    From the above checks we can indeed deduce that if we have one
    <vcpusched> element per CPU we will have at most 'maxvcpus' of them.
    
    Drop the explicit check since it's redundant.
    5ba01683
domain_conf.c 780.1 KB