• J
    cpuCompare: Fix comparison of two host CPUs · ac3daf08
    Jiri Denemark 提交于
    When a CPU to be compared with host CPU describes a host CPU instead of
    a guest CPU, the result is incorrect. This is because instead of
    treating additional features in host CPU description as required, they
    were treated as if they were mentioned with all possible policies at the
    same time.
    ac3daf08
cpu_x86.c 42.7 KB