• J
    cpu: Avoid adding <vendor> to custom CPUs · 98b7c37d
    Jiri Denemark 提交于
    Guest CPU definitions with mode='custom' and missing <vendor> are
    expected to run on a host CPU from any vendor as long as the required
    CPU model can be used as a guest CPU on the host. But even though no CPU
    vendor was explicitly requested we would sometimes force it due to a bug
    in virCPUUpdate and virCPUTranslate.
    
    The bug would effectively forbid cross vendor migrations even if they
    were previously working just fine.
    Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
    98b7c37d
cpu_conf.h 4.4 KB