From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mx.groups.io with SMTP id smtpd.web09.57303.1622550734522525374 for ; Tue, 01 Jun 2021 05:32:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=JahVsPh/; spf=pass (domain: redhat.com, ip: 216.205.24.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1622550733; 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=8zLSl83IVafDAXw8Mjkg5kSgUFqXRFdQTi82LpHZKco=; b=JahVsPh/mYvEGJzMIE6lIDycTaUfjbdNiICCRj+LQl6cbCMJ0TaYQRoWHgUbFgjKp6I7RL q6ESv/Too9Zb6q79gXFs4yc1zbYepVtPBA1ZASbUAlseuR/BaDnWuycURQRyOqs/MxGJaO IAZ1KpbVK9rEdeadh3REFO+RwHwkSfk= 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-323-DY1hSweGPF-kD2guX-knkQ-1; Tue, 01 Jun 2021 08:32:09 -0400 X-MC-Unique: DY1hSweGPF-kD2guX-knkQ-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 8AA971936B68; Tue, 1 Jun 2021 12:32:08 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-114-181.ams2.redhat.com [10.36.114.181]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5B3BA10074EF; Tue, 1 Jun 2021 12:32:06 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH] OvmfPkg: Fix typo in README To: devel@edk2.groups.io, kaaira7319@gmail.com Cc: Ard Biesheuvel , Jordan Justen , mikuback@linux.microsoft.com, ray.ni@intel.com References: <20210529213421.GA12074@kaaira-HP-Pavilion-Notebook> From: "Laszlo Ersek" Message-ID: <273d5b70-c12b-755b-beae-7863f39a37f3@redhat.com> Date: Tue, 1 Jun 2021 14:32:04 +0200 MIME-Version: 1.0 In-Reply-To: <20210529213421.GA12074@kaaira-HP-Pavilion-Notebook> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 05/29/21 23:34, KAAIRA GUPTA wrote: > Fix typographical error in the README by correcting the 'an' mistyped as > 'and'. > > Signed-off-by: Kaaira Gupta > --- > OvmfPkg/README | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/OvmfPkg/README b/OvmfPkg/README > index 70f0c41526..8655de3eab 100644 > --- a/OvmfPkg/README > +++ b/OvmfPkg/README > @@ -60,7 +60,7 @@ https://github.com/tianocore/tianocore.github.io/wiki/How%20to%20build%20OVMF > === RUNNING OVMF on QEMU === > > * QEMU 0.12.2 or later is required. > -* Be sure to use qemu-system-x86_64, if you are using and X64 firmware. > +* Be sure to use qemu-system-x86_64, if you are using an X64 firmware. > (qemu-system-x86_64 works for the IA32 firmware as well, of course.) > * Use OVMF for QEMU firmware (3 options available) > - Option 1: QEMU 1.6 or newer; Use QEMU -pflash parameter > This patch is valid, but it will conflict with: [edk2-devel] [PATCH 05/43] OvmfPkg/README: bump minimum QEMU version to 1.7.1, machine types to 1.7 https://edk2.groups.io/g/devel/message/75674 https://listman.redhat.com/archives/edk2-devel-archive/2021-May/msg00967.html http://mid.mail-archive.com/20210526201446.12554-6-lersek@redhat.com (And that patch was posted earlier than this patch.) Please add yourself to the CC list on , and when you see that its status changes to RESOLVED|FIXED (implying that the above-mentioned patch has been merged, as a part of its containing series), then please rebase this patch, and repost it. Thanks, Laszlo