From d4d894042b3d52ad4ecf49f35b8e70d3b01752a9 Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Sat, 12 Feb 2022 17:20:21 +0800 Subject: [PATCH] =?UTF-8?q?spec:=20Update=20patch=20and=20changelog=20with?= =?UTF-8?q?=20!245=20=E3=80=906.2.0=E3=80=91=E5=A2=9E=E5=8A=A0=E6=8E=A7?= =?UTF-8?q?=E5=88=B6qemu=5Flog=E5=87=BD=E6=95=B0=E7=9A=84=E5=AE=8F=20!245?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit util/log: add CONFIG_DISABLE_QEMU_LOG macro Signed-off-by: Chen Qun Signed-off-by: imxcc (cherry picked from commit e954ea3ac20e114fd0db4c873c3aa27761226c58) --- qemu.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qemu.spec b/qemu.spec index 5e4aca1..325effa 100644 --- a/qemu.spec +++ b/qemu.spec @@ -86,6 +86,7 @@ Patch0073: seabios-increase-the-seabios-high-mem-zone-size.patch Patch0074: seabios-increase-the-seabios-minibiostable.patch Patch0075: IPv6-add-support-for-IPv6-protocol.patch Patch0076: Use-post-increment-only-in-inffast.c.patch +Patch0077: util-log-add-CONFIG_DISABLE_QEMU_LOG-macro.patch BuildRequires: flex BuildRequires: gcc @@ -530,6 +531,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Sat Feb 12 2022 Chen Qun +- util/log: add CONFIG_DISABLE_QEMU_LOG macro + * Sat Feb 12 2022 Yan Wang - ipxe: IPv6 add support for IPv6 protocol - u-boot: Use post increment only in inffast.c