spec: Update patch and changelog with !55

target/arm: Fix write redundant values to kvm

Signed-off-by: Alex Chen <alex.chen@huawei.com>
This commit is contained in:
Euler Robot 2021-01-06 11:26:52 +08:00
parent f54d232dae
commit 552b2ac9fb

View File

@ -232,6 +232,7 @@ Patch0219: hw-usb-hcd-ohci-check-for-processed-TD-before-retire.patch
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
BuildRequires: flex
BuildRequires: bison
@ -577,6 +578,9 @@ getent passwd qemu >/dev/null || \
%endif
%changelog
* Wed Dec 9 2020 Huawei Technologies Co., Ltd <alex.chen@huawei.com>
- target/arm: Fix write redundant values to kvm
* Wed Nov 11 2020 Huawei Technologies Co., Ltd <alex.chen@huawei.com>
- hw: usb: hcd-ohci: check for processed TD before retire
- hw: ehci: check return value of 'usb_packet_map'