From d83b4a45971aa58f5921ce494e51b27c35bee667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alvin=20=C5=A0ipraga?= Date: Wed, 27 Jan 2021 10:05:03 +0000 Subject: [PATCH] doc: update kernel configuration instructions for KVM guests The kvmguest shorthand was removed after the release of Linux 5.10. It was just shorthand for kvm_guest.config anyway, so update the test-runner documentation accordingly. --- doc/test-runner.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/test-runner.txt b/doc/test-runner.txt index 17d7bbb2..3426d1dc 100644 --- a/doc/test-runner.txt +++ b/doc/test-runner.txt @@ -48,7 +48,7 @@ minimal options for a successful boot and execution: _defconfig Default kernel configuration - kvmconfig Default configuration for + kvm_guest.config Default configuration for kvm guests /tools/test_runner_kernel_config The test-runner specific @@ -62,7 +62,7 @@ as follows: $ make x86_64_defconfig - $ make kvmconfig + $ make kvm_guest.config $ sh /tools/test_runner_kernel_config