mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 23:09:34 +01:00
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.
This commit is contained in:
parent
d544fb9fa8
commit
d83b4a4597
@ -48,7 +48,7 @@ minimal options for a successful boot and execution:
|
|||||||
|
|
||||||
<arch>_defconfig Default kernel configuration
|
<arch>_defconfig Default kernel configuration
|
||||||
|
|
||||||
kvmconfig Default configuration for
|
kvm_guest.config Default configuration for
|
||||||
kvm guests
|
kvm guests
|
||||||
|
|
||||||
<iwd>/tools/test_runner_kernel_config The test-runner specific
|
<iwd>/tools/test_runner_kernel_config The test-runner specific
|
||||||
@ -62,7 +62,7 @@ as follows:
|
|||||||
|
|
||||||
$ make x86_64_defconfig
|
$ make x86_64_defconfig
|
||||||
|
|
||||||
$ make kvmconfig
|
$ make kvm_guest.config
|
||||||
|
|
||||||
$ sh <iwd>/tools/test_runner_kernel_config
|
$ sh <iwd>/tools/test_runner_kernel_config
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user