qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for-7.1 0/4] Last-minute LoongArch CPU model naming tweaks
@ 2022-08-14 14:53 WANG Xuerui
  2022-08-14 14:55 ` [PATCH for-7.1 1/4] target/loongarch: Only allow short -cpu arguments without type name suffix WANG Xuerui
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: WANG Xuerui @ 2022-08-14 14:53 UTC (permalink / raw)
  To: qemu-devel; +Cc: WANG Xuerui, Richard Henderson, Song Gao, Xiaojuan Yang

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



^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2022-08-18 15:54 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-14 14:53 [PATCH for-7.1 0/4] Last-minute LoongArch CPU model naming tweaks WANG Xuerui
2022-08-14 14:55 ` [PATCH for-7.1 1/4] target/loongarch: Only allow short -cpu arguments without type name suffix WANG Xuerui
2022-08-14 20:44   ` Richard Henderson
2022-08-15 10:19   ` Igor Mammedov
2022-08-14 14:55 ` [PATCH for-7.1 2/4] target/loongarch: Trim type name suffix in -cpu help output WANG Xuerui
2022-08-14 20:45   ` Richard Henderson
2022-08-14 14:55 ` [PATCH for-7.1 3/4] target/loongarch: rename the TCG CPU "la464" to "qemu64-v1.00" WANG Xuerui
2022-08-14 20:53   ` Richard Henderson
2022-08-17  2:36     ` chen huacai
2022-08-17  8:11       ` gaosong
2022-08-17  9:10         ` WANG Xuerui
2022-08-17 13:26           ` Richard Henderson
2022-08-18  2:31             ` WANG Xuerui
2022-08-18  5:22               ` maobibo
2022-08-18 15:52               ` Richard Henderson
2022-08-17  3:52   ` maobibo
2022-08-14 14:55 ` [PATCH for-7.1 4/4] docs, target/loongarch: Rewrite the LoongArch docs WANG Xuerui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).