qemu/target-ppc
Alexander Graf c6a94ba5f9 PPC: Add timer when running KVM
For some odd reason we sometimes hang inside KVM forever. I'd guess it's
a race condition where we actually have a level triggered interrupt, but
the infrastructure can't expose that yet, so the guest ACKs it, goes to
sleep and never gets notified that there's still an interrupt pending.

As a quick workaround, let's just wake up every 500 ms. That way we can
assure that we're always reinjecting interrupts in time.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2010-02-14 16:10:54 +02:00
..
cpu.h
exec.h
helper_regs.h
helper.c
helper.h
kvm_ppc.c
kvm_ppc.h
kvm.c PPC: Add timer when running KVM 2010-02-14 16:10:54 +02:00
machine.c
mfrom_table_gen.c
mfrom_table.c
op_helper.c
STATUS
translate_init.c
translate.c