On Tue, Apr 04, 2023 at 09:04:50PM +0530, Anup Patel wrote: > To support 64 VCPU local interrupts on RV32 host, we should use > bitmap for irqs_pending and irqs_pending_mask in struct kvm_vcpu_arch. > > Signed-off-by: Anup Patel <apatel@xxxxxxxxxxxxxxxx> > --- > arch/riscv/include/asm/kvm_host.h | 7 ++-- > arch/riscv/kvm/vcpu.c | 53 ++++++++++++++++++++----------- > 2 files changed, 38 insertions(+), 22 deletions(-) > Reviewed-by: Andrew Jones <ajones@xxxxxxxxxxxxxxxx>