intc/openpic: Build openpic only once
commit2b927571ccdb79deda74ba84ef493e6cb37eacbe
authorAndreas Färber <afaerber@suse.de>
Sun, 16 Jun 2013 15:04:21 +0000 (16 17:04 +0200)
committerAndreas Färber <afaerber@suse.de>
Tue, 9 Jul 2013 19:33:02 +0000 (9 21:33 +0200)
tree7b2aa5e96fe185c1bf0ab11ea30afdce022253ef
parentdfc080791dfb9dd8907a15e6d45b6cc4969b986f
intc/openpic: Build openpic only once

Since current_cpu is CPUState it no longer depends on CPUPPCState.

Move ppce500_set_mpic_proxy() to a new hw/ppc/ppc_e500.h because
hw/ppc/ppc.h is too heavily using CPUPPCState and PowerPCCPU.

Signed-off-by: Andreas Färber <afaerber@suse.de>
hw/intc/Makefile.objs
hw/intc/openpic.c
hw/ppc/ppc.c
include/hw/ppc/ppc.h
include/hw/ppc/ppc_e500.h [new file with mode: 0644]