[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v5 19/19] docs: Correct Loongarch -> LoongArch
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH v5 19/19] docs: Correct Loongarch -> LoongArch |
Date: |
Thu, 18 Jul 2024 15:33:11 +0200 |
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
docs/about/emulation.rst | 2 +-
hw/rtc/ls7a_rtc.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/about/emulation.rst b/docs/about/emulation.rst
index b5ff9c5f69..3bfe8cc14a 100644
--- a/docs/about/emulation.rst
+++ b/docs/about/emulation.rst
@@ -42,7 +42,7 @@ depending on the guest architecture.
- :ref:`Yes<QEMU-PC-System-emulator>`
- Yes
- The ubiquitous desktop PC CPU architecture, 32 and 64 bit.
- * - Loongarch
+ * - LoongArch
- Yes
- Yes
- A MIPS-like 64bit RISC architecture developed in China
diff --git a/hw/rtc/ls7a_rtc.c b/hw/rtc/ls7a_rtc.c
index 052201c2cd..3226b6105e 100644
--- a/hw/rtc/ls7a_rtc.c
+++ b/hw/rtc/ls7a_rtc.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
- * Loongarch LS7A Real Time Clock emulation
+ * LoongArch LS7A Real Time Clock emulation
*
* Copyright (C) 2021 Loongson Technology Corporation Limited
*/
--
2.41.0
- [PATCH v5 09/19] hw/intc/loongson_ipi: Move IPICore structure to loongson_ipi_common.h, (continued)
- [PATCH v5 09/19] hw/intc/loongson_ipi: Move IPICore structure to loongson_ipi_common.h, Philippe Mathieu-Daudé, 2024/07/18
- [PATCH v5 10/19] hw/intc/loongson_ipi: Pass LoongsonIPICommonState to send_ipi_data(), Philippe Mathieu-Daudé, 2024/07/18
- [PATCH v5 11/19] hw/intc/loongson_ipi: Add LoongsonIPICommonClass::get_iocsr_as handler, Philippe Mathieu-Daudé, 2024/07/18
- [PATCH v5 12/19] hw/intc/loongson_ipi: Add LoongsonIPICommonClass::cpu_by_arch_id handler, Philippe Mathieu-Daudé, 2024/07/18
- [PATCH v5 13/19] hw/intc/loongson_ipi: Expose loongson_ipi_core_read/write helpers, Philippe Mathieu-Daudé, 2024/07/18
- [PATCH v5 14/19] hw/intc/loongson_ipi: Move common code to loongson_ipi_common.c, Philippe Mathieu-Daudé, 2024/07/18
- [PATCH v5 16/19] hw/loongarch/virt: Replace Loongson IPI with LoongArch IPI, Philippe Mathieu-Daudé, 2024/07/18
- [PATCH v5 15/19] hw/intc/loongarch_ipi: Add loongarch IPI support, Philippe Mathieu-Daudé, 2024/07/18
- [PATCH v5 17/19] hw/intc/loongson_ipi: Restrict to MIPS, Philippe Mathieu-Daudé, 2024/07/18
- [PATCH v5 18/19] hw/intc/loongson_ipi: Remove unused headers, Philippe Mathieu-Daudé, 2024/07/18
- [PATCH v5 19/19] docs: Correct Loongarch -> LoongArch,
Philippe Mathieu-Daudé <=
- Re: [PATCH v5 00/19] Reconstruct loongson ipi driver, Richard Henderson, 2024/07/18
- Re: [PATCH v5 00/19] Reconstruct loongson ipi driver, Jiaxun Yang, 2024/07/19