From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.93; helo=mga11.intel.com; envelope-from=star.zeng@intel.com; receiver=edk2-devel@lists.01.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 3269221A10961 for ; Wed, 29 Nov 2017 17:11:24 -0800 (PST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Nov 2017 17:15:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,339,1508828400"; d="scan'208";a="7813533" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga003.jf.intel.com with ESMTP; 29 Nov 2017 17:15:47 -0800 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 29 Nov 2017 17:15:47 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 29 Nov 2017 17:15:47 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.175]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.93]) with mapi id 14.03.0319.002; Thu, 30 Nov 2017 09:15:45 +0800 From: "Zeng, Star" To: Julien Grall , "Dong, Eric" , "pankaj.bansal@nxp.com" , "lersek@redhat.com" , "leif.lindholm@linaro.org" CC: "edk2-devel@lists.01.org" , "Zeng, Star" Thread-Topic: [PATCH v3 0/3] MdeModulePkg/SerialDxe: Do not fail reset when SetAttributes is not supported Thread-Index: AQHTaTd/gc2ADnfzIE6dLzY/jcYsP6MsHqgQ Date: Thu, 30 Nov 2017 01:15:44 +0000 Message-ID: <0C09AFA07DD0434D9E2A0C6AEB0483103B9BDB36@shsmsx102.ccr.corp.intel.com> References: <20171129172823.2906-1-julien.grall@linaro.org> In-Reply-To: <20171129172823.2906-1-julien.grall@linaro.org> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v3 0/3] MdeModulePkg/SerialDxe: Do not fail reset when SetAttributes is not supported X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2017 01:11:24 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Star Zeng and pushed the patches at http= s://github.com/tianocore/edk2/compare/f1f7190bf3bf...7ce5af40c98b with the = typo (pointed out by Laszlo) fixed in [Patch 2/3]. Thanks, Star -----Original Message----- From: Julien Grall [mailto:julien.grall@linaro.org]=20 Sent: Thursday, November 30, 2017 1:28 AM To: Zeng, Star ; Dong, Eric ; pan= kaj.bansal@nxp.com; lersek@redhat.com; leif.lindholm@linaro.org Cc: edk2-devel@lists.01.org; Julien Grall Subject: [PATCH v3 0/3] MdeModulePkg/SerialDxe: Do not fail reset when SetA= ttributes is not supported Hi all, This is another attempt to fix the console issue when using UEFI in Xen gue= st. This new series is based on Laszlo suggestions on the previous version (see= [1]). For all the changes see in each patch. Cheers, [1] https://lists.01.org/pipermail/edk2-devel/2017-October/016181.html Julien Grall (3): MdeModulePkg/SerialDxe: Describe correctly EFI_DEVICE_ERROR for SetAttributes MdeModulePkg/SerialDxe: Fix return valued in SerialSetAttributes MdeModulePkg/SerialDxe: Do not fail reset when SetAttributes is not supported MdeModulePkg/Universal/SerialDxe/SerialIo.c | 23 ++++++++++++++++++----- MdePkg/Include/Protocol/SerialIo.h | 5 +++-- 2 files changed, 21 insertions(+), 7 deletions(-) -- 2.11.0