On 22/09/20 19:03, Eduardo Habkost wrote: >> I can remove kernel_irqchip=off once >> apic irq0 override is assumed. > [4 years later] > > Can we remove it now? I couldn't find out if we can assume > kvm_has_gsi_routing() is true everywhere, or just on a few > architectures.
Yes, we can. Other architectures don't matter, what counts is that we can require kvm_has_gsi_routing() == true on x86. Paolo