[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <37029e59-78f7-d9e8-7ee9-4a221141111a@loongson.cn>
Date: Thu, 3 Aug 2023 14:52:18 +0800
From: zhaotianrui <zhaotianrui@...ngson.cn>
To: Sean Christopherson <seanjc@...gle.com>
Cc: Shuah Khan <shuah@...nel.org>, Paolo Bonzini <pbonzini@...hat.com>,
linux-kernel@...r.kernel.org, kvm@...r.kernel.org,
Vishal Annapurve <vannapurve@...gle.com>,
Huacai Chen <chenhuacai@...nel.org>,
WANG Xuerui <kernel@...0n.name>, loongarch@...ts.linux.dev,
Peter Xu <peterx@...hat.com>,
Vipin Sharma <vipinsh@...gle.com>, maobibo@...ngson.cn
Subject: Re: [PATCH v1 4/4] selftests: kvm: Add LoongArch tests into makefile
在 2023/8/3 上午2:10, Sean Christopherson 写道:
> On Tue, Aug 01, 2023, Tianrui Zhao wrote:
>> Add LoongArch tests into selftests/kvm makefile.
> Please elaborate on how the lists of tests was chosen. E.g. explaing why
> LoongArch isn't supporting kvm_binary_stats_test, rseq_test, etc.
The kvm_binary_stats_test is supported by LoongArch and we will add it
later, but the rseq_test is not supported by LoongArch and the glibc, so
we do not add it.
Thanks
Tianrui Zhao
>
>> Based-on: <20230720062813.4126751-1-zhaotianrui@...ngson.cn>
>> Signed-off-by: Tianrui Zhao <zhaotianrui@...ngson.cn>
>> ---
>> tools/testing/selftests/kvm/Makefile | 11 +++++++++++
>> 1 file changed, 11 insertions(+)
>>
>> diff --git a/tools/testing/selftests/kvm/Makefile b/tools/testing/selftests/kvm/Makefile
>> index c692cc86e7da..36a808c0dd4c 100644
>> --- a/tools/testing/selftests/kvm/Makefile
>> +++ b/tools/testing/selftests/kvm/Makefile
>> @@ -55,6 +55,10 @@ LIBKVM_s390x += lib/s390x/ucall.c
>> LIBKVM_riscv += lib/riscv/processor.c
>> LIBKVM_riscv += lib/riscv/ucall.c
>>
>> +LIBKVM_loongarch += lib/loongarch/processor.c
>> +LIBKVM_loongarch += lib/loongarch/ucall.c
>> +LIBKVM_loongarch += lib/loongarch/exception.S
>> +
>> # Non-compiled test targets
>> TEST_PROGS_x86_64 += x86_64/nx_huge_pages_test.sh
>>
>> @@ -181,6 +185,13 @@ TEST_GEN_PROGS_riscv += kvm_page_table_test
>> TEST_GEN_PROGS_riscv += set_memory_region_test
>> TEST_GEN_PROGS_riscv += kvm_binary_stats_test
>>
>> +TEST_GEN_PROGS_loongarch += kvm_create_max_vcpus
>> +TEST_GEN_PROGS_loongarch += demand_paging_test
>> +TEST_GEN_PROGS_loongarch += kvm_page_table_test
>> +TEST_GEN_PROGS_loongarch += set_memory_region_test
>> +TEST_GEN_PROGS_loongarch += memslot_modification_stress_test
>> +TEST_GEN_PROGS_loongarch += memslot_perf_test
>> +
>> TEST_PROGS += $(TEST_PROGS_$(ARCH_DIR))
>> TEST_GEN_PROGS += $(TEST_GEN_PROGS_$(ARCH_DIR))
>> TEST_GEN_PROGS_EXTENDED += $(TEST_GEN_PROGS_EXTENDED_$(ARCH_DIR))
>> --
>> 2.39.1
>>
Powered by blists - more mailing lists