From patchwork Wed Oct 2 17:05:35 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olaf Hering X-Patchwork-Id: 11171659 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 1AB2B112B for ; Wed, 2 Oct 2019 17:07:25 +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 EAFCD2086A for ; Wed, 2 Oct 2019 17:07:24 +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="THASjDLD" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EAFCD2086A 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 1iFi4W-0006Xw-8e; Wed, 02 Oct 2019 17:05:52 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iFi4U-0006Xr-3f for xen-devel@lists.xenproject.org; Wed, 02 Oct 2019 17:05:50 +0000 X-Inumbo-ID: e0bac56a-e536-11e9-97fb-bc764e2007e4 Received: from mo6-p00-ob.smtp.rzone.de (unknown [2a01:238:20a:202:5300::5]) by localhost (Halon) with ESMTPS id e0bac56a-e536-11e9-97fb-bc764e2007e4; Wed, 02 Oct 2019 17:05:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1570035947; s=strato-dkim-0002; d=aepfle.de; h=Message-Id:Date:Subject:Cc:To:From:X-RZG-CLASS-ID:X-RZG-AUTH:From: Subject:Sender; bh=IUXC4I+JXC+DHEkub8mYWOX6hI/P/lD4+i+wDdaNKk0=; b=THASjDLDiFxUtNwh/XGz7z49hDT6yn5pp2Ma0nYw1wBygM2wahRJEeuXfDncBnNQox vibuqXWV3YKCTMVCYbUrOV6MjzPuf4ZZnrNHHd1fku1oUdvrdeHltksnbkOnziScvgDj fLhbNUq7AiSk3glGmmtvz9wnyK1mHO+pM7sUXspqcbQjHdcJ7IUw4DoeMD9AuZeD1+Tb S9kQcCOQLvM/fC9PU6P4a3d2PrpYgJgd0w31qgr2jK1JhwcfxzWJFiRGe2etOK4mHSjl 7/ZBOtsnCNO5H/Cn6Fc2xkc3L/Q1x5/YXHiJReXC554yZuFhF1Fmn1GNTdJywBjVwAPm MNGw== 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 j06a90v92H5kUVb (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:46 +0200 (CEST) From: Olaf Hering To: xen-devel@lists.xenproject.org Date: Wed, 2 Oct 2019 19:05:35 +0200 Message-Id: <20191002170543.26571-1-olaf@aepfle.de> X-Mailer: git-send-email 2.16.4 MIME-Version: 1.0 Subject: [Xen-devel] [PATCH v2 0/8] tools, doc and stubdom fixes 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 Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Olaf Hering (8): stubdom/vtpm: include stdio.h for declaration of printf tools: add with-xen-scriptdir configure option Use XEN_SCRIPT_DIR to refer to /etc/xen/scripts Remove tools/examples/README.incompatibilities tools: remove empty xl.conf Remove tools/examples/cpupool docs: substitute XEN_CONFIG_DIR in xl.conf.5 docs: remove stale create example from xl.1 .gitignore | 3 ++ docs/configure.ac | 3 ++ ...ration.5.pod => xl-disk-configuration.5.pod.in} | 2 +- ...ion.5.pod => xl-network-configuration.5.pod.in} | 4 +- docs/man/xl.1.pod.in | 11 +----- docs/man/{xl.conf.5.pod => xl.conf.5.pod.in} | 8 ++-- docs/misc/block-scripts.txt | 2 +- m4/paths.m4 | 8 +++- stubdom/vtpm/vtpmblk.c | 1 + tools/examples/Makefile | 3 -- tools/examples/README | 2 - tools/examples/README.incompatibilities | 38 ------------------- tools/examples/cpupool | 17 --------- tools/examples/xl.conf | 44 ---------------------- tools/xl/xl_cmdtable.c | 2 +- 15 files changed, 25 insertions(+), 123 deletions(-) rename docs/man/{xl-disk-configuration.5.pod => xl-disk-configuration.5.pod.in} (99%) rename docs/man/{xl-network-configuration.5.pod => xl-network-configuration.5.pod.in} (98%) rename docs/man/{xl.conf.5.pod => xl.conf.5.pod.in} (96%) delete mode 100644 tools/examples/README.incompatibilities delete mode 100644 tools/examples/cpupool delete mode 100644 tools/examples/xl.conf