- vdpa: suspend function return 0 when the vdpa device is stopped - vdpa: don't suspend/resume device when vdpa device not started - vdpa: support vdpa device suspend/resume - vdpa: correct param passed in when unregister save - vdpa: set vring enable only if the vring address has already been set - shadow_dev: introduce shadow dev for virtio-net device - revert "tcg/loongarch64: Fix tcg_out_mov() Aborted" - migration: Set downtime_start even for postcopy - gdb-xml: fix duplicate register in arm-neon.xml - iotests: fix default machine type detection - migration: fix RAMBlock add NULL check - s390x: Fix spelling errors - ppc: spelling fixes - hw/scsi/vhost-scsi: don't double close vhostfd on error - virtio/vhost-vsock: don't double close vhostfd, remove redundant cleanup - hw/scsi/vhost-scsi: don't leak vqs on error - hw/i386/pc: Add missing property descriptions - pcie_aer: Don't trigger a LSI if none are defined - pci: Export the pci_intx() function - hw/qdev: Cosmetic around documentation - tests/unit: fix a -Wformat-truncation warning - tests/avocado: mark ReplayKernelNormal.test_mips64el_malta as flaky - i386/sev: Avoid SEV-ES crash due to missing MSR_EFER_LMA bit - ui/vnc-clipboard: fix inflate_buffer - hw/usb/hcd-xhci.c: spelling: tranfer Signed-off-by: Jiabo Feng <fengjiabo1@huawei.com> (cherry picked from commit 68fee7dc06a6beb5f69d951e22a7f16091f269ff)
37 lines
1.4 KiB
Diff
37 lines
1.4 KiB
Diff
From 7010b0dd1b6f27b14a0c02c81944513fbd60deab Mon Sep 17 00:00:00 2001
|
|
From: jipengfei_yewu <jipengfei_yewu@cmss.chinamobile.com>
|
|
Date: Mon, 18 Dec 2023 09:58:38 +0000
|
|
Subject: [PATCH] gdb-xml: fix duplicate register in arm-neon.xml
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
cheery-pick from 940bb5fa9ca9f71fcc0d06e9de9ac3ab7415d0f2
|
|
|
|
Signed-off-by: jipengfei_yewu <jipengfei_yewu@cmss.chinamobile.com>
|
|
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
|
|
Fixes: 56aebc8916 ("Add GDB XML register description support")
|
|
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
|
|
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
|
|
Message-Id: <20231106185112.2755262-3-alex.bennee@linaro.org>
|
|
---
|
|
gdb-xml/arm-neon.xml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/gdb-xml/arm-neon.xml b/gdb-xml/arm-neon.xml
|
|
index 9dce0a996f..d61f6b8549 100644
|
|
--- a/gdb-xml/arm-neon.xml
|
|
+++ b/gdb-xml/arm-neon.xml
|
|
@@ -76,7 +76,7 @@
|
|
<reg name="q8" bitsize="128" type="neon_q"/>
|
|
<reg name="q9" bitsize="128" type="neon_q"/>
|
|
<reg name="q10" bitsize="128" type="neon_q"/>
|
|
- <reg name="q10" bitsize="128" type="neon_q"/>
|
|
+ <reg name="q11" bitsize="128" type="neon_q"/>
|
|
<reg name="q12" bitsize="128" type="neon_q"/>
|
|
<reg name="q13" bitsize="128" type="neon_q"/>
|
|
<reg name="q14" bitsize="128" type="neon_q"/>
|
|
--
|
|
2.27.0
|
|
|