Revision f3e1bed8 target-i386/kvm.c

b/target-i386/kvm.c
2049 2049
    }
2050 2050
    /* We know at this point that we're using the in-kernel
2051 2051
     * irqchip, so we can use irqfds, and on x86 we know
2052
     * we can use msi via irqfd.
2052
     * we can use msi via irqfd and GSI routing.
2053 2053
     */
2054 2054
    kvm_irqfds_allowed = true;
2055 2055
    kvm_msi_via_irqfd_allowed = true;
2056
    kvm_gsi_routing_allowed = true;
2056 2057
}

Also available in: Unified diff