diff --git a/libvirt.spec b/libvirt.spec index 72b971c..72fea90 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -190,6 +190,9 @@ Patch0073: virDevMapperGetTargets-Don-t-ignore-EBADF.patch Patch0074: conf-domain_conf-pin-the-retry_interval-and-retry_ti.patch Patch0075: storage_driver-Unlock-object-on-ACL-fail-in-storageP.patch 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 Requires: libvirt-daemon = %{version}-%{release} Requires: libvirt-daemon-config-network = %{version}-%{release} @@ -1923,6 +1926,11 @@ exit 0 %changelog +* Mon Dec 06 2021 Euler Robot +- Hotpatch: introduce DomainHotpatchManage API +- hotpatch: Implement qemuDomainHotpatchManage +- hotpatch: introduce hotpatch async job flag + * Sun Sep 26 2021 imxcc - fix cve-2021-3667 cve-2021-3631