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 <xufei30@huawei.com>
This commit is contained in:
Fei Xu 2023-03-29 09:39:23 +08:00
parent cb59798846
commit d29b61f5c2

View File

@ -3,7 +3,7 @@
Name: qemu Name: qemu
Version: 6.2.0 Version: 6.2.0
Release: 67 Release: 68
Epoch: 10 Epoch: 10
Summary: QEMU is a generic and open source machine emulator and virtualizer Summary: QEMU is a generic and open source machine emulator and virtualizer
License: GPLv2 and BSD and MIT and CC-BY-SA-4.0 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" targetarch="x86_64-softmmu aarch64-softmmu arm-softmmu riscv32-softmmu riscv64-softmmu"
%endif %endif
%ifarch riscv64
buildarch="riscv64-softmmu"
targetarch="x86_64-softmmu aarch64-softmmu arm-softmmu riscv32-softmmu"
%endif
buildldflags="VL_LDFLAGS=-Wl,--build-id" buildldflags="VL_LDFLAGS=-Wl,--build-id"
qemubuilddir="build" qemubuilddir="build"
@ -1044,6 +1049,9 @@ getent passwd qemu >/dev/null || \
%endif %endif
%changelog %changelog
* Wen Mar 29 2023 <xufei30@huawei.com> - 10:6.2.0-68
- modify qemu.spec to add (riscv virt) machine mapping to testenv from v7.0.0
* Tue Mar 28 2023 <xufei30@huawei.com> - 10:6.2.0-67 * Tue Mar 28 2023 <xufei30@huawei.com> - 10:6.2.0-67
- hw/net/vmxnet3: Log guest-triggerable errors using LOG_GUEST_ERROR mainline - 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/eth: Don't consider ESP to be an IPv6 option header mainline