From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from esa3.hc3370-68.iphmx.com (esa3.hc3370-68.iphmx.com [216.71.145.155]) by mx.groups.io with SMTP id smtpd.web12.3622.1587550703401144440 for ; Wed, 22 Apr 2020 03:18:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@citrix.com header.s=securemail header.b=PFRKdefu; spf=pass (domain: citrix.com, ip: 216.71.145.155, mailfrom: anthony.perard@citrix.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=citrix.com; s=securemail; t=1587550704; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=19L5hKJqzwRTGGKLftADhdpmt6QKnWBN+983MyQpkQ4=; b=PFRKdefuzciPQQXveioevXYfKz3jvEdgQbqMsRTnPf56cO902CU2Odmi /JLhzOhu15zR34qhfhPwmL6KflycJ0ZoAhwUf9SkofASuFowj8AQceyNg GureY0JKq1XkO1gk7HZJcjIpUmlxiyd/FPz75P848h0vPUmQYDJq7spGE M=; Authentication-Results: esa3.hc3370-68.iphmx.com; dkim=none (message not signed) header.i=none; spf=None smtp.pra=anthony.perard@citrix.com; spf=Pass smtp.mailfrom=anthony.perard@citrix.com; spf=None smtp.helo=postmaster@mail.citrix.com Received-SPF: None (esa3.hc3370-68.iphmx.com: no sender authenticity information available from domain of anthony.perard@citrix.com) identity=pra; client-ip=162.221.158.21; receiver=esa3.hc3370-68.iphmx.com; envelope-from="anthony.perard@citrix.com"; x-sender="anthony.perard@citrix.com"; x-conformance=sidf_compatible Received-SPF: Pass (esa3.hc3370-68.iphmx.com: domain of anthony.perard@citrix.com designates 162.221.158.21 as permitted sender) identity=mailfrom; client-ip=162.221.158.21; receiver=esa3.hc3370-68.iphmx.com; envelope-from="anthony.perard@citrix.com"; x-sender="anthony.perard@citrix.com"; x-conformance=sidf_compatible; x-record-type="v=spf1"; x-record-text="v=spf1 ip4:209.167.231.154 ip4:178.63.86.133 ip4:195.66.111.40/30 ip4:85.115.9.32/28 ip4:199.102.83.4 ip4:192.28.146.160 ip4:192.28.146.107 ip4:216.52.6.88 ip4:216.52.6.188 ip4:162.221.158.21 ip4:162.221.156.83 ip4:168.245.78.127 ~all" Received-SPF: None (esa3.hc3370-68.iphmx.com: no sender authenticity information available from domain of postmaster@mail.citrix.com) identity=helo; client-ip=162.221.158.21; receiver=esa3.hc3370-68.iphmx.com; envelope-from="anthony.perard@citrix.com"; x-sender="postmaster@mail.citrix.com"; x-conformance=sidf_compatible IronPort-SDR: ri5aQuV+dkoiM23gzD5E5atlXd2U3kl7izAW+QD6no/G+/lWLIdWWwPXeWzMSAuKBI+CM8CT2H zJivEpabNttmljHWbfcE2Tjs6dRbAgitFwSzkFBBgpKhQ6AEyopirdEvFFh1hxfNoOieWOzcnY R0ZcMxeqGmMEtcsJvAZY4QsN5lFBUPOtR0BcdQftm5ANIiPwradAxESLl+aIZxjKWi5wKiV/7t Yu6A8JMAzGB69zIVuBQe4QXNcnmfhEIrein6GQcqQuJtPZswJJ5A6+Ms1Bwy3eDyI7qTW8nCTG 2d0= X-SBRS: 2.7 X-MesageID: 16040777 X-Ironport-Server: esa3.hc3370-68.iphmx.com X-Remote-IP: 162.221.158.21 X-Policy: $RELAYED X-IronPort-AV: E=Sophos;i="5.72,413,1580792400"; d="scan'208";a="16040777" Date: Wed, 22 Apr 2020 11:18:19 +0100 From: "Anthony PERARD" To: Laszlo Ersek CC: , Ard Biesheuvel , Jordan Justen , Julien Grall Subject: Re: [PATCH 2/2] OvmfPkg/OvmfXen: Introduce XenDebugLibIoPort Message-ID: <20200422101819.GP4088@perard.uk.xensource.com> References: <20200420162918.2312514-1-anthony.perard@citrix.com> <20200420162918.2312514-3-anthony.perard@citrix.com> MIME-Version: 1.0 In-Reply-To: Return-Path: anthony.perard@citrix.com Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Tue, Apr 21, 2020 at 03:54:26PM +0200, Laszlo Ersek wrote: > (2) Please write a patch for the following: > > - move the PlatformDebugLibIoPortDetect() function definition to a > separate file called "DebugIoPortQemu.c", On this new file, should I copy the copyright lines from DebugLib.c or should I add a new copyright line? The rest sounds good, I'll prepare all the patches. Thanks, -- Anthony PERARD