On 09.08.14 16:25, Eric Auger wrote:
set kvm_irqfds_allowed

Signed-off-by: Eric Auger <eric.au...@linaro.org>
---
  hw/intc/arm_gic_kvm.c | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/hw/intc/arm_gic_kvm.c b/hw/intc/arm_gic_kvm.c
index 5038885..08b7bf9 100644
--- a/hw/intc/arm_gic_kvm.c
+++ b/hw/intc/arm_gic_kvm.c
@@ -576,6 +576,8 @@ static void kvm_arm_gic_realize(DeviceState *dev, Error 
**errp)
                              KVM_DEV_ARM_VGIC_GRP_ADDR,
                              KVM_VGIC_V2_ADDR_TYPE_CPU,
                              s->dev_fd);
+
+    kvm_irqfds_allowed = true;

Is this always true? If it is, why not enable it separately while making vhost-net work for example?


Alex


Reply via email to