[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1421264027-10706-1-git-send-email-mcgrof@do-not-panic.com>
Date: Wed, 14 Jan 2015 11:33:45 -0800
From: "Luis R. Rodriguez" <mcgrof@...not-panic.com>
To: hpa@...or.com, josh@...htriplett.org, sam@...nborg.org,
stefano.stabellini@...citrix.com
Cc: bpoirier@...e.de, x86@...nel.org, kvm@...r.kernel.org,
xen-devel@...ts.xenproject.org, linux-kernel@...r.kernel.org,
julien.grall@...aro.org, rientjes@...gle.com, mcgrof@...e.com
Subject: [PATCH v3 0/2] x86/arm64: add xenconfig
From: "Luis R. Rodriguez" <mcgrof@...e.com>
This v3 addresses Stefano's feedback from the v2 series, namely
moving PCI stuff to x86 as its all x86 specific and also just
removing the CONFIG_TCG_XEN=m from the general config. To be
clear the changes from the v2 series are below.
Luis R. Rodriguez (2):
x86, platform, xen, kconfig: clarify kvmconfig is for kvm
x86, arm, platform, xen, kconfig: add xen defconfig helper
arch/x86/configs/xen.config | 10 ++++++++++
kernel/configs/xen.config | 26 ++++++++++++++++++++++++++
scripts/kconfig/Makefile | 7 ++++++-
3 files changed, 42 insertions(+), 1 deletion(-)
create mode 100644 arch/x86/configs/xen.config
create mode 100644 kernel/configs/xen.config
--
2.1.1
diff --git a/arch/x86/configs/xen.config b/arch/x86/configs/xen.config
index 92b8587f..fa7d214 100644
--- a/arch/x86/configs/xen.config
+++ b/arch/x86/configs/xen.config
@@ -5,3 +5,6 @@ CONFIG_XEN_SAVE_RESTORE=y
# CONFIG_XEN_DEBUG_FS is not set
CONFIG_XEN_PVH=y
CONFIG_XEN_MCE_LOG=y
+CONFIG_PCI_XEN=y
+CONFIG_XEN_PCIDEV_FRONTEND=m
+CONFIG_XEN_ACPI_PROCESSOR=m
diff --git a/kernel/configs/xen.config b/kernel/configs/xen.config
index d2ec010..476fcf0 100644
--- a/kernel/configs/xen.config
+++ b/kernel/configs/xen.config
@@ -1,8 +1,6 @@
# generic config
CONFIG_XEN=y
CONFIG_XEN_DOM0=y
-CONFIG_PCI_XEN=y
-CONFIG_XEN_PCIDEV_FRONTEND=m
CONFIG_XEN_BLKDEV_FRONTEND=m
CONFIG_XEN_BLKDEV_BACKEND=m
CONFIG_XEN_NETDEV_FRONTEND=m
@@ -10,7 +8,6 @@ CONFIG_XEN_NETDEV_BACKEND=m
CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y
CONFIG_HVC_XEN=y
CONFIG_HVC_XEN_FRONTEND=y
-CONFIG_TCG_XEN=m
CONFIG_XEN_WDT=m
CONFIG_XEN_FBDEV_FRONTEND=y
CONFIG_XEN_BALLOON=y
@@ -27,4 +24,3 @@ CONFIG_XEN_GRANT_DEV_ALLOC=m
CONFIG_SWIOTLB_XEN=y
CONFIG_XEN_PCIDEV_BACKEND=m
CONFIG_XEN_PRIVCMD=m
-CONFIG_XEN_ACPI_PROCESSOR=m
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists