From patchwork Wed Oct 2 17:05:39 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olaf Hering X-Patchwork-Id: 11171655 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 97AD1112B for ; Wed, 2 Oct 2019 17:07:22 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 73F2D21D81 for ; Wed, 2 Oct 2019 17:07:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=aepfle.de header.i=@aepfle.de header.b="iGipLbty" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 73F2D21D81 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=aepfle.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iFi4f-0006Zi-Ty; Wed, 02 Oct 2019 17:06:01 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iFi4d-0006ZG-V3 for xen-devel@lists.xenproject.org; Wed, 02 Oct 2019 17:05:59 +0000 X-Inumbo-ID: e49d4d1a-e536-11e9-bf31-bc764e2007e4 Received: from mo6-p02-ob.smtp.rzone.de (unknown [2a01:238:20a:202:5302::10]) by localhost (Halon) with ESMTPS id e49d4d1a-e536-11e9-bf31-bc764e2007e4; Wed, 02 Oct 2019 17:05:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1570035953; s=strato-dkim-0002; d=aepfle.de; h=References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=rblfzOkk+yS9331fp62yPy7O19azJKWvQC1HbXCfYFE=; b=iGipLbtybMszQ69qRba7Hst1vFO4YgaaR3YHK0dquLq5a6VewkLE+f/o8hzr9TAsjc F+aIF0QCLc/S4xKUSt++Gd5YJ32BM7F1IRmjxXKQgWK1UXOOvMOuH2aZQhBBcEqqLD9p JrewjpnMmk5UX3/vbd7AVoEEYo236YXVPKpcDm8aw1y9uyKz9y28+4sWOPTtbSjJLPRP zwZcDbddhU5WXJR6Zp2fti9PKsVPb0fHSF0hPZZwP5fqltU8X1yXR4RnULcZe7wvNRN0 zQTOaw/UTctDS7s+VLI9KAJYzojKLz5JxVuzF4AG9eaug+92OdzXS/XTrlEnNiRPaddz JWHA== X-RZG-AUTH: ":P2EQZWCpfu+qG7CngxMFH1J+3q8wa/QXkBR9MXjAuzBW/OdlBZQ4AHSS2Gkg" X-RZG-CLASS-ID: mo00 Received: from sender by smtp.strato.de (RZmta 44.28.0 SBL|AUTH) with ESMTPSA id j06a90v92H5mUVf (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Wed, 2 Oct 2019 19:05:48 +0200 (CEST) From: Olaf Hering To: xen-devel@lists.xenproject.org Date: Wed, 2 Oct 2019 19:05:39 +0200 Message-Id: <20191002170543.26571-5-olaf@aepfle.de> X-Mailer: git-send-email 2.16.4 In-Reply-To: <20191002170543.26571-1-olaf@aepfle.de> References: <20191002170543.26571-1-olaf@aepfle.de> MIME-Version: 1.0 Subject: [Xen-devel] [PATCH v2 4/8] Remove tools/examples/README.incompatibilities X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Olaf Hering , Ian Jackson , Wei Liu Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" The referenced versions can not run staging anymore since a while. Signed-off-by: Olaf Hering --- tools/examples/Makefile | 1 - tools/examples/README.incompatibilities | 38 --------------------------------- 2 files changed, 39 deletions(-) delete mode 100644 tools/examples/README.incompatibilities diff --git a/tools/examples/Makefile b/tools/examples/Makefile index f86ed3a271..2a6c5444d4 100644 --- a/tools/examples/Makefile +++ b/tools/examples/Makefile @@ -3,7 +3,6 @@ include $(XEN_ROOT)/tools/Rules.mk # Xen configuration dir and configs to go there. XEN_READMES = README -XEN_READMES += README.incompatibilities XEN_CONFIGS += xlexample.hvm XEN_CONFIGS += xlexample.pvlinux diff --git a/tools/examples/README.incompatibilities b/tools/examples/README.incompatibilities deleted file mode 100644 index bb067bd419..0000000000 --- a/tools/examples/README.incompatibilities +++ /dev/null @@ -1,38 +0,0 @@ -Command Incompatibilities -========================= - -Known incompatibilities with various commands on various distributions, and -the workarounds we use. - - -brctl ------ - -brctl show fails on SLES9 SP2. Workaround is to use brctl show -without arguments, and grep, though this would be difficult were you to need -to check for a specific bridge-interface pair, since brctl does not show the -bridge name on every line. - - -ifup / ifdown -------------- - -SuSE requires an extra parameter to ifup, which is created by calling getcfg -appropriately. See xen-network-common.sh for details. - -Gentoo doesn't have ifup/ifdown; appropriate alternatives are defined in -xen-network-common.sh. - - -ip --- - -Newer ip commands (from iproute2) do not accept the abbreviated syntax "ip r a -..." etc. "ip route add ..." must be used instead. - - -sed ---- - -\s is not supported in regexps on Debian etch (sed 4.1.2), Ubuntu 4.10. We -hand-craft character classes instead.