From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932140AbaFISgo (ORCPT ); Mon, 9 Jun 2014 14:36:44 -0400 Received: from mail-pb0-f42.google.com ([209.85.160.42]:45663 "EHLO mail-pb0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750878AbaFISgj (ORCPT ); Mon, 9 Jun 2014 14:36:39 -0400 From: "Luis R. Rodriguez" To: tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com Cc: x86@kernel.org, linux-kernel@vger.kernel.org, "Luis R. Rodriguez" , Borislav Petkov , Pekka Enberg , David Rientjes , Michal Marek , Randy Dunlap , levinsasha928@gmail.com, mtosatti@redhat.com, fengguang.wu@intel.com, David Vrabel , Ian Campbell , Konrad Rzeszutek Wilk , xen-devel@lists.xenproject.org Subject: [PATCH v2 2/3] x86, platform, xen, kconfig: clarify kvmconfig is for kvm Date: Mon, 9 Jun 2014 11:36:23 -0700 Message-Id: <1402338984-9774-2-git-send-email-mcgrof@do-not-panic.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1402338984-9774-1-git-send-email-mcgrof@do-not-panic.com> References: <1402338984-9774-1-git-send-email-mcgrof@do-not-panic.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: "Luis R. Rodriguez" We'll be adding options for xen as well. Cc: Borislav Petkov Cc: Pekka Enberg Cc: David Rientjes Cc: Michal Marek Cc: Randy Dunlap Cc: penberg@kernel.org Cc: levinsasha928@gmail.com Cc: mtosatti@redhat.com Cc: fengguang.wu@intel.com Cc: David Vrabel Cc: Ian Campbell Cc: Konrad Rzeszutek Wilk Cc: xen-devel@lists.xenproject.org Acked-by: David Rientjes Signed-off-by: Luis R. Rodriguez --- arch/x86/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/Makefile b/arch/x86/Makefile index c78747b..36eea65 100644 --- a/arch/x86/Makefile +++ b/arch/x86/Makefile @@ -273,5 +273,5 @@ define archhelp echo ' bzdisk/fdimage*/isoimage also accept:' echo ' FDARGS="..." arguments for the booted kernel' echo ' FDINITRD=file initrd for the booted kernel' - echo ' kvmconfig - Enable additional options for guest kernel support' + echo ' kvmconfig - Enable additional options for kvm guest kernel support' endef -- 2.0.0.rc3.18.g00a5b79