Skip to content

Commit

Permalink
target-ppc: Split model definitions out of translate_init.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
afaerber authored and agraf committed Mar 8, 2013
1 parent 09cc86f commit 953af18
Show file tree
Hide file tree
Showing 4 changed files with 1,955 additions and 1,905 deletions.
1 change: 1 addition & 0 deletions target-ppc/Makefile.objs
@@ -1,3 +1,4 @@
obj-y += cpu-models.o
obj-y += translate.o
obj-$(CONFIG_SOFTMMU) += machine.o
obj-$(CONFIG_KVM) += kvm.o kvm_ppc.o
Expand Down

0 comments on commit 953af18

Please sign in to comment.