• J
    cpu: Move feature expansion out of cpuBaseline · d8b3dd16
    Jiri Denemark 提交于
    cpuBaseline is responsible for computing a baseline CPU while feature
    expansion is done by virCPUExpandFeatures. The cpuBaselineXML wrapper
    (used by hypervisor drivers to implement virConnectBaselineCPU API)
    calls cpuBaseline followed by virCPUExpandFeatures if requested by
    VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES flag.
    
    The features in the three changed test files had to be sorted using
    "sort -k 3" because virCPUExpandFeatures returns a sorted list of
    features.
    Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
    d8b3dd16
x86_64-baseline-3-expanded.xml 1.4 KB