OSDN Git Service

target-ppc: Move alias lookup after class lookup
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Fri, 11 Apr 2014 17:34:26 +0000 (03:34 +1000)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:27 +0000 (13:24 +0200)
commitfdf8a960e2a00c1f670d89de3368069924c88243
tree319ca4c4ec48c14a322da09487b2b7e6d0635429
parent5b79b1cadd3e565b6d1a5ba59764bd47af58b271
target-ppc: Move alias lookup after class lookup

This moves aliases lookup after CPU class lookup. This is to let new generic
CPU to be found first if it is present and only if it is not (TCG case), use
aliases.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/translate_init.c