Re: [PATCH v2] KVM: arm64: selftests: Clean up the GIC[D,R]_BASE_GPA

2023-11-16 Thread Shaoqin Huang
On 11/15/23 23:41, Oliver Upton wrote: On Wed, Nov 15, 2023 at 10:34:48AM -0500, Shaoqin Huang wrote: The GIC[D,R]_BASE_GPA has been defined in multiple files with the same value, define it in one place to make the code clean. Signed-off-by: Shaoqin Huang Colton already posted a fix for t

Re: [PATCH v2] KVM: arm64: selftests: Clean up the GIC[D,R]_BASE_GPA

2023-11-15 Thread Oliver Upton
On Wed, Nov 15, 2023 at 10:34:48AM -0500, Shaoqin Huang wrote: > The GIC[D,R]_BASE_GPA has been defined in multiple files with the same > value, define it in one place to make the code clean. > > Signed-off-by: Shaoqin Huang Colton already posted a fix for this as part of his selftests series h

[PATCH v2] KVM: arm64: selftests: Clean up the GIC[D,R]_BASE_GPA

2023-11-15 Thread Shaoqin Huang
The GIC[D,R]_BASE_GPA has been defined in multiple files with the same value, define it in one place to make the code clean. Signed-off-by: Shaoqin Huang --- v1->v2: - Clean up the vpmu_counter_access.c. --- tools/testing/selftests/kvm/aarch64/arch_timer.c | 3 --- tools/testing/sel