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:
parent
cb59798846
commit
d29b61f5c2
10
qemu.spec
10
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 <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
|
||||
- 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user