From 8769d2cfc6d58ef507768aafcdba327f304090f7 Mon Sep 17 00:00:00 2001 From: Fei Xu Date: Wed, 29 Mar 2023 09:39:23 +0800 Subject: [PATCH] QEMU update to version 6.2.0-62 -tests: modify qemu.spec to add (riscv virt) machine mapping to testenv Signed-off-by: Fei Xu --- qemu.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/qemu.spec b/qemu.spec index 998173d..0745dfd 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 6.2.0 -Release: 61 +Release: 62 Epoch: 10 Summary: QEMU is a generic and open source machine emulator and virtualizer License: GPLv2 and BSD and MIT and CC-BY-SA-4.0 @@ -651,6 +651,11 @@ buildarch="loongarch64-softmmu" targetarch="x86_64-softmmu aarch64-softmmu arm-softmmu riscv32-softmmu riscv64-softmmu" %endif +%ifarch riscv64 +buildarch="riscv64-softmmu" +targetarch="x86_64-softmmu aarch64-softmmu arm-softmmu riscv32-softmmu" +%endif + buildldflags="VL_LDFLAGS=-Wl,--build-id" qemubuilddir="build" @@ -1017,7 +1022,10 @@ getent passwd qemu >/dev/null || \ %endif %changelog -* Tue Mar 29 2023 - 10:6.2.0-61 +* Wed Mar 29 2023 - 10:6.2.0-62 +- modify qemu.spec to add (riscv virt) machine mapping to testenv from v7.0.0 + +* Tue Mar 28 2023 - 10:6.2.0-61 - hw/net/vmxnet3: Log guest-triggerable errors using LOG_GUEST_ERROR mainline - net/eth: Don't consider ESP to be an IPv6 option header mainline - net: Fix uninitialized data usage mainline -- Gitee