• J
    cpu: Reimplement PowerPCBaseline · fdf6efde
    Jiri Denemark 提交于
    Baseline API is supposed to return guest CPU definition that can be used
    on any of the provided host CPUs. Since PowerPC CPUs are either
    identical or incompatible, the API just needs to check that all provided
    CPUs are identical. Previous implementation was completely bogus.
    
    The function is also renamed as ppcBaseline to match other functions in
    PowerPC CPU driver.
    fdf6efde
cpu_powerpc.c 13.9 KB