diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2015-07-27 14:46:02 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2015-09-20 22:48:38 +0200 |
commit | 116dc18db6854cc38c6abff799019b7237365a36 (patch) | |
tree | a39f964c8a8460a3ad84971f09cf9047f8e5cb14 /hw/ppc/ppc440_bamboo.c | |
parent | 18640989a9f5e4d2e84b566c52ff1fccfa0dbf4a (diff) | |
download | qemu-116dc18db6854cc38c6abff799019b7237365a36.tar.gz qemu-116dc18db6854cc38c6abff799019b7237365a36.tar.bz2 qemu-116dc18db6854cc38c6abff799019b7237365a36.zip |
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 'hw/ppc/ppc440_bamboo.c')
-rw-r--r-- | hw/ppc/ppc440_bamboo.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/ppc/ppc440_bamboo.c b/hw/ppc/ppc440_bamboo.c index 4726832bfc..ada676cc24 100644 --- a/hw/ppc/ppc440_bamboo.c +++ b/hw/ppc/ppc440_bamboo.c @@ -288,9 +288,6 @@ static void bamboo_init(MachineState *machine) exit(1); } } - - if (kvm_enabled()) - kvmppc_init(); } static void bamboo_machine_init(MachineClass *mc) |