On Tue, Sep 22, 2020 at 07:17:24PM +0200, Paolo Bonzini wrote: > 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.
Do we have other architectures where we can assume that? I'm in the mood for deleting some code today. -- Eduardo