libkvm: remove ppc functions from callbacks
commit503f492fa7abb679d0779305bd75346bd323487c
authorGlauber Costa <glommer@redhat.com>
Tue, 16 Jun 2009 13:34:52 +0000 (16 09:34 -0400)
committerAvi Kivity <avi@redhat.com>
Thu, 18 Jun 2009 09:08:13 +0000 (18 12:08 +0300)
tree52d4d9ad71a06359d720b2a96ea6e8643d0429f6
parent1b443f42dd3a7ca040ffafd5c786a2d379d98f9e
libkvm: remove ppc functions from callbacks

handle_powerpc_dcr_read() and handle_powerpc_dcr_write() are two
powerpc specific functions that are called via libkvm callbacks.
However, grepping the source code finds simply no use of them. This
is probably due to the fact that powerpc now relies on a totally
qemu upstream implementation of kvm, and does not need it anymore.

Signed-off-by: Glauber Costa <glommer@redhat.com>
Acked-by: Hollis Blanchard <hollisb@us.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
libkvm-all.h
qemu-kvm.c
qemu-kvm.h