Re: [PATCH 0/6] Add RISC-V KVM AIA Support

2023-04-27 Thread Daniel Henrique Barboza
Hi, The patches seems to be based on an old QEMU code base. E.g. patch 2 does not have the changes made by 568e0614d097 that was merged in January this year. Can you please re-send the series based on top of Alistair's riscv-to-apply.next (https://github.com/alistair23/qemu/tree/riscv-to-apply.n

[PATCH 0/6] Add RISC-V KVM AIA Support

2023-04-24 Thread Yong-Xuan Wang
This series introduces support for KVM AIA in the RISC-V architecture. The implementation is refered to Anup's KVM AIA implementation in kvmtool (https://github.com/avpatel/kvmtool.git). To test these patches, a Linux kernel with KVM AIA support is required, which can be found in the qemu_kvm_aia b