[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v1 01/16] arm/vpl011: rename virtual PL011 Kconfig option
- To: dmkhn@xxxxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxxx
- From: "Orzel, Michal" <michal.orzel@xxxxxxx>
- Date: Tue, 24 Jun 2025 08:13:08 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=amd.com; dmarc=pass action=none header.from=amd.com; dkim=pass header.d=amd.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=cLInNVO5VPJEv3CPWloDyLH7X9uRtgBj61XjP3Xl46c=; b=sVnZ/WNs1tzYgpX/JgHVdgiTlCkCX9NKKcsc1uA8FcGqlbS4qbu1FdpW72TpLJDSAxsV0kpXMhv7DPMgairGQXEy5+ZCbm7T1+kcgeX+1M89lU+xlMhxbD4kLzUHe+Ej0C1U+QtxlDa4PnJB0+VPTXq421T4I1vb4y7jYt4fB5wKVXJSx3LqXt9GW0m6pReJ+wtCcOuO/jfvEht9RCOAfXP9dvmmtMaKW9GYxsoO6AWbxoiwPbHlauUTEZfjaArtViZhSPlYiyhoIVTFdRoNopEGXihBnnX5UgEU3d8MIVLgiU0ICnW3TCjjrc1JPAllTDezXt6HKp6zlI/kmAM/oA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=FB3YT5YLVdFIAtJ1HxgSr1Fkko+uGVj6O3MNABPZMUawbs99whMUmf8Fag46RUh5MVPfen4kHknhbK3yChaXmeoDa1ply8C95Xv0Dnm72YK2IUwFV4cHzoXhxar1VxsiKXpt0nMs98LukFSIf+sbusslkwwFNSEyf0GiAgriJYItLmmDfFH0qIqC6wTVsYr/j6jIJfqohjLbKLUyvT4SmxoBPCfgasK92ghREPgggeGeAz7Xfm+gitRgk54k4/8vBjFDmWyk5Lp/4+ULt26qiJCQWySr7QI/6VlMItPp5PC14iWfL0USa8+ejcyW/vgwyRqUpYXHb/SWLnzXFDpe6Q==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=amd.com;
- Cc: andrew.cooper3@xxxxxxxxxx, anthony.perard@xxxxxxxxxx, jbeulich@xxxxxxxx, julien@xxxxxxx, oleksii.kurochko@xxxxxxxxx, roger.pau@xxxxxxxxxx, sstabellini@xxxxxxxxxx, dmukhin@xxxxxxxx
- Delivery-date: Tue, 24 Jun 2025 06:13:25 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 24/06/2025 05:55, dmkhn@xxxxxxxxx wrote:
> From: Denis Mukhin <dmukhin@xxxxxxxx>
>
> Rename CONFIG_SBSA_VUART_CONSOLE to CONFIG_HAS_VUART_PL011.
Why? We emulate SBSA UART and not PL011. Despite the similarities (the former is
a subset of the latter) they are not the same. I find it confusing and drivers
for PL011 might not work with SBSA UART. Also, in the future we may want to
emulate full PL011 in which case it will be even more confusing.
Also, why HAS_?
~Michal
|