mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] x86/build: Add {kvm_guest,xen}.config targets to make help's output
@ 2020-12-17 13:46 Borislav Petkov
  2020-12-17 13:46 ` [PATCH 2/2] x86/build: Realign archhelp Borislav Petkov
  2020-12-28 17:31 ` [tip: x86/build] x86/build: Add {kvm_guest,xen}.config targets to make help's output tip-bot2 for Borislav Petkov
  0 siblings, 2 replies; 4+ messages in thread
From: Borislav Petkov @ 2020-12-17 13:46 UTC (permalink / raw)
  To: X86 ML; +Cc: LKML

From: Borislav Petkov <bp@suse.de>

Add the targets which add Kconfig items to the .config so that the
kernel can be run as a guest, to the 'make help' output so that they
can be found easier and there's no need to grep the tree each time to
remember what they should be called.

Signed-off-by: Borislav Petkov <bp@suse.de>
---
 arch/x86/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/x86/Makefile b/arch/x86/Makefile
index 7116da3980be..3dae5c90c159 100644
--- a/arch/x86/Makefile
+++ b/arch/x86/Makefile
@@ -304,4 +304,7 @@ define archhelp
   echo  '                  bzdisk/fdimage*/isoimage also accept:'
   echo  '                  FDARGS="..."  arguments for the booted kernel'
   echo  '                  FDINITRD=file initrd for the booted kernel'
+  echo  '  kvm_guest.config - Enable Kconfig items for running this kernel as a KVM guest'
+  echo  '  xen.config	  - Enable Kconfig items for running this kernel as a Xen guest'
+
 endef
-- 
2.29.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-28 17:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-17 13:46 [PATCH 1/2] x86/build: Add {kvm_guest,xen}.config targets to make help's output Borislav Petkov
2020-12-17 13:46 ` [PATCH 2/2] x86/build: Realign archhelp Borislav Petkov
2020-12-28 17:31   ` [tip: x86/build] " tip-bot2 for Borislav Petkov
2020-12-28 17:31 ` [tip: x86/build] x86/build: Add {kvm_guest,xen}.config targets to make help's output tip-bot2 for Borislav Petkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®