From 43a724723773eb108d02b2c86c212b375f7298df Mon Sep 17 00:00:00 2001 From: Euler Robot Date: Tue, 8 Dec 2020 21:26:55 +0800 Subject: [PATCH] spec: Update patch and changelog with !47 Bugfix: hw/acpi: Use max_cpus instead of cpus when build PPTT table Signed-off-by: Alex Chen --- qemu.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qemu.spec b/qemu.spec index 0ee8c52..e59699e 100644 --- a/qemu.spec +++ b/qemu.spec @@ -279,6 +279,7 @@ Patch0266: migration-multifd-fix-hangup-with-TLS-Multifd-due-to.patch Patch0267: multifd-tls-fix-memoryleak-of-the-QIOChannelSocket-o.patch Patch0268: net-remove-an-assert-call-in-eth_get_gso_type.patch Patch0269: json-Fix-a-memleak-in-parse_pair.patch +Patch0270: Bugfix-hw-acpi-Use-max_cpus-instead-of-cpus-when-bui.patch BuildRequires: flex BuildRequires: bison @@ -625,6 +626,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Thu Oct 29 2020 Huawei Technologies Co., Ltd +- Bugfix: hw/acpi: Use max_cpus instead of cpus when build PPTT table + * Fri Nov 13 2020 Huawei Technologies Co., Ltd - json: Fix a memleak in parse_pair()