[PATCH for-7.1 0/4] Last-minute LoongArch CPU model naming tweaks

WANG Xuerui posted 4 patches 1 year, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220814145351.1474753-1-git@xen0n.name
Maintainers: Xiaojuan Yang <yangxiaojuan@loongson.cn>, Song Gao <gaosong@loongson.cn>
docs/system/loongarch/loongson3.rst | 41 ------------
docs/system/loongarch/virt.rst      | 41 ++++++++++++
hw/loongarch/virt.c                 | 14 +---
target/loongarch/README             | 99 -----------------------------
target/loongarch/README.md          | 75 ++++++++++++++++++++++
target/loongarch/cpu.c              | 21 +++---
6 files changed, 128 insertions(+), 163 deletions(-)
delete mode 100644 docs/system/loongarch/loongson3.rst
create mode 100644 docs/system/loongarch/virt.rst
delete mode 100644 target/loongarch/README
create mode 100644 target/loongarch/README.md
[PATCH for-7.1 0/4] Last-minute LoongArch CPU model naming tweaks
Posted by WANG Xuerui 1 year, 8 months ago
Hi,

Some people are already testing out the 7.1 RCs for the LoongArch
emulation, and have suggested improvements to the CPU model naming
scheme. While assessing the situation I also found the documentation
already out-of-date, in addition to being especially hard to read (for a
Chinese who could *not* understand Chinglish, though).

Sorry for being really late (I've mostly been focusing on my day job and
LLVM bringup work for LoongArch recently), but hopefully these changes
could still be integrated, because target/loongarch is fresh addition
for 7.1 nobody should have depended on its implementation details yet.
Anyway, since the "new world" ecosystem isn't expected to mature and
attract lots of users very soon, it could be acceptable to just punt
this to 7.2, and issue incompatible change notices as usual. I
personally would be fine with either.

WANG Xuerui (4):
  target/loongarch: Only allow short -cpu arguments without type name
    suffix
  target/loongarch: Trim type name suffix in -cpu help output
  target/loongarch: rename the TCG CPU "la464" to "qemu64-v1.00"
  docs, target/loongarch: Rewrite the LoongArch docs

 docs/system/loongarch/loongson3.rst | 41 ------------
 docs/system/loongarch/virt.rst      | 41 ++++++++++++
 hw/loongarch/virt.c                 | 14 +---
 target/loongarch/README             | 99 -----------------------------
 target/loongarch/README.md          | 75 ++++++++++++++++++++++
 target/loongarch/cpu.c              | 21 +++---
 6 files changed, 128 insertions(+), 163 deletions(-)
 delete mode 100644 docs/system/loongarch/loongson3.rst
 create mode 100644 docs/system/loongarch/virt.rst
 delete mode 100644 target/loongarch/README
 create mode 100644 target/loongarch/README.md

-- 
2.35.1