From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9C689C433DF for ; Fri, 29 May 2020 15:48:33 +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 7A46220776 for ; Fri, 29 May 2020 15:48:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7A46220776 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=citrix.com Authentication-Results: mail.kernel.org; spf=pass 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.92) (envelope-from ) id 1jehEz-0000v1-2y; Fri, 29 May 2020 15:48:13 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1jehEx-0000uw-AC for xen-devel@lists.xenproject.org; Fri, 29 May 2020 15:48:11 +0000 X-Inumbo-ID: cbac4532-a1c3-11ea-9dbe-bc764e2007e4 Received: from esa6.hc3370-68.iphmx.com (unknown [216.71.155.175]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id cbac4532-a1c3-11ea-9dbe-bc764e2007e4; Fri, 29 May 2020 15:48:10 +0000 (UTC) Authentication-Results: esa6.hc3370-68.iphmx.com; dkim=none (message not signed) header.i=none IronPort-SDR: HQwYVuc6l0ySs9dnsV8dDqfvpXDY17CFaFnOndVZzkpPBYac8DjLERki30XEYcFFDCfpnCaBuD 0UGc4fmj0KNo5nad9QDD/ieSNaqc8ORHz21nAYrq63Ii65/bjz7+nEpBVZAtcEG8qpGZgOclKo HDfgM8l2lsDjL4POEv2CVn6FUKPhtVtgIoK7GYWizm2Ja6BSOiPkAvUNEotk5RQAcyNoYtB9jB LIdVqcgEfFa6X+TbvqL7KhX0Qon65T14ypnYOVaNkpezxzJy9kQGZlQUpQ3dFHhFXPyEaEk9GD Fzs= X-SBRS: 2.7 X-MesageID: 19123574 X-Ironport-Server: esa6.hc3370-68.iphmx.com X-Remote-IP: 162.221.158.21 X-Policy: $RELAYED X-IronPort-AV: E=Sophos;i="5.73,449,1583211600"; d="scan'208";a="19123574" From: Ian Jackson MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-ID: <24273.11950.128172.524707@mariner.uk.xensource.com> Date: Fri, 29 May 2020 16:47:58 +0100 To: Andrew Cooper Subject: Re: [PATCH v2 17/17] docs/xl.cfg: Rewrite cpuid= section In-Reply-To: <20200127143444.25538-18-andrew.cooper3@citrix.com> References: <20200127143444.25538-1-andrew.cooper3@citrix.com> <20200127143444.25538-18-andrew.cooper3@citrix.com> X-Mailer: VM 8.2.0b under 24.5.1 (i686-pc-linux-gnu) X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Anthony Perard , Xen-devel , Wei Liu Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Andrew Cooper writes ("[PATCH v2 17/17] docs/xl.cfg: Rewrite cpuid= section"): > This is partly to adjust the description of 'k' and 's' seeing as they have > changed, but mostly restructuring the information for clarity. > > In particular, use indentation to clearly separate the areas discussing libxl > format from xend format. In addition, extend the xend format section to > discuss subleaf notation. Acked-by: Ian Jackson