On 06/09/2016 17:51, Michael S. Tsirkin wrote: > > Just use "-machine accel=kvm:tcg" and let QEMU do the hard work. :) > > > > Paolo > > Sounds good, but we really need to skip it when gsi > capability is not there (and when using kernel irqchip) > (because in that case we can't override apic irq0).
We should just remove support for !kvm_has_gsi_routing on x86. It's been there since November 2008. Paolo