projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd58e64
)
Documentation: admin-guide: Update kvm/xen config option
author
André Almeida
<andrealmeid@collabora.com>
Sat, 30 Jan 2021 01:45:47 +0000
(22:45 -0300)
committer
Jonathan Corbet
<corbet@lwn.net>
Thu, 4 Feb 2021 21:47:40 +0000
(14:47 -0700)
Since commit
9bba03d4473d
("kconfig: remove 'kvmconfig' and 'xenconfig'
shorthands") kvm/xen config shortcuts are not available anymore. Update
the file to reflect how they should be used, with the full filename.
Signed-off-by: André Almeida <andrealmeid@collabora.com>
Link:
https://lore.kernel.org/r/20210130014547.123006-2-andrealmeid@collabora.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/admin-guide/README.rst
patch
|
blob
|
history
diff --git
a/Documentation/admin-guide/README.rst
b/Documentation/admin-guide/README.rst
index 261b7b4cca1f6691b5d0285b450dad8cd97bd93f..35314b63008c258209d4454a86692fed462e3c46 100644
(file)
--- a/
Documentation/admin-guide/README.rst
+++ b/
Documentation/admin-guide/README.rst
@@
-226,10
+226,11
@@
Configuring the kernel
all module options to built in (=y) options. You can
also preserve modules by LMC_KEEP.
- "make kvmconfig" Enable additional options for kvm guest kernel support.
+ "make kvm_guest.config" Enable additional options for kvm guest kernel
+ support.
- "make xenconfig" Enable additional options for xen dom0 guest kernel
- support.
+ "make xen
.
config" Enable additional options for xen dom0 guest kernel
+
support.
"make tinyconfig" Configure the tiniest possible kernel.