Skip to content
  • Andreas Färber's avatar
    target-ppc: Convert CPU definitions · cfe34f44
    Andreas Färber authored
    
    
    Turn the array of model definitions into a set of self-registering QOM
    types with their own class_init. Unique identifiers are obtained from
    the combination of PVR, SVR and family identifiers; this requires all
    alias #defines to be removed from the list. Possibly there are some more
    left after this commit that are not currently being compiled.
    
    Prepares for introducing abstract intermediate CPU types for families.
    
    Keep the right-aligned macro line breaks within 78 chars to aid
    three-way merges.
    
    Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
    Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
    cfe34f44