qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] linux-user: Add LoongArch to qemu_get_family()
@ 2022-07-05  6:59 Song Gao
  2022-07-05  6:59 ` [PATCH] tcg/tci: Fix enable-debug got an error Song Gao
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Song Gao @ 2022-07-05  6:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: richard.henderson, laurent, yangxiaojuan

qemu_get_family() needs to add LoongArch support.

Signed-off-by: Song Gao <gaosong@loongson.cn>
---
 scripts/qemu-binfmt-conf.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/qemu-binfmt-conf.sh b/scripts/qemu-binfmt-conf.sh
index 1f4e2cd19d..6ef9f118d9 100755
--- a/scripts/qemu-binfmt-conf.sh
+++ b/scripts/qemu-binfmt-conf.sh
@@ -171,6 +171,9 @@ qemu_get_family() {
     riscv*)
         echo "riscv"
         ;;
+    loongarch*)
+        echo "loongarch"
+        ;;
     *)
         echo "$cpu"
         ;;
-- 
2.31.1



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

end of thread, other threads:[~2022-07-05 11:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-05  6:59 [PATCH] linux-user: Add LoongArch to qemu_get_family() Song Gao
2022-07-05  6:59 ` [PATCH] tcg/tci: Fix enable-debug got an error Song Gao
2022-07-05  8:37   ` Richard Henderson
2022-07-05  8:32 ` [PATCH] linux-user: Add LoongArch to qemu_get_family() Richard Henderson
2022-07-05 11:48 ` Laurent Vivier

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).