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

2023-07-09 Thread Yong-Xuan Wang
Hi Andrew, I'll add it into patch v5. Thank you! Regards, Yong-Xuan On Wed, Jul 5, 2023 at 4:14 PM Andrew Jones wrote: > > On Wed, Jun 21, 2023 at 02:54:50PM +, Yong-Xuan Wang wrote: > > This series adds support for KVM AIA in RISC-V architecture. > > > > In order to test these patches, we

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

2023-07-05 Thread Andrew Jones
On Wed, Jun 21, 2023 at 02:54:50PM +, Yong-Xuan Wang wrote: > This series adds support for KVM AIA in RISC-V architecture. > > In order to test these patches, we require Linux with KVM AIA support which > can > be found in the riscv_kvm_aia_hwaccel_v1 branch at > https://github.com/avpatel/li

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

2023-06-21 Thread Yong-Xuan Wang
This series adds support for KVM AIA in RISC-V architecture. In order to test these patches, we require Linux with KVM AIA support which can be found in the riscv_kvm_aia_hwaccel_v1 branch at https://github.com/avpatel/linux.git --- v4: - update the linux header by the scripts/update-linux-header