Re: [Qemu-devel] [PATCH] ppc: remove redundant capability check for unset irq

2019-07-25 Thread Greg Kurz
On Thu, 25 Jul 2019 10:40:11 -0500 Shivaprasad G Bhat wrote: > The KVM_CAP_PPC_UNSET_IRQ is part of kernel since v2.6.36. > Kernels older than that are not supported anymore. > So, remove the checks. > Ok to drop the dead paths but we do need this cap to be present. int

[Qemu-devel] [PATCH] ppc: remove redundant capability check for unset irq

2019-07-25 Thread Shivaprasad G Bhat
The KVM_CAP_PPC_UNSET_IRQ is part of kernel since v2.6.36. Kernels older than that are not supported anymore. So, remove the checks. Signed-off-by: Shivaprasad G Bhat --- target/ppc/kvm.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/target/ppc/kvm.c