From b87fe562da27ec46d20ad912ce0ae8563bf5d9d0 Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Tue, 14 Sep 2021 21:28:09 +0800 Subject: [PATCH] spec: Update patch and changelog with !195 vfio/common: Add address alignment check in vfio_listener_region_del !195 vfio/common: Add address alignment check in vfio_listener_region_del Signed-off-by: Chen Qun --- qemu.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qemu.spec b/qemu.spec index db21cd4..89ffb39 100644 --- a/qemu.spec +++ b/qemu.spec @@ -557,6 +557,7 @@ Patch0544: vfio-Add-vfio_prereg_listener_global_log_start-stop-.patch Patch0545: hw-arm-smmuv3-Post-load-stage-1-configurations-to-th.patch Patch0546: usbredir-fix-free-call.patch Patch0547: vfio-common-Fix-incorrect-address-alignment-in-vfio_.patch +Patch0548: vfio-common-Add-address-alignment-check-in-vfio_list.patch BuildRequires: flex BuildRequires: gcc @@ -961,6 +962,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Tue Sep 14 2021 Chen Qun +- vfio/common: Add address alignment check in vfio_listener_region_del + * Wed Sep 08 2021 Chen Qun - vfio/common: Fix incorrect address alignment in vfio_dma_map_ram_section