• J
    cputest: Add query-cpu-definitions reply for Xeon-E7-4830 · 8e72c612
    Jiri Denemark 提交于
    This CPU was incorrectly detected as SandyBridge before because the
    number of additional <feature> elements was the same for both
    SandyBridge and Westmere CPU models, but SandyBridge is newer (the CPU
    signature does not help here because it doesn't match any signature
    defined in cpu_map.xml). But since QEMU's version of SandyBridge CPU
    model contains xsaveopt which needs to be disabled, Westmere becomes the
    best CPU model when translating CPUID data to virCPUDef. Unfortunately,
    this doesn't help with translating the data we got from QEMU and the CPU
    model is still computed as SandyBridge in this case.
    Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
    Reviewed-by: NJohn Ferlan <jferlan@redhat.com>
    8e72c612
cputest.c 40.2 KB