Home
last modified time | relevance | path

Searched hist:"1 e8f51e856621d3615a21cfea6f0baf055cbcce8" (Results 1 – 1 of 1) sorted by relevance

/qemu/target/ppc/
H A Dkvm.c1e8f51e856621d3615a21cfea6f0baf055cbcce8 Thu Jul 25 14:15:08 UTC 2019 Shivaprasad G Bhat <sbhat@linux.ibm.com> ppc: remove idle_timer logic

The logic is broken for multiple vcpu guests, also causing memory leak.
The logic is in place to handle kvm not having KVM_CAP_PPC_IRQ_LEVEL,
which is part of the kernel now since 2.6.37. Instead of fixing the
leak, drop the redundant logic which is not excercised on new kernels
anymore. Exit with error on older kernels.

Signed-off-by: Shivaprasad G Bhat <sbhat@linux.ibm.com>
Message-Id: <156406409479.19996.7606556689856621111.stgit@lep8c.aus.stglabs.ibm.com>
Reviewed-by: Greg Kurz <groug@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>