From 90cd8115bb6c8d2f1895bb298fa2745e4235a6dc Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Mon, 6 Dec 2021 16:28:27 +0800 Subject: [PATCH] spec: Update patch and changelog with !45 hotpatch: implement hotpatch virsh api and add logs for virDomainHotpatchManage !45 hotpatch: implement hotpatch virsh api hotpatch: check vm id and pid before using hotpatch api domain: add logs for virDomainHotpatchManage Signed-off-by: AlexChen Signed-off-by: Bihong Yu Signed-off-by: Hao Wang --- libvirt.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libvirt.spec b/libvirt.spec index 72fea90..f8bf831 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -193,6 +193,9 @@ Patch0076: security-fix-SELinux-label-generation-logic.patch Patch0077: Hotpatch-introduce-DomainHotpatchManage-API.patch Patch0078: hotpatch-Implement-qemuDomainHotpatchManage.patch Patch0079: hotpatch-introduce-hotpatch-async-job-flag.patch +Patch0080: hotpatch-implement-hotpatch-virsh-api.patch +Patch0081: hotpatch-check-vm-id-and-pid-before-using-hotpatch-a.patch +Patch0082: domain-add-logs-for-virDomainHotpatchManage.patch Requires: libvirt-daemon = %{version}-%{release} Requires: libvirt-daemon-config-network = %{version}-%{release} @@ -1926,6 +1929,11 @@ exit 0 %changelog +* Mon Dec 06 2021 Euler Robot +- hotpatch: implement hotpatch virsh api +- hotpatch: check vm id and pid before using hotpatch api +- domain: add logs for virDomainHotpatchManage + * Mon Dec 06 2021 Euler Robot - Hotpatch: introduce DomainHotpatchManage API - hotpatch: Implement qemuDomainHotpatchManage