mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
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>
This commit is contained in:
parent
18640989a9
commit
116dc18db6
5 changed files with 1 additions and 51 deletions
|
@ -1048,10 +1048,6 @@ void ppce500_init(MachineState *machine, PPCE500Params *params)
|
|||
boot_info->entry = bios_entry;
|
||||
boot_info->dt_base = dt_base;
|
||||
boot_info->dt_size = dt_size;
|
||||
|
||||
if (kvm_enabled()) {
|
||||
kvmppc_init();
|
||||
}
|
||||
}
|
||||
|
||||
static int e500_ccsr_initfn(SysBusDevice *dev)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue