Re: [RFC PATCH v2 10/18] RISC-V: Define irqbypass vcpu_info
From: Nutty.Liu
Date: Sun Oct 05 2025 - 04:42:12 EST
On 9/21/2025 4:39 AM, Andrew Jones wrote:
The vcpu_info parameter to irq_set_vcpu_affinity() effectively
defines an arch specific IOMMU <=> hypervisor protocol. Provide
a definition for the RISCV IOMMU.
Signed-off-by: Andrew Jones <ajones@xxxxxxxxxxxxxxxx>
---
arch/riscv/include/asm/irq.h | 9 +++++++++
1 file changed, 9 insertions(+)
Reviewed-by: Nutty Liu <nutty.liu@xxxxxxxxxxx>
Thanks,
Nutty