From 0246c8afb47f31da40d6785ab740eafd33ad62df Mon Sep 17 00:00:00 2001 From: Xianglai Li Date: Wed, 25 Sep 2024 10:20:19 +0800 Subject: [PATCH] add numa support for loongarch64 spec: 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 aca6e95..459b229 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -1,4 +1,4 @@ -%define anolis_release 5 +%define anolis_release 6 %define arches_qemu_kvm x86_64 aarch64 loongarch64 @@ -10,8 +10,8 @@ %define arches_xen %{arches_x86} aarch64 %define arches_vbox %{arches_x86} %define arches_zfs %{arches_x86} -%define arches_numactl %{arches_x86} aarch64 -%define arches_numad %{arches_x86} aarch64 +%define arches_numactl %{arches_x86} aarch64 loongarch64 +%define arches_numad %{arches_x86} aarch64 loongarch64 # The hypervisor drivers that run in libvirtd %define with_qemu 0%{!?_without_qemu:1} @@ -2148,6 +2148,9 @@ exit 0 %changelog +* Wed Sep 25 2024 Xianglai Li - 9.10.0-6 +- spec: add numa support for loongarch64 + *Mon Jun 03 2024 gaoxulin - 9.10.0-5 - fix CVE-2024-2494 CVE-2024-1441 -- Gitee