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

[PATCH v2 0/3] xen/arm: Add emulation of Debug Data Transfer Registers


  • To: <julien@xxxxxxx>, <ayan.kumar.halder@xxxxxxx>, <sstabellini@xxxxxxxxxx>, <bertrand.marquis@xxxxxxx>, <michal.orzel@xxxxxxx>, <Volodymyr_Babchuk@xxxxxxxx>, <stefano.stabellini@xxxxxxx>
  • From: Ayan Kumar Halder <ayan.kumar.halder@xxxxxxx>
  • Date: Mon, 18 Dec 2023 20:29:56 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=xen.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; 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=emm9AHUxGT2h2crnvTq5uuboYEI/mRi4yey+GWpR4Sc=; b=dQdN/+7Fqo7WEtP/I7QPoLYcWAAfebM9bVHHh8O47HzHxENBOdHpHVpL12ve4oyv8n7ZTDrurYLn4xVni/nGj7ZWtLv8Bl/kgLJnXmASNpogWacrJUJ49uFmnC+NO1pJuAtpZ+G+2Somjcd9U7s23fT59RH324ZYNFNFuGXPcEoqJ8a1SwyZJqKrpCYnRfoQj2V2A3dT9u9rZ04iNBcg0lfdJZlFWXm2/vcWeNTk4UFxPHsiTOIpWmnfAYezAosNlLiBRP3X8246kK9Xi/XiiYo89ZU0SutWIvX8vtz7EQcjJt+Ady6UDbFQ7kR29rcNOQHRT4wEPr7n6fBmMGh/yw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=abkLoiVVAi2+4uQ+Gh0LnPG+R9vlzBw87FvpFORgrzNCfmLRJ5zXQAHzmQ0y3pxW/4rFKJVMAFToSFkhG92+KeXo7JxEIvvC/GDG21fWE4owc8XSbDdg2s4ItGYdSIYhM3V16axxr7B7d6qTPBmuzjqT9NDicF0gGz5YSb+mSzuleCvh0hDkkPyhXsNQcWhYUd4Za656x66gWkONp1IQGXxfKDdTVKryrwImZSSP9ZWCQgYwQ3MSlLBUIjaMYv77keLxse6OfQWZfQtcKANTa1zDb2YZPVGnE5parr/dt264CKNjnv1F1yfvSKI/5Ix3tI5vQ7ZmBHXaM4vNholdpA==
  • Cc: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • Delivery-date: Mon, 18 Dec 2023 20:30:34 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

Hi,

Refer 
https://lore.kernel.org/all/alpine.DEB.2.22.394.2312071341540.1265976@ubuntu-linux-20-04-desktop/T/
for the previous discussion on this issue.

Also, the linux earlycon hvc driver has been fixed.
See 
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/commit/?h=tty-next&id=0ec058ece2f933aed66b76bd5cb9b5e6764853c3

Changes from v1:-
1. Split the change across 3 patches as per the design consensus.

Ayan Kumar Halder (3):
  xen/arm: Add emulation of Debug Data Transfer Registers
  xen: arm: Introduce CONFIG_PARTIAL_EMULATION
  xen/arm: Introduce "partial-emulation" xen command line option

 docs/misc/xen-command-line.pandoc    |  7 +++++
 xen/arch/arm/Kconfig                 |  8 +++++
 xen/arch/arm/arm64/vsysreg.c         | 32 ++++++++++++++++---
 xen/arch/arm/include/asm/arm64/hsr.h |  3 ++
 xen/arch/arm/include/asm/cpregs.h    |  2 ++
 xen/arch/arm/include/asm/regs.h      |  6 ++++
 xen/arch/arm/include/asm/traps.h     |  4 +++
 xen/arch/arm/traps.c                 | 21 +++++++++++++
 xen/arch/arm/vcpreg.c                | 47 +++++++++++++++++++++++-----
 9 files changed, 117 insertions(+), 13 deletions(-)

-- 
2.25.1




 


Rackspace

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