From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web11.11987.1683710344687625335 for ; Wed, 10 May 2023 02:19:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=scV/n7FG; spf=pass (domain: kernel.org, ip: 139.178.84.217, mailfrom: ardb@kernel.org) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 22ED764828 for ; Wed, 10 May 2023 09:19:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5FB10C433A0 for ; Wed, 10 May 2023 09:19:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683710343; bh=ofEYv9RuRBMVhYIonu0n6DuMtaEo/E615SU0NJxdHQw=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=scV/n7FGAolD++BHlzOEw9PwYzswBP+LToV+V6EgvfztVqT4q3DFlAFVNOmlDdK4v OBGufpdDlBXxwT5DYkOZv5DwiX2aHS/6Fkb6qGI7NItGLRXYXraVD7FNoHRQFmUsQe T4pMA8hA2StwiKjjkoGcZWHcFkg/+KDYes3NlqLlpiPaeOQ8Jtq24bsyVfFlktsYGc flZcYKSpRh2Ue9/cYQg23+9CZG5lo5w3o6tmWpzWBtNJ2MA+i7fWa6bBt73KY8IbdE IOPoYbdbHAADUPbjPDxSwDn3ooi8x9gO4V8RATJV8X42k8BlohcCF2QhxHnoaIL9+n HgSej0PGvX4Ng== Received: by mail-lf1-f45.google.com with SMTP id 2adb3069b0e04-4f13ef4ad91so8014228e87.3 for ; Wed, 10 May 2023 02:19:03 -0700 (PDT) X-Gm-Message-State: AC+VfDynGzLSVr9keKm8EgA7p71K3fUs7poXWpyV+A0/yhXztQL2Wc4h mzdBVstYGWiA3s4MwUCcETWIHPV9lUUTwpgfh10= X-Google-Smtp-Source: ACHHUZ7fAGGc7xFR1VBL7CDduAiVykxx8N3Yhrs70KAiJCmW82KR0hy3tsBogoyhGhMsdAgnK/wfbP3ASZI8M3te4+w= X-Received: by 2002:ac2:4a9b:0:b0:4f2:5ef9:45fb with SMTP id l27-20020ac24a9b000000b004f25ef945fbmr748657lfp.52.1683710341418; Wed, 10 May 2023 02:19:01 -0700 (PDT) MIME-Version: 1.0 References: <20230510073358.79042-1-kraxel@redhat.com> In-Reply-To: From: "Ard Biesheuvel" Date: Wed, 10 May 2023 11:18:50 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH 1/1] OvmfPkg/VirtioSerialDxe: fix RELEASE build error To: devel@edk2.groups.io, kraxel@redhat.com Cc: Pawel Polawski , Ard Biesheuvel , Jordan Justen , Oliver Steffen , Jiewen Yao , Rebecca Cran Content-Type: text/plain; charset="UTF-8" On Wed, 10 May 2023 at 09:39, Ard Biesheuvel wrote: > > On Wed, 10 May 2023 at 09:34, Gerd Hoffmann wrote: > > > > EventNames is used to pretty-print debug log messages. > > Add #ifdef to only include it in debug builds. > > Fixes a clang build failure. > > > > Reported-by: Rebecca Cran > > Signed-off-by: Gerd Hoffmann > > Queued up as #4381 - thanks. > This appears to break the build https://github.com/tianocore/edk2/pull/4381