Re: [kvm-unit-tests RFC PATCH 2/6] configure: Make arch_libdir a first-class entity
From: Chinmay Rath <hidden>
Date: 2026-06-05 08:35:46
Also in:
kvm
From: Chinmay Rath <hidden>
Date: 2026-06-05 08:35:46
Also in:
kvm
On 6/2/26 21:24, Andrew Jones wrote:
On Tue, Jun 02, 2026 at 12:18:02PM +0530, Chinmay Rath wrote:quoted
From: Nicholas Piggin <npiggin@gmail.com> arch_libdir was brought in to improve the heuristic determination of the lib/ directory based on arch and testdir names, but it did not entirely clean that mess up. Remove the arch_libdir->arch->testdir heuristic and just require everybody sets arch_libdir correctly. Fail if the lib/arch or lib/arch/asm directories can not be found. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Chinmay Rath <redacted> --- Makefile | 2 +- configure | 20 ++++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-)Reviewed-by: Andrew Jones <redacted>
Thank you Andrew ! Hi Thomas, requesting your insight on the un-reviewed patches. TIA. -Chinmay