Skip to content

Commit 332c4d9

Browse files
Like Xusean-jc
authored andcommitted
KVM: selftests: Remove obsolete and incorrect test case metadata
Delete inaccurate descriptions and obsolete metadata for test cases. It adds zero value, and has a non-zero chance of becoming stale and misleading in the future. No functional changes intended. Suggested-by: Sean Christopherson <seanjc@google.com> Signed-off-by: Like Xu <likexu@tencent.com> Link: https://lore.kernel.org/r/20230914094803.94661-1-likexu@tencent.com Signed-off-by: Sean Christopherson <seanjc@google.com>
1 parent b15e749 commit 332c4d9

File tree

7 files changed

+0
-17
lines changed

7 files changed

+0
-17
lines changed

tools/testing/selftests/kvm/include/ucall_common.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/* SPDX-License-Identifier: GPL-2.0-only */
22
/*
3-
* tools/testing/selftests/kvm/include/kvm_util.h
4-
*
53
* Copyright (C) 2018, Google LLC.
64
*/
75
#ifndef SELFTEST_KVM_UCALL_COMMON_H

tools/testing/selftests/kvm/lib/x86_64/apic.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
/*
3-
* tools/testing/selftests/kvm/lib/x86_64/processor.c
4-
*
53
* Copyright (C) 2021, Google LLC.
64
*/
75

tools/testing/selftests/kvm/x86_64/hyperv_svm_test.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
/*
3-
* KVM_GET/SET_* tests
4-
*
53
* Copyright (C) 2022, Red Hat, Inc.
64
*
75
* Tests for Hyper-V extensions to SVM.

tools/testing/selftests/kvm/x86_64/nx_huge_pages_test.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
/*
3-
* tools/testing/selftests/kvm/nx_huge_page_test.c
4-
*
53
* Usage: to be run via nx_huge_page_test.sh, which does the necessary
64
* environment setup and teardown
75
*

tools/testing/selftests/kvm/x86_64/nx_huge_pages_test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# Wrapper script which performs setup and cleanup for nx_huge_pages_test.
55
# Makes use of root privileges to set up huge pages and KVM module parameters.
66
#
7-
# tools/testing/selftests/kvm/nx_huge_page_test.sh
87
# Copyright (C) 2022, Google LLC.
98

109
set -e

tools/testing/selftests/kvm/x86_64/tsc_scaling_sync.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
/*
3-
* svm_vmcall_test
4-
*
53
* Copyright © 2021 Amazon.com, Inc. or its affiliates.
6-
*
7-
* Xen shared_info / pvclock testing
84
*/
95

106
#include "test_util.h"

tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
/*
3-
* svm_vmcall_test
4-
*
53
* Copyright © 2021 Amazon.com, Inc. or its affiliates.
6-
*
7-
* Xen shared_info / pvclock testing
84
*/
95

106
#include "test_util.h"

0 commit comments

Comments
 (0)