Add kvm_arch_try_push_nmi() for ppc
commit1c6d0dd769ba384740cfc15a2baa93386b7a4542
authorChristian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
Fri, 17 Oct 2008 08:46:50 +0000 (17 10:46 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 19 Oct 2008 10:09:20 +0000 (19 12:09 +0200)
tree1c3273fae304483db4d01a1c6eb12d767d322600
parentd2974922096f4388f7faab9c42a765cf9fc04ab4
Add kvm_arch_try_push_nmi() for ppc

Since a recent patch all architetcures need a kvm_arch_try_push_nmi function.
Powerpc has no direct nmi equivalent, so this patch fixes only build for
powerpc by adding an empty stub.
If powerpc later wants to support the nmi monitor command somehow the function
can still be extended.

Signed-off-by: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
Acked-by: Hollis Blanchard <hollisb@us.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
qemu-kvm-powerpc.c