From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.24; helo=mga09.intel.com; envelope-from=star.zeng@intel.com; receiver=edk2-devel@lists.01.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 2BAA221A1097D for ; Sun, 26 Nov 2017 17:42:27 -0800 (PST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Nov 2017 17:46:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,462,1505804400"; d="scan'208";a="178050917" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga005.jf.intel.com with ESMTP; 26 Nov 2017 17:46:47 -0800 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 26 Nov 2017 17:46:47 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 26 Nov 2017 17:46:47 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.175]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.159]) with mapi id 14.03.0319.002; Mon, 27 Nov 2017 09:46: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" , "Ni, Ruiyu" Thread-Topic: [PATCH v2 0/3] MdeModulePkg/SerialDxe: Do not fail reset when SetAttributes is not supported Thread-Index: AQHTZUAxcc+U2Gx/AU68MVL6xwfKYaMneHog Date: Mon, 27 Nov 2017 01:46:45 +0000 Message-ID: <0C09AFA07DD0434D9E2A0C6AEB0483103B9BC152@shsmsx102.ccr.corp.intel.com> References: <20171124162030.31156-1-julien.grall@linaro.org> In-Reply-To: <20171124162030.31156-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 v2 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: Mon, 27 Nov 2017 01:42:27 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Star Zeng with some minor comments in th= e separated patches. Thanks, Star -----Original Message----- From: Julien Grall [mailto:julien.grall@linaro.org]=20 Sent: Saturday, November 25, 2017 12:20 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 v2 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]). 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 | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) -- 2.11.0