Skip to content

Commit 0316dbb

Browse files
musamaanjumbonzini
authored andcommitted
selftests: kvm: Remove absent target file
There is no vmx_pi_mmio_test file. Remove it to get rid of error while creation of selftest archive: rsync: [sender] link_stat "/kselftest/kvm/x86_64/vmx_pi_mmio_test" failed: No such file or directory (2) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1333) [sender=3.2.3] Fixes: 6a58150 ("selftest: KVM: Add intra host migration tests") Reported-by: "kernelci.org bot" <bot@kernelci.org> Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com> Message-Id: <20220210172352.1317554-1-usama.anjum@collabora.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 parent ed343aa commit 0316dbb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/testing/selftests/kvm/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ TEST_GEN_PROGS_x86_64 += x86_64/tsc_msrs_test
8282
TEST_GEN_PROGS_x86_64 += x86_64/vmx_pmu_msrs_test
8383
TEST_GEN_PROGS_x86_64 += x86_64/xen_shinfo_test
8484
TEST_GEN_PROGS_x86_64 += x86_64/xen_vmcall_test
85-
TEST_GEN_PROGS_x86_64 += x86_64/vmx_pi_mmio_test
8685
TEST_GEN_PROGS_x86_64 += x86_64/sev_migrate_tests
8786
TEST_GEN_PROGS_x86_64 += x86_64/amx_test
8887
TEST_GEN_PROGS_x86_64 += access_tracking_perf_test

0 commit comments

Comments
 (0)