]> git.proxmox.com Git - mirror_qemu.git/commit - target/ppc/translate_init.c.inc
target-ppc: Split model definitions out of translate_init.c
authorAndreas Färber <afaerber@suse.de>
Sun, 17 Feb 2013 23:16:49 +0000 (23:16 +0000)
committerAlexander Graf <agraf@suse.de>
Fri, 8 Mar 2013 20:04:52 +0000 (21:04 +0100)
commit953af181f5d1c51e8111c345c70f277185f1a6e0
tree4a5bd9279c45b7162c1736d0fd6cac2641f2f8ec
parent09cc86f2b16ae242c031a01c6adca0ac5c5791ce
target-ppc: Split model definitions out of translate_init.c

Now that model definitions only reference their parent type, model
definitions are independent of the family definitions and can be
compiled independently of TCG translation.

Keep all #if defined(TODO) code local to cpu-models.c.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/Makefile.objs
target-ppc/cpu-models.c [new file with mode: 0644]
target-ppc/cpu-models.h [new file with mode: 0644]
target-ppc/translate_init.c