From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::243; helo=mail-wm0-x243.google.com; envelope-from=julien.grall@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x243.google.com (mail-wm0-x243.google.com [IPv6:2a00:1450:400c:c09::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 5C0CD220F3C37 for ; Fri, 24 Nov 2017 08:16:18 -0800 (PST) Received: by mail-wm0-x243.google.com with SMTP id u83so23512324wmb.5 for ; Fri, 24 Nov 2017 08:20:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=ZeO1bCzZhPLllnMF4bKFjovsvTwn7GtsZuU4SN1dUIo=; b=EoJ3LAHWKXN62Db3XHJ355gR6IhAV6sjLNRrYQRxrc1EgZks+PGU5tQwf1REWo2d2L jnYYXlwzaFM7gr9XRtZ8mkqzfo6H83T/iAD9WUxPrZKYJwGwpylqxgw6UOV+fi/a+zRG qL5JNJRJLqhwfa1LlVR1TJwWT6NjkgSgRMLnA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=ZeO1bCzZhPLllnMF4bKFjovsvTwn7GtsZuU4SN1dUIo=; b=EMzSmodujipGI+hhe/pCMUshCVa8nnPBD1l555S3YG8eDGcBYJyMTw4stOqmmc+viT mOT1nAxxCQ5l0kKnyKLkEvQENxVH++o9XXe0kPEn39S7j8mAJvWSV2emYreO/LUf93Oi seIapEJVNYhcF+IVPLWOgI4fuCMlCk/WHarnsNU9zhgiIxMJ1FvMQOmT/OAzxhFswWrA o5E139bNLL7eQ/8hwlSekymy0VzStaUCYMKIAcuXRtFewosVvAWUS2ivxUvmKcUA2RDt hvWOf9SLwncvwsy40CW60pfA/xvHQ99vBTR8K64nuJzKDFpD5M4uhAzIdxTlK5CxE2Kq TS4g== X-Gm-Message-State: AJaThX6ELLPycp08WUcCnbfT0n9ZMJods2id6zag7zRwbT0wCxJdub+g JucOwNp3mNVuJ+VPTSJAGkq7Kw== X-Google-Smtp-Source: AGs4zMZOfE8QJS8+569ylfD8CHFZWRdxQTolJYVFwj8eZ54QzItVDgGieZOl81CQ+hQrSXljF/aWMg== X-Received: by 10.28.184.130 with SMTP id i124mr10453747wmf.85.1511540434855; Fri, 24 Nov 2017 08:20:34 -0800 (PST) Received: from e108454-lin.cambridge.arm.com ([2001:41d0:1:6c23::1]) by smtp.gmail.com with ESMTPSA id k30sm38803840wrf.63.2017.11.24.08.20.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 Nov 2017 08:20:34 -0800 (PST) From: Julien Grall To: star.zeng@intel.com, eric.dong@intel.com, pankaj.bansal@nxp.com, lersek@redhat.com, leif.lindholm@linaro.org Cc: edk2-devel@lists.01.org, Julien Grall Date: Fri, 24 Nov 2017 16:20:27 +0000 Message-Id: <20171124162030.31156-1-julien.grall@linaro.org> X-Mailer: git-send-email 2.11.0 Subject: [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: Fri, 24 Nov 2017 16:16:18 -0000 Hi all, This is another attempt to fix the console issue when using UEFI in Xen guest. 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