On 27.07.15 13:46, Paolo Bonzini wrote: > 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 <pbonz...@redhat.com>
Thanks, applied to ppc-next-2.5. I think all bugs we had that made this hack necessary have long been fixed, so removing the hack is definitely overdue. Alex