summaryrefslogtreecommitdiffstats
path: root/target-ppc/kvm_ppc.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2015-07-27 14:46:02 +0200
committerAlexander Graf <agraf@suse.de>2015-09-20 22:48:38 +0200
commit116dc18db6854cc38c6abff799019b7237365a36 (patch)
treea39f964c8a8460a3ad84971f09cf9047f8e5cb14 /target-ppc/kvm_ppc.h
parent18640989a9f5e4d2e84b566c52ff1fccfa0dbf4a (diff)
downloadhqemu-116dc18db6854cc38c6abff799019b7237365a36.zip
hqemu-116dc18db6854cc38c6abff799019b7237365a36.tar.gz
kvm_ppc: remove kvmppc_timer_hack
QEMU does have an I/O thread now, that can be interrupted at any time because the VCPU thread runs outside the iothread mutex. Therefore, the kvmppc_timer_hack is obsolete. Remove it. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'target-ppc/kvm_ppc.h')
-rw-r--r--target-ppc/kvm_ppc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/target-ppc/kvm_ppc.h b/target-ppc/kvm_ppc.h
index 4d30e27..5c1d334 100644
--- a/target-ppc/kvm_ppc.h
+++ b/target-ppc/kvm_ppc.h
@@ -11,8 +11,6 @@
#define TYPE_HOST_POWERPC_CPU "host-" TYPE_POWERPC_CPU
-void kvmppc_init(void);
-
#ifdef CONFIG_KVM
uint32_t kvmppc_get_tbfreq(void);
OpenPOWER on IntegriCloud