Fix kvm ppc vcpu initialization
commit0e331ff4f6ac6c334a9911f520cd74b45165fd94
authorEhrhardt Christian <ehrhardt@linux.vnet.ibm.com>
Mon, 10 Nov 2008 12:59:35 +0000 (10 13:59 +0100)
committerAvi Kivity <avi@redhat.com>
Mon, 10 Nov 2008 14:02:03 +0000 (10 16:02 +0200)
tree940c3a8a1c51c73bb046e9be81c9e6e341ea358f
parent01244812dc8b26b2b14fbb16d2813485d1e15b31
Fix kvm ppc vcpu initialization

A recent patch in qemu and its merge removed the availability of
kvm_init_new_ap in target-$arch. The helper files now should call
kvm_init_vcpu() directly.

This patch changes that for powerpc.

Signed-off-by: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
target-ppc/helper.c