From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: ray.ni@intel.com) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by groups.io with SMTP; Thu, 19 Sep 2019 11:28:10 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Sep 2019 11:28:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,524,1559545200"; d="scan'208";a="178140685" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga007.jf.intel.com with ESMTP; 19 Sep 2019 11:28:09 -0700 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 19 Sep 2019 11:28:08 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 19 Sep 2019 11:28:08 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.32]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.140]) with mapi id 14.03.0439.000; Fri, 20 Sep 2019 02:28:06 +0800 From: "Ni, Ray" To: "devel@edk2.groups.io" , "leif.lindholm@linaro.org" CC: "Justen, Jordan L" , Andrew Fish Subject: Re: [edk2-devel] [PATCH 4/7] EmulatorPkg: strip trailing whitespace Thread-Topic: [edk2-devel] [PATCH 4/7] EmulatorPkg: strip trailing whitespace Thread-Index: AQHVbxUCQwDm6iM5j02mHlJRdxhylaczUa5Q Date: Thu, 19 Sep 2019 18:28:05 +0000 Deferred-Delivery: Thu, 19 Sep 2019 18:28:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5C2E8AC9@SHSMSX104.ccr.corp.intel.com> References: <20190919180625.29150-1-leif.lindholm@linaro.org> <20190919180625.29150-5-leif.lindholm@linaro.org> In-Reply-To: <20190919180625.29150-5-leif.lindholm@linaro.org> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODU0YzEyYmEtZWExMy00NTZhLWIxNzktMjMyMjQ1ODA4MjM2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVEpNV0dOT1lscUpQMFJpTElKK2RjSWtxc2ptU3RhVm5LNVwvekd5Y1ZPR29SSGt4cE5wUXVhdGlEYjhSUEIxa0YifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: ray.ni@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ray Ni > -----Original Message----- > From: devel@edk2.groups.io On Behalf Of Leif Lind= holm > Sent: Thursday, September 19, 2019 11:06 AM > To: devel@edk2.groups.io > Cc: Justen, Jordan L ; Andrew Fish ; Ni, Ray > Subject: [edk2-devel] [PATCH 4/7] EmulatorPkg: strip trailing whitespace >=20 > Cc: Jordan Justen > Cc: Andrew Fish > Cc: Ray Ni > Signed-off-by: Leif Lindholm > --- > EmulatorPkg/Readme.md | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/EmulatorPkg/Readme.md b/EmulatorPkg/Readme.md > index 5ea61ca7ab5a..0c2eea6a9a02 100644 > --- a/EmulatorPkg/Readme.md > +++ b/EmulatorPkg/Readme.md > @@ -57,12 +57,12 @@ emulator.** >=20 > For example, to build + run: >=20 > -`$ EmulatorPkg/build.sh` > +`$ EmulatorPkg/build.sh` > `$ EmulatorPkg/build.sh run` >=20 > The build architecture will match your host machine's architecture. >=20 > On X64 host machines, you can build + run IA32 mode as well: >=20 > -`$ EmulatorPkg/build.sh -a IA32` > +`$ EmulatorPkg/build.sh -a IA32` > `$ EmulatorPkg/build.sh -a IA32 run` > -- > 2.20.1 >=20 >=20 >=20