Re: [PATCH v2] kvm: Remove KVM_CREATE_IRQCHIP support assumption

2023-08-10 Thread Andrew Jones
On Thu, Aug 10, 2023 at 12:38:28PM +0100, Peter Maydell wrote: > On Thu, 10 Aug 2023 at 12:29, Andrew Jones wrote: > > > > > > Hi Paolo, > > > > Is this good for 8.1? > > Is it fixing a regression since 8.0 ? The fix is for running with KVM which includes 00f918f61c56, which is v6.5-rc1 and late

Re: [PATCH v2] kvm: Remove KVM_CREATE_IRQCHIP support assumption

2023-08-10 Thread Peter Maydell
On Thu, 10 Aug 2023 at 12:29, Andrew Jones wrote: > > > Hi Paolo, > > Is this good for 8.1? Is it fixing a regression since 8.0 ? thanks -- PMM > > Thanks, > drew > > > On Tue, Jul 25, 2023 at 02:26:02PM +0200, Andrew Jones wrote: > > Since Linux commit 00f918f61c56 ("RISC-V: KVM: Skeletal in-k

Re: [PATCH v2] kvm: Remove KVM_CREATE_IRQCHIP support assumption

2023-08-10 Thread Andrew Jones
Hi Paolo, Is this good for 8.1? Thanks, drew On Tue, Jul 25, 2023 at 02:26:02PM +0200, Andrew Jones wrote: > Since Linux commit 00f918f61c56 ("RISC-V: KVM: Skeletal in-kernel AIA > irqchip support") checking KVM_CAP_IRQCHIP returns non-zero when the > RISC-V platform has AIA. The cap indicate

Re: [PATCH v2] kvm: Remove KVM_CREATE_IRQCHIP support assumption

2023-07-25 Thread Daniel Henrique Barboza
On 7/25/23 09:26, Andrew Jones wrote: Since Linux commit 00f918f61c56 ("RISC-V: KVM: Skeletal in-kernel AIA irqchip support") checking KVM_CAP_IRQCHIP returns non-zero when the RISC-V platform has AIA. The cap indicates KVM supports at least one of the following ioctls: KVM_CREATE_IRQCHIP

Re: [PATCH v2] kvm: Remove KVM_CREATE_IRQCHIP support assumption

2023-07-25 Thread Philippe Mathieu-Daudé
On 25/7/23 14:26, Andrew Jones wrote: Since Linux commit 00f918f61c56 ("RISC-V: KVM: Skeletal in-kernel AIA irqchip support") checking KVM_CAP_IRQCHIP returns non-zero when the RISC-V platform has AIA. The cap indicates KVM supports at least one of the following ioctls: KVM_CREATE_IRQCHIP

Re: [PATCH v2] kvm: Remove KVM_CREATE_IRQCHIP support assumption

2023-07-25 Thread Thomas Huth
On 25/07/2023 14.26, Andrew Jones wrote: Since Linux commit 00f918f61c56 ("RISC-V: KVM: Skeletal in-kernel AIA irqchip support") checking KVM_CAP_IRQCHIP returns non-zero when the RISC-V platform has AIA. The cap indicates KVM supports at least one of the following ioctls: KVM_CREATE_IRQCHIP

[PATCH v2] kvm: Remove KVM_CREATE_IRQCHIP support assumption

2023-07-25 Thread Andrew Jones
Since Linux commit 00f918f61c56 ("RISC-V: KVM: Skeletal in-kernel AIA irqchip support") checking KVM_CAP_IRQCHIP returns non-zero when the RISC-V platform has AIA. The cap indicates KVM supports at least one of the following ioctls: KVM_CREATE_IRQCHIP KVM_IRQ_LINE KVM_GET_IRQCHIP KVM_SET_I