From 79de2ab3c02141b8d1c30dd5e73a4ff45fb8fe6a Mon Sep 17 00:00:00 2001 From: Xiaotian Wu Date: Tue, 14 May 2024 09:25:07 +0800 Subject: [PATCH] Fix json file to match loongarch64 machine. $ qemu-system-loongarch64 -machine help Supported machines are: none empty machine virt Loongson-3A5000 LS7A1000 machine (default) Signed-off-by: Xiaotian Wu --- 50-edk2-loongarch64.json | 2 +- edk2.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/50-edk2-loongarch64.json b/50-edk2-loongarch64.json index 6234417..1108f8f 100644 --- a/50-edk2-loongarch64.json +++ b/50-edk2-loongarch64.json @@ -18,7 +18,7 @@ { "architecture": "loongarch64", "machines": [ - "virt-*" + "virt*" ] } ], diff --git a/edk2.spec b/edk2.spec index c674e99..a533ab4 100644 --- a/edk2.spec +++ b/edk2.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %undefine _auto_set_build_flags ExclusiveArch: x86_64 aarch64 loongarch64 @@ -479,6 +479,9 @@ install -m 0644 \ %changelog +* Fri May 17 2024 Xiaotian Wu - 202402-3 +- Fix json file to match loongarch64 machine. + * Fri May 17 2024 Liyang Han - 202402-2 - Support Hygon CSV3 feature, support live migration for Hygon CSV1/2/3 guests -- Gitee