RE: [PATCH v2 1/3] KVM: arm: Fix NULL pointer dereference if KVM is used without in-kernel irqchip

2015-07-19 Thread Pavel Fedin
Hello! I'd appreciate a better commit log. Which patch broke it, why is that necessary. It was broken by 662d9715840aef44dcb573b0f9fab9e8319c868a. Actually, runtime detection was never implemented. The patch message just says that it can be done. And in order to run KVM on my lame board i

Re: [PATCH v2 1/3] KVM: arm: Fix NULL pointer dereference if KVM is used without in-kernel irqchip

2015-07-17 Thread Marc Zyngier
On 14/07/15 13:06, Pavel Fedin wrote: Makes qemu working again with kernel-irqchip=off option I'd appreciate a better commit log. Which patch broke it, why is that necessary. Signed-off-by: Pavel Fedin p.fe...@samsung.com --- arch/arm/kvm/arm.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH v2 1/3] KVM: arm: Fix NULL pointer dereference if KVM is used without in-kernel irqchip

2015-07-14 Thread Pavel Fedin
Makes qemu working again with kernel-irqchip=off option Signed-off-by: Pavel Fedin p.fe...@samsung.com --- arch/arm/kvm/arm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/kvm/arm.c b/arch/arm/kvm/arm.c index d9631ec..5668c4e 100644 --- a/arch/arm/kvm/arm.c +++