!337 add numa support for loongarch64

From: @lixianglai 
Reviewed-by: @mdsc 
Signed-off-by: @mdsc
This commit is contained in:
openeuler-ci-bot 2024-08-21 06:14:14 +00:00 committed by Gitee
commit cef3af2248
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -27,8 +27,8 @@
%define arches_vbox %{arches_x86} %define arches_vbox %{arches_x86}
%define arches_ceph %{arches_64bit} %define arches_ceph %{arches_64bit}
%define arches_zfs %{arches_x86} %{power64} %{arm} %define arches_zfs %{arches_x86} %{power64} %{arm}
%define arches_numactl %{arches_x86} %{power64} aarch64 s390x %define arches_numactl %{arches_x86} %{power64} aarch64 s390x loongarch64
%define arches_numad %{arches_x86} %{power64} aarch64 %define arches_numad %{arches_x86} %{power64} aarch64 loongarch64
# The hypervisor drivers that run in libvirtd # The hypervisor drivers that run in libvirtd
%define with_qemu 0%{!?_without_qemu:1} %define with_qemu 0%{!?_without_qemu:1}
@ -262,7 +262,7 @@
Summary: Library providing a simple virtualization API Summary: Library providing a simple virtualization API
Name: libvirt Name: libvirt
Version: 9.10.0 Version: 9.10.0
Release: 11 Release: 12
License: LGPLv2+ License: LGPLv2+
URL: https://libvirt.org/ URL: https://libvirt.org/
@ -2610,6 +2610,9 @@ exit 0
%endif %endif
%changelog %changelog
* Fri May 31 2024 LiXiangLai <lixianglai@loongson.cn> 9.10.0-12
- spec: add numa support for loongarch64
* Fri May 24 2024 jiangjiacheng <jiangjiacheng@huawei.com> - 9.10.0-11 * Fri May 24 2024 jiangjiacheng <jiangjiacheng@huawei.com> - 9.10.0-11
- rpc: ensure temporary GSource is removed from client event loop - rpc: ensure temporary GSource is removed from client event loop