]> git.proxmox.com Git - qemu.git/commit
target-ppc: Fix CPU_POWERPC_MPC8547E
authorAndreas Färber <afaerber@suse.de>
Mon, 11 Feb 2013 10:53:11 +0000 (10:53 +0000)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 2 Apr 2013 16:53:18 +0000 (11:53 -0500)
commite09b99b54f1c2dac52e16d2666388c5813bb9a73
tree4cb568165f3389cb71c3e446d79eba7377b80ada
parent611c7f2c3aba7885fd94a4b267e419f351d37a0f
target-ppc: Fix CPU_POWERPC_MPC8547E

It was defined to ..._MPC8545E_v21 rather than ..._MPC8547E_v21.
Due to both resolving to CPU_POWERPC_e500v2_v21 this did not show.

Fixing this nontheless helps with QOM'ifying CPU aliases.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
(cherry picked from commit 0136d715ad985fccb8fed4bb5081d5bd20bfe88c)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target-ppc/translate_init.c