From d29b61f5c2ec6e2d717b7c0ce58e982d0ab968cf 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-68(master) -tests: modify qemu.spec to add (riscv virt) machine mapping to testenv Signed-off-by: Fei Xu --- qemu.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index 4c6b6822..e65b9012 100644 --- a/qemu.spec +++ b/qemu.spec @@ -3,7 +3,7 @@ Name: qemu Version: 6.2.0 -Release: 67 +Release: 68 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 @@ -668,6 +668,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" @@ -1044,6 +1049,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Wen Mar 29 2023 - 10:6.2.0-68 +- modify qemu.spec to add (riscv virt) machine mapping to testenv from v7.0.0 + * Tue Mar 28 2023 - 10:6.2.0-67 - 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 -- Gitee