From 33c50ec748b5dc8a06d1a89c12393dedb9ec479e Mon Sep 17 00:00:00 2001 From: Xianglai Li Date: Sun, 2 Jun 2024 23:21:14 -0400 Subject: [PATCH] add numa support for loongarch64 Signed-off-by: Xianglai Li --- libvirt.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libvirt.spec b/libvirt.spec index e2dc1c8..c6e3380 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -27,8 +27,8 @@ %define arches_vbox %{arches_x86} %define arches_ceph %{arches_64bit} %define arches_zfs %{arches_x86} %{power64} %{arm} -%define arches_numactl %{arches_x86} %{power64} aarch64 s390x -%define arches_numad %{arches_x86} %{power64} aarch64 +%define arches_numactl %{arches_x86} %{power64} aarch64 s390x loongarch64 +%define arches_numad %{arches_x86} %{power64} aarch64 loongarch64 # The hypervisor drivers that run in libvirtd %define with_qemu 0%{!?_without_qemu:1} @@ -262,7 +262,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 9.10.0 -Release: 10 +Release: 11 License: LGPLv2+ URL: https://libvirt.org/ @@ -2609,6 +2609,9 @@ exit 0 %endif %changelog +* Fri May 31 2024 LiXiangLai 9.10.0-11 +- spec: add numa support for loongarch64 + * Mon May 20 2024 LiXiangLai 9.10.0-10 - spec: Add loongarch support for libvirt -- Gitee