[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 02/16] arm/vpl011: move DT node parsing to PL011 emulator code


  • To: dmkhn@xxxxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxxx
  • From: "Orzel, Michal" <michal.orzel@xxxxxxx>
  • Date: Tue, 24 Jun 2025 09:49:39 +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=lwjy3pO/5OXHLkxHZG23RgXHbFJDgzCqWHi6p1bVC0M=; b=yUNJ80RtlyhV5AAyzHMZ86rrM0On/vJ4kxf2wiUVRXJxvGZ+TIdqf1JfHvuSVDhJmArV+l/JHeCo9mt9sWuf65Fq84CGHQY+NE36vrv3OKaD2vS8y471weqZ2xQuAQxADuAkLRDjb0kkQJGCAYvma9JZcFlNDmJ3A9feWcHAc5xxPGmKPNou7NuFyHJpQLWnvxgSOU2X25KjpEd80n/f17eMJOLN1X2cPDjkOwYSCHJUell89X8FSjU5eeRktEVA1OsRXQsMMesvl/mpgnqbZk0izAlOtFykZFMp+QRooc6uDHLQ+rbsjD/LRgR0UtC+oPy8rLqIkVzo/fUMuJ7uCQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=rG4S/EDgGCfuBZ+FwlrD5h3POKzMh0gMCUzbK9kVg9LhksrphGbk1otve+CQPsiCstuSQxwZLAaRz1hRpWUTSkMpXQvedAnV//qX1YPMn/0jKHj7LG7vENK46M3s4SRFjEaRloWuuXE/8+c1xUafDeDufEyZUZcpJISlQItNHr3W9NmdH+3T3rWeLjyUHLX8bZtBsK2UINRwVQTKbsWc5HeJqWpG22ZhYb1bT6b7Hbmw3QfFbNMJ5/594BzPbmIp9NmQXB5bK5B0ZhVQTVeVe/V4MwXeRbyuhPwTrTseQUR5d/MUt6wwN7G0TxkfzSt3JuYfhRULYqQvS9iEnCDasA==
  • 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 07:49:51 +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> 
> 
> Move vpl011 DT node parsing from common Arm code to PL011 emulator code.
It's not parsing, it's DT node generation.

We usually keep all the DT node generation functions in one place. I'm not sure
if we want to move them to respective drivers (i.e. vpl011 to vpl011.c, gicv3 to
gicv3.c, etc.). Not sure what other maintainers think.

> 
> While doing it pick the generic name vuart_add_fwnode() for DT parser function
What 'fw' stands for? Firmware? This function creates DT node for domU, so it
should better be sth like vuart_add_dt_node().

~Michal




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.