[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[XEN v5 0/3] xen/arm: Add emulation of Debug Data Transfer Registers
- To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Ayan Kumar Halder <ayan.kumar.halder@xxxxxxx>
- Date: Tue, 20 Feb 2024 12:17:40 +0000
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.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=2rF9Ud1ZH+JBkCn35IfybOAiJd4oKJew/66Pz/2BAls=; b=KiRilViUOcl5Xs/tqsGte64v3R7sjyuHtADIG6ZoNCm4qtXrFMIXonOQNM84ZbXeUFO5cE1o9JLB8s8rP7IeVXmTjo1lAi1hCFvbEATpYpdOmTkkIL0oOpwdoTowDkfB1iCBZsSX3CxhihCvUH9dEHtxUtPNbfZhYe1XIVmOgPLRKHYjZwQ+Qi7DMT8f5KFDOhhgiCMbmdBINHJHVepEolGUCF13LjK4/RGjnRpzBb9ORhxmQy16k0gRSKCE7EYY0m9Dz96BNrZnrbF6sXiOs1POKWSqKRttPjDpB9xEu3/Hgw4fApyfkdnUb1HriWIuMDEqnvS+2f6z0Y8W7pVyPg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=WmVkHSQIw+2w3QcGzaThV0wUB+nIV1QkonRVbaqYRIr9JW9XnGI2ovl1ZrGhyJITwEsR8phkXHxqj2rbCOlk9x13QhAeJySmajZJmM3pYlPFrD7N057Ih6u6UhQRPBDuV+8cME9mduh1outpPDrXcaJGvVhdqDgfqPKomxh5KWZbcQvVIiwTTrmKjsuWNhgNdkShhhfmkUKHCXsT1It0U8ILe72Cytk8geBamlVu63cO5x+wLJE7cmcBI/+C1s7fY0M0ZFBwS2rxtq49s3Q7bAWHEBIAJlxTBPkLP1y6r5LkwX5sQLN0IFq5BU62EzvusnIGm0Wf/su2521J7FZ3sQ==
- Cc: <sstabellini@xxxxxxxxxx>, <stefano.stabellini@xxxxxxx>, <julien@xxxxxxx>, <Volodymyr_Babchuk@xxxxxxxx>, <bertrand.marquis@xxxxxxx>, <michal.orzel@xxxxxxx>, Ayan Kumar Halder <ayan.kumar.halder@xxxxxxx>
- Delivery-date: Tue, 20 Feb 2024 12:18:02 +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.
v2 :-
1. Reordered the patches.
v3 :-
1. Change mentioned in individual patches.
v4 :-
1. Change mentioned in individual patches.
Ayan Kumar Halder (2):
xen/arm: Introduce CONFIG_PARTIAL_EMULATION and "partial-emulation"
cmd option
xen/arm: arm32: Add emulation of Debug Data Transfer Registers
Michal Orzel (1):
xen/arm: arm64: Add emulation of Debug Data Transfer Registers
SUPPORT.md | 12 +++++
docs/misc/xen-command-line.pandoc | 11 +++++
xen/arch/arm/Kconfig | 9 ++++
xen/arch/arm/arm64/vsysreg.c | 68 +++++++++++++++++++---------
xen/arch/arm/include/asm/arm64/hsr.h | 3 ++
xen/arch/arm/include/asm/cpregs.h | 2 +
xen/arch/arm/include/asm/traps.h | 6 +++
xen/arch/arm/traps.c | 9 ++++
xen/arch/arm/vcpreg.c | 63 ++++++++++++++++++--------
9 files changed, 144 insertions(+), 39 deletions(-)
--
2.25.1
|