From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751861AbcBFKXP (ORCPT ); Sat, 6 Feb 2016 05:23:15 -0500 Received: from mail-lb0-f195.google.com ([209.85.217.195]:36255 "EHLO mail-lb0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750867AbcBFKXK (ORCPT ); Sat, 6 Feb 2016 05:23:10 -0500 MIME-Version: 1.0 In-Reply-To: <1454641552-12576-2-git-send-email-zhaoshenglong@huawei.com> References: <1454641552-12576-1-git-send-email-zhaoshenglong@huawei.com> <1454641552-12576-2-git-send-email-zhaoshenglong@huawei.com> Date: Sat, 6 Feb 2016 11:23:07 +0100 X-Google-Sender-Auth: emSuW40LIERmbx30ywOweG_Cnog Message-ID: Subject: Re: [PATCH v4 01/17] Xen: ACPI: Hide UART used by Xen From: "Rafael J. Wysocki" To: Shannon Zhao Cc: "linux-arm-kernel@lists.infradead.org" , ard.biesheuvel@linaro.org, stefano.stabellini@citrix.com, david.vrabel@citrix.com, Catalin Marinas , Will Deacon , Mark Rutland , julien.grall@citrix.com, xen-devel@lists.xen.org, "devicetree@vger.kernel.org" , linux-efi@vger.kernel.org, Linux Kernel Mailing List , ian.campbell@citrix.com, Shannon Zhao , peter.huangpeng@huawei.com, "Rafael J. Wysocki" , Len Brown , "open list:ACPI" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 5, 2016 at 4:05 AM, Shannon Zhao wrote: > From: Shannon Zhao > > ACPI 6.0 introduces a new table STAO to list the devices which are used > by Xen and can't be used by Dom0. On Xen virtual platforms, the physical > UART is used by Xen. So here it hides UART from Dom0. > > Signed-off-by: Shannon Zhao > Reviewed-by: Stefano Stabellini Well, this doesn't look right to me. We need to find a nicer way to achieve what you want. Thanks, Rafael