From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.120]) by mx.groups.io with SMTP id smtpd.web12.6150.1588251117118216995 for ; Thu, 30 Apr 2020 05:51:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=SuGlUSNa; spf=pass (domain: redhat.com, ip: 205.139.110.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1588251116; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=//6DEH6OPg0+lqG+aAzAQzPiuNMxjoRtiTeyAAdEsm8=; b=SuGlUSNalq3K9d6a4RsM+l7vOpEqrzHQ7CORlmCBS4ZTH5VgsvVcHgUnWsoCu2xNOb7k+b apRZrL0mFYI1J/a2hO8ZGb2uKWHc1HlV+PkeJGiyVzQuYGiIQW4/PWSSnmEC3u5JQkOkUv IXAI8FrgMxdObwfCH6px0Yl9a8EHd4A= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-260-ZYV2buNcMQqPfd0DLH-dMA-1; Thu, 30 Apr 2020 08:51:54 -0400 X-MC-Unique: ZYV2buNcMQqPfd0DLH-dMA-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 84901100A8FA; Thu, 30 Apr 2020 12:51:53 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-115-57.ams2.redhat.com [10.36.115.57]) by smtp.corp.redhat.com (Postfix) with ESMTP id DF6D65D9C5; Thu, 30 Apr 2020 12:51:51 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH v5 1/1] OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ ones To: devel@edk2.groups.io, rebecca@bsdio.com Cc: Philippe Mathieu-Daude , Jordan Justen , Ard Biesheuvel References: <20200429215327.606467-1-rebecca@bsdio.com> From: "Laszlo Ersek" Message-ID: Date: Thu, 30 Apr 2020 14:51:50 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20200429215327.606467-1-rebecca@bsdio.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 04/29/20 23:53, Rebecca Cran wrote: > Generated mechanically with: > find OvmfPkg -type f -exec sed -i -e 's/EFI_D_/DEBUG_/g' {} \; > > Signed-off-by: Rebecca Cran Reviewed-by: Laszlo Ersek