Re: [Qemu-devel] [PATCH 1/6] x86_iommu: move the kernel-irqchip check in common code

2018-09-11 Thread Peter Xu
On Tue, Sep 11, 2018 at 11:49:44AM -0500, Brijesh Singh wrote: > Interrupt remapping needs kernel-irqchip={off|split} on both Intel and AMD > platforms. Move the check in common place. > > Cc: "Michael S. Tsirkin" > Cc: Paolo Bonzini > Cc: Richard Henderson > Cc: Eduardo Habkost > Cc: Marcel A

[Qemu-devel] [PATCH 1/6] x86_iommu: move the kernel-irqchip check in common code

2018-09-11 Thread Brijesh Singh
Interrupt remapping needs kernel-irqchip={off|split} on both Intel and AMD platforms. Move the check in common place. Cc: "Michael S. Tsirkin" Cc: Paolo Bonzini Cc: Richard Henderson Cc: Eduardo Habkost Cc: Marcel Apfelbaum Cc: Tom Lendacky Cc: Suravee Suthikulpanit Signed-off-by: Brijesh S