qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] linux-user: Add LoongArch to qemu_get_family()


From: Laurent Vivier
Subject: Re: [PATCH] linux-user: Add LoongArch to qemu_get_family()
Date: Tue, 5 Jul 2022 13:48:51 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

Le 05/07/2022 à 08:59, Song Gao a écrit :
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"
          ;;

Reviewed-by: Laurent Vivier <laurent@vivier.eu>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]