From: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
To: tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com
Cc: x86@kernel.org, linux-kernel@vger.kernel.org,
"Luis R. Rodriguez" <mcgrof@suse.com>,
Borislav Petkov <bp@suse.de>, Pekka Enberg <penberg@kernel.org>,
David Rientjes <rientjes@google.com>,
Michal Marek <mmarek@suse.cz>,
Randy Dunlap <rdunlap@infradead.org>,
levinsasha928@gmail.com, mtosatti@redhat.com,
fengguang.wu@intel.com, David Vrabel <david.vrabel@citrix.com>,
Ian Campbell <Ian.Campbell@citrix.com>,
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>,
xen-devel@lists.xenproject.org
Subject: [PATCH 3/3] x86, platform, kconfig: add virtconfig defconfig helper
Date: Fri, 6 Jun 2014 16:11:09 -0700 [thread overview]
Message-ID: <1402096269-4512-3-git-send-email-mcgrof@do-not-panic.com> (raw)
In-Reply-To: <1402096269-4512-1-git-send-email-mcgrof@do-not-panic.com>
From: "Luis R. Rodriguez" <mcgrof@suse.com>
This lets you use:
make virtconfig
to merge you current kernel configuration with options to
enable both kvm and xen (dom0 and guest) requirements.
Cc: Borislav Petkov <bp@suse.de>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: David Rientjes <rientjes@google.com>
Cc: Michal Marek <mmarek@suse.cz>
Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: penberg@kernel.org
Cc: levinsasha928@gmail.com
Cc: mtosatti@redhat.com
Cc: fengguang.wu@intel.com
Cc: David Vrabel <david.vrabel@citrix.com>
Cc: Ian Campbell <Ian.Campbell@citrix.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: xen-devel@lists.xenproject.org
Signed-off-by: Luis R. Rodriguez <mcgrof@suse.com>
---
arch/x86/Makefile | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/x86/Makefile b/arch/x86/Makefile
index 9db34e2..f2df13e 100644
--- a/arch/x86/Makefile
+++ b/arch/x86/Makefile
@@ -262,6 +262,11 @@ xenconfig:
$(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh -m -O $(objtree) $(objtree)/.config $(srctree)/arch/x86/configs/xen.config
$(Q)yes "" | $(MAKE) -f $(srctree)/Makefile oldconfig
+PHONY += virtconfig
+virtconfig:
+ $(Q)$(MAKE) kvmconfig
+ $(Q)$(MAKE) xenconfig
+
define archhelp
echo '* bzImage - Compressed kernel image (arch/x86/boot/bzImage)'
echo ' install - Install kernel using'
@@ -277,4 +282,5 @@ define archhelp
echo ' FDINITRD=file initrd for the booted kernel'
echo ' kvmconfig - Enable additional options for kvm guest kernel support'
echo ' xenconfig - Enable additional options for xen dom0 and guest kernel support'
+ echo ' virtconfig - Enable additional options for kvm and xen kernel support'
endef
--
2.0.0.rc3.18.g00a5b79
next prev parent reply other threads:[~2014-06-06 23:11 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-06 23:11 [PATCH 1/3] x86, platform, xen, kconfig: clarify kvmconfig is for kvm Luis R. Rodriguez
2014-06-06 23:11 ` [PATCH 2/3] x86, platform, xen, kconfig: add xen defconfig helper Luis R. Rodriguez
2014-06-07 9:11 ` David Rientjes
2014-06-09 17:38 ` Luis R. Rodriguez
2014-06-06 23:11 ` Luis R. Rodriguez [this message]
2014-06-07 9:04 ` [PATCH 3/3] x86, platform, kconfig: add virtconfig " Borislav Petkov
2014-06-09 17:15 ` Luis R. Rodriguez
2014-06-10 8:35 ` Ian Campbell
2014-06-10 9:01 ` Borislav Petkov
2014-06-10 9:13 ` Ian Campbell
2014-06-10 9:16 ` Borislav Petkov
2014-06-07 9:14 ` David Rientjes
2014-06-09 17:15 ` Luis R. Rodriguez
2014-06-07 9:08 ` [PATCH 1/3] x86, platform, xen, kconfig: clarify kvmconfig is for kvm David Rientjes
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1402096269-4512-3-git-send-email-mcgrof@do-not-panic.com \
--to=mcgrof@do-not-panic.com \
--cc=Ian.Campbell@citrix.com \
--cc=bp@suse.de \
--cc=david.vrabel@citrix.com \
--cc=fengguang.wu@intel.com \
--cc=hpa@zytor.com \
--cc=konrad.wilk@oracle.com \
--cc=levinsasha928@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mcgrof@suse.com \
--cc=mingo@redhat.com \
--cc=mmarek@suse.cz \
--cc=mtosatti@redhat.com \
--cc=penberg@kernel.org \
--cc=rdunlap@infradead.org \
--cc=rientjes@google.com \
--cc=tglx@linutronix.de \
--cc=x86@kernel.org \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome