cip-dev.lists.cip-project.org archive mirror
 help / color / mirror / Atom feed
From: "florian.bezdeka@siemens.com" <florian.bezdeka@siemens.com>
To: "cip-dev@lists.cip-project.org" <cip-dev@lists.cip-project.org>,
	"pavel@denx.de" <pavel@denx.de>
Cc: "jan.kiszka@siemens.com" <jan.kiszka@siemens.com>,
	"henning.schild@siemens.com" <henning.schild@siemens.com>,
	"florian.bezdeka@siemens.com" <florian.bezdeka@siemens.com>
Subject: [cip-dev][cip-kernel-config][PATCH v2 1/2] 4.19.y-cip: Remove XEN guest support for siemens_ipc227e
Date: Wed, 24 Feb 2021 12:50:09 +0000	[thread overview]
Message-ID: <20210224124958.75586-1-florian.bezdeka@siemens.com> (raw)
In-Reply-To: <20210218183455.GA22234@duo.ucw.cz>

[-- Attachment #1: Type: text/plain, Size: 2290 bytes --]

From: Florian Bezdeka <florian.bezdeka@siemens.com>

Remove XEN guest support which is not needed and helps to keep
maintanance simple.

Signed-off-by: Florian Bezdeka <florian.bezdeka@siemens.com>
---

 Changes in v2:
  - resend due to local tooling problem


 4.19.y-cip/x86/siemens_ipc227e_defconfig | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/4.19.y-cip/x86/siemens_ipc227e_defconfig b/4.19.y-cip/x86/siemens_ipc227e_defconfig
index 273d20e..5d069f0 100644
--- a/4.19.y-cip/x86/siemens_ipc227e_defconfig
+++ b/4.19.y-cip/x86/siemens_ipc227e_defconfig
@@ -43,8 +43,6 @@ CONFIG_X86_AMD_PLATFORM_DEVICE=y
 CONFIG_HYPERVISOR_GUEST=y
 CONFIG_PARAVIRT=y
 CONFIG_PARAVIRT_SPINLOCKS=y
-CONFIG_XEN=y
-CONFIG_XEN_PVH=y
 CONFIG_GART_IOMMU=y
 CONFIG_CALGARY_IOMMU=y
 CONFIG_NR_CPUS=512
@@ -86,7 +84,6 @@ CONFIG_INTEL_IDLE=y
 CONFIG_PCIEPORTBUS=y
 CONFIG_HOTPLUG_PCI_PCIE=y
 CONFIG_PCI_REALLOC_ENABLE_AUTO=y
-# CONFIG_XEN_PCIDEV_FRONTEND is not set
 CONFIG_PCI_IOV=y
 CONFIG_HOTPLUG_PCI=y
 CONFIG_HOTPLUG_PCI_ACPI=y
@@ -218,7 +215,6 @@ CONFIG_DEVTMPFS=y
 CONFIG_CONNECTOR=y
 # CONFIG_PNP_DEBUG_MESSAGES is not set
 CONFIG_BLK_DEV_LOOP=m
-# CONFIG_XEN_BLKDEV_FRONTEND is not set
 # CONFIG_SCSI_MQ_DEFAULT is not set
 # CONFIG_SCSI_PROC_FS is not set
 CONFIG_BLK_DEV_SD=m
@@ -255,7 +251,6 @@ CONFIG_FDDI=y
 CONFIG_HIPPI=y
 # CONFIG_USB_NET_DRIVERS is not set
 CONFIG_WAN=y
-# CONFIG_XEN_NETDEV_FRONTEND is not set
 CONFIG_FUJITSU_ES=m
 CONFIG_ISDN=y
 CONFIG_INPUT_MOUSEDEV=y
@@ -358,14 +353,6 @@ CONFIG_DMADEVICES=y
 CONFIG_INTEL_IOATDMA=m
 CONFIG_ASYNC_TX_DMA=y
 CONFIG_VIRT_DRIVERS=y
-CONFIG_XEN_BALLOON_MEMORY_HOTPLUG=y
-# CONFIG_XEN_DEV_EVTCHN is not set
-# CONFIG_XENFS is not set
-# CONFIG_XEN_GNTDEV is not set
-# CONFIG_XEN_GRANT_DEV_ALLOC is not set
-# CONFIG_XEN_PCIDEV_BACKEND is not set
-# CONFIG_XEN_ACPI_PROCESSOR is not set
-CONFIG_XEN_MCE_LOG=y
 CONFIG_STAGING=y
 CONFIG_STAGING_MEDIA=y
 CONFIG_CHROME_PLATFORMS=y
@@ -404,8 +391,8 @@ CONFIG_NFSD=y
 CONFIG_NFSD_V3_ACL=y
 CONFIG_NFSD_V4=y
 CONFIG_NLS_DEFAULT="utf8"
-CONFIG_NLS_ASCII=y
 CONFIG_NLS_CODEPAGE_437=y
+CONFIG_NLS_ASCII=y
 CONFIG_NLS_ISO8859_1=y
 CONFIG_NLS_UTF8=y
 CONFIG_PERSISTENT_KEYRINGS=y
-- 
2.29.2

[-- Attachment #2: Type: text/plain, Size: 428 bytes --]


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#6190): https://lists.cip-project.org/g/cip-dev/message/6190
Mute This Topic: https://lists.cip-project.org/mt/80875472/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/4520388/727948398/xyzzy [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-


  parent reply	other threads:[~2021-02-24 12:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-18  9:21 [cip-dev] Cip-kernel-sec Updates for Week of 2021-02-18 Chen-Yu Tsai (Moxa)
2021-02-18  9:49 ` Pavel Machek
2021-02-18  9:52   ` Chen-Yu Tsai (Moxa)
2021-02-18 16:28     ` florian.bezdeka
2021-02-18 18:34       ` Pavel Machek
2021-02-24 12:42         ` [cip-dev][cip-kernel-config] 1/2] 4.19.y-cip: Remove XEN guest support for siemens_ipc227e florian.bezdeka
2021-02-24 12:43         ` [cip-dev][cip-kernel-config] 2/2] 5.10.y-cip: Removing " florian.bezdeka
2021-02-24 12:50         ` florian.bezdeka [this message]
2021-02-25  8:58           ` [cip-dev][cip-kernel-config][PATCH v2 1/2] 4.19.y-cip: Remove " Nobuhiro Iwamatsu
2021-02-24 12:50         ` [cip-dev][cip-kernel-config][PATCH v2 2/2] 5.10.y-cip: Removing " florian.bezdeka

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=20210224124958.75586-1-florian.bezdeka@siemens.com \
    --to=florian.bezdeka@siemens.com \
    --cc=cip-dev@lists.cip-project.org \
    --cc=henning.schild@siemens.com \
    --cc=jan.kiszka@siemens.com \
    --cc=pavel@denx.de \
    /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;
as well as URLs for NNTP newsgroup(s).