From 554bceb1acb2e7f798a5e2f0430a84f6ce06a40f Mon Sep 17 00:00:00 2001 From: Euler Robot Date: Fri, 15 Jan 2021 11:26:49 +0800 Subject: [PATCH] spec: Update patch and changelog with !62 memory: clamp cached translation in case it points to an MMIO region Signed-off-by: Alex Chen --- qemu.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qemu.spec b/qemu.spec index 820c815..1fc3d4b 100644 --- a/qemu.spec +++ b/qemu.spec @@ -233,6 +233,7 @@ Patch0220: hw-ehci-check-return-value-of-usb_packet_map.patch Patch0221: hw-usb-hcd-ohci-check-len-and-frame_number-variables.patch Patch0222: hw-net-e1000e-advance-desc_offset-in-case-of-null-de.patch Patch0223: target-arm-Fix-write-redundant-values-to-kvm.patch +Patch0224: memory-clamp-cached-translation-in-case-it-points-to.patch BuildRequires: flex BuildRequires: bison @@ -578,6 +579,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Fri Jan 15 2021 Huawei Technologies Co., Ltd +- memory: clamp cached translation in case it points to an MMIO region + * Wed Dec 9 2020 Huawei Technologies Co., Ltd - target/arm: Fix write redundant values to kvm