!221 增加riscv构建支持
From: @laokz Reviewed-by: @yezengruan Signed-off-by: @yezengruan
This commit is contained in:
commit
c764433e0e
11
libvirt.spec
11
libvirt.spec
@ -13,7 +13,7 @@
|
||||
|
||||
%define with_qemu_tcg %{with_qemu}
|
||||
|
||||
%define qemu_kvm_arches %{ix86} x86_64 aarch64 loongarch64
|
||||
%define qemu_kvm_arches %{ix86} x86_64 aarch64 loongarch64 riscv64
|
||||
|
||||
%ifarch %{qemu_kvm_arches}
|
||||
%define with_qemu_kvm %{with_qemu}
|
||||
@ -44,7 +44,7 @@
|
||||
%endif
|
||||
|
||||
%define with_storage_zfs 0%{!?_without_storage_zfs:1}
|
||||
%ifarch aarch64 x86_64 loongarch64
|
||||
%ifarch aarch64 x86_64 loongarch64 riscv64
|
||||
%define with_storage_zfs 0
|
||||
%endif
|
||||
|
||||
@ -101,7 +101,7 @@
|
||||
Summary: Library providing a simple virtualization API
|
||||
Name: libvirt
|
||||
Version: 6.2.0
|
||||
Release: 57
|
||||
Release: 58
|
||||
License: LGPLv2+
|
||||
URL: https://libvirt.org/
|
||||
|
||||
@ -2098,7 +2098,7 @@ exit 0
|
||||
%{_bindir}/virt-pki-validate
|
||||
%{_bindir}/virt-host-validate
|
||||
|
||||
%ifnarch aarch64 x86_64 loongarch64
|
||||
%ifnarch aarch64 x86_64 loongarch64 riscv64
|
||||
%{_datadir}/systemtap/tapset/libvirt_probes*.stp
|
||||
%{_datadir}/systemtap/tapset/libvirt_functions.stp
|
||||
%if %{with_qemu}
|
||||
@ -2220,6 +2220,9 @@ exit 0
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue May 23 2023 laokz <zhangkai@iscas.ac.cn> - 6.2.0-58
|
||||
- add riscv64 support
|
||||
|
||||
* Mon May 22 2023 zhangxinhao <zhangxinhao1@huawei.com> - 6.2.0-57
|
||||
- cpu_topo: support for cpu_topo "clusters” in conf
|
||||
- cpu_topo: support for specifying "clusters" in qemu comand
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user