diff --git a/qemu.spec b/qemu.spec index 4c6b6822ed7fb1487236994b5ca10c44b9e2982d..e65b901298ad1bdfbc9f5e404582599613fa49ec 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