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=-6.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, 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 5CF41C433DF for ; Thu, 16 Jul 2020 14:44:31 +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 2B402207E8 for ; Thu, 16 Jul 2020 14:44:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=citrix.com header.i=@citrix.com header.b="VDeqjvMk" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2B402207E8 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 1jw57U-0005XX-HB; Thu, 16 Jul 2020 14:44:20 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1jw57T-0005XR-MO for xen-devel@lists.xenproject.org; Thu, 16 Jul 2020 14:44:19 +0000 X-Inumbo-ID: d3e3d5f6-c772-11ea-94c4-12813bfff9fa Received: from esa5.hc3370-68.iphmx.com (unknown [216.71.155.168]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id d3e3d5f6-c772-11ea-94c4-12813bfff9fa; Thu, 16 Jul 2020 14:44:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=citrix.com; s=securemail; t=1594910658; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=qwTSYK560X0BNoFkVmqMazfkzBL6WpAx2P98JYb/EO4=; b=VDeqjvMkchkq3TlrwyPu4trVka2e2VxvtgwN8mqfN6Gb7c2oHhgTKREK eub2xSlyPKMbhOtwrVjzgqD7XjybOFdoWntPUogxLvqC7gr0KsMWrXbbA 9oRPBkJzstYk59GqV3d9g4oOmIaoTE0EpgAWkUUSr6l3grONvrFgohQWh s=; Authentication-Results: esa5.hc3370-68.iphmx.com; dkim=none (message not signed) header.i=none IronPort-SDR: WjIjTeGoOehPh+ITlKQb35aLNU0DcABCMpNGUqW7T+gYa3gQCU1Gk2cNA9Tpn4TsgBMz7QVnSZ JAsvMs6UJGLRJc7++DAy1VP727Y2Gh0XYUCAKzemuGJ/a87P4z5F1IZq1cTgs4dI+PxpySexTi WFHI5GSN94vux7yH2BjmfyvhslxsUkpdHzB4Jir/+JXU/NT+NviORmAAsVR2RJj2YcW9tOhBqx Gvsm1ea8TMi0F8oC9jENzSKZxTbR1QiRPz7IuOmGxgw+VmmHlqBRxPFXqHnfi02MiR9/WRdNMW 7a4= X-SBRS: 2.7 X-MesageID: 22731835 X-Ironport-Server: esa5.hc3370-68.iphmx.com X-Remote-IP: 162.221.158.21 X-Policy: $RELAYED X-IronPort-AV: E=Sophos;i="5.75,359,1589256000"; d="scan'208";a="22731835" Date: Thu, 16 Jul 2020 16:44:04 +0200 From: Roger Pau =?utf-8?B?TW9ubsOp?= To: Jan Beulich Subject: Re: [PATCH] compat: add a little bit of description to xlat.lst Message-ID: <20200716144404.GR7191@Air-de-Roger> References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-ClientProxiedBy: AMSPEX02CAS02.citrite.net (10.69.22.113) To AMSPEX02CL02.citrite.net (10.69.22.126) 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: Stefano Stabellini , Julien Grall , Wei Liu , George Dunlap , Andrew Cooper , Ian Jackson , "xen-devel@lists.xenproject.org" Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" On Thu, Jul 16, 2020 at 02:21:33PM +0200, Jan Beulich wrote: > Requested-by: Roger Pau Monné > Signed-off-by: Jan Beulich Reviewed-by: Roger Pau Monné Thanks for writing this up!