]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Add PPC64 kvm_cpu__emulate_io()
authorMatt Evans <matt@ozlabs.org>
Sat, 4 Feb 2012 08:07:25 +0000 (19:07 +1100)
committerPekka Enberg <penberg@kernel.org>
Sat, 4 Feb 2012 09:20:07 +0000 (11:20 +0200)
commitd217255b0b1dc8c3dbd8f14cc7d52bfe231a239e
tree18ff69033109f1582ccf3536eae3d28a45c0f86b
parent09be72d786d5d73fa548b544656f799a7ff79028
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>
tools/kvm/Makefile
tools/kvm/powerpc/include/kvm/kvm-cpu-arch.h
tools/kvm/powerpc/kvm-cpu.c