aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Evans <matt@ozlabs.org>2012-02-04 19:07:25 +1100
committerWill Deacon <will.deacon@arm.com>2015-06-01 16:39:51 +0100
commit5e8d833b9861138621606c23d9e1f1ef6f4fd272 (patch)
treec55c498134d26652a496c1552f1455ed3b503239 /Makefile
parentc481cfd579e5039b5ed6443c4905a43e53fd91aa (diff)
downloadkvmtool-5e8d833b9861138621606c23d9e1f1ef6f4fd272.tar.gz
kvm tools: Add PPC64 kvm_cpu__emulate_io()
This is the final piece of the puzzle for PPC SPAPR PCI; this function splits MMIO accesses into the two PHB windows & directs things to MMIO/IO emulation as appropriate. Signed-off-by: Matt Evans <matt@ozlabs.org> Signed-off-by: Pekka Enberg <penberg@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d083e883..4dc2522c 100644
--- a/Makefile
+++ b/Makefile
@@ -137,6 +137,7 @@ ifeq ($(uname_M), ppc64)
OBJS += powerpc/spapr_hcall.o
OBJS += powerpc/spapr_rtas.o
OBJS += powerpc/spapr_hvcons.o
+ OBJS += powerpc/spapr_pci.o
OBJS += powerpc/xics.o
# We use libfdt, but it's sometimes not packaged 64bit. It's small too,
# so just build it in: