diff --git a/ham-migration-The-dependency-changed-to-virtAgent.patch b/ham-migration-The-dependency-changed-to-virtAgent.patch new file mode 100644 index 0000000000000000000000000000000000000000..ec41815bec5e616d6ba8523a6d68ed956b25cd94 --- /dev/null +++ b/ham-migration-The-dependency-changed-to-virtAgent.patch @@ -0,0 +1,19 @@ +Subject: [PATCH] ham migration: The dependency has been changed fro ubse to virtAgent +--- +Index: src/util/virham.c +IDEA additional info: +Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP +<+>UTF-8 +=================================================================== +diff --git a/src/util/virham.c b/src/util/virham.c +--- a/src/util/virham.c (revision 99517152789af4d21cdb567e5742838b3be520d7) ++++ b/src/util/virham.c (revision 3d442ea7db1f4adb1c65d09f6f5e76c363968204) +@@ -18,7 +18,7 @@ + VIR_LOG_INIT("util.ham"); + + /* rack ipc path for ham migration */ +-#define VIR_HAM_RACK_IPC_PATH "/usr/local/softbus/ctrlbus/lib/librack_com.so" ++#define VIR_HAM_RACK_IPC_PATH "/usr/lib64/libubs-virt-agent.so" + #define VIR_HAM_SECOND_TRANS_TO_MILLIONSECOND 1000 + + static unsigned long long virHamCancelledTimeout = VIR_HAM_CANCELLED_TIMEOUT; diff --git a/libvirt.spec b/libvirt.spec index f5f6cbac89763b66735bdc5da4bde7e209aba04b..f212fc599b0a17f3b92e8bbfcbf66b878a679ad0 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -262,7 +262,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 9.10.0 -Release: 20 +Release: 22 License: LGPLv2+ URL: https://libvirt.org/ @@ -378,6 +378,7 @@ Patch0104: ham-migration-cleancode.patch Patch0105: 7-ham-migration-delete-virDomainQemuMonitorCommandAs.patch Patch0106: util-resctrl-fixed-an-issue-where-the-L3MAX-value-co.patch Patch0107: ham-migration-add-comment-to-libvirt_hammigrate.syms.patch +Patch0108: ham-migration-The-dependency-changed-to-virtAgent.patch Requires: libvirt-daemon = %{version}-%{release} Requires: libvirt-daemon-config-network = %{version}-%{release} @@ -2669,6 +2670,10 @@ exit 0 %endif %changelog +* Wed Dec 03 2025 fanmingzhan - 9.10.0-22 +- migration: change ham migrate dependency file +- ham migration: The dependency has been changed from ubse to virtAgent + * Thu Nov 27 2025 PengruiZhang - 9.10.0-20 - migration: support onecopy migration - migration: support 'urma' protocol header type