From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web12.4384.1622105782123451053 for ; Thu, 27 May 2021 01:56:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=U59l2aFH; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1622105781; 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=LpJc+MEfThTmOqJ+JZZ2VasrW3KK9+euBOI86gFIYRM=; b=U59l2aFHlEsBjMBNciqpnm3SKRn6aM5mbXLwvHsSImN+lLt5CvUcrubaQJcauReKJfj6B/ Y7FOrY5i+twBkEplbetSkQpOK6tjaSHegH6949Ocgqmx7sf7CQS4XtySSl0cRFCG69r60t lpq4388fusOz6SPEHFdnIWcdeyKAT5A= 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-568-sFbrwayXOiSSFXbGeG3DXg-1; Thu, 27 May 2021 04:56:19 -0400 X-MC-Unique: sFbrwayXOiSSFXbGeG3DXg-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 743E2100945E; Thu, 27 May 2021 08:56:18 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-115-44.ams2.redhat.com [10.36.115.44]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A0CF32B1A3; Thu, 27 May 2021 08:56:14 +0000 (UTC) Subject: Re: [PATCH 05/43] OvmfPkg/README: bump minimum QEMU version to 1.7.1, machine types to 1.7 To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , devel@edk2.groups.io Cc: Ard Biesheuvel , Jordan Justen References: <20210526201446.12554-1-lersek@redhat.com> <20210526201446.12554-6-lersek@redhat.com> From: "Laszlo Ersek" Message-ID: <57eb5fec-72bf-c9e6-b038-d93996f82b46@redhat.com> Date: Thu, 27 May 2021 10:56:13 +0200 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 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: 8bit On 05/27/21 10:24, Philippe Mathieu-Daudé wrote: > On 5/26/21 10:14 PM, Laszlo Ersek wrote: >> Due to switching to the QemuFwCfgAcpiPlatformDxe driver earlier in this >> series, require QEMU version 1.7.1 in the "OvmfPkg/README" file, and >> require 1.7 or later machine types too. >> >> Cc: Ard Biesheuvel >> Cc: Jordan Justen >> Cc: Philippe Mathieu-Daudé >> Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2122 >> Signed-off-by: Laszlo Ersek >> --- >> OvmfPkg/README | 43 ++++---------------- >> 1 file changed, 8 insertions(+), 35 deletions(-) > > :)) > > Reviewed-by: Philippe Mathieu-Daude > Time flies, doesn't it :) Thank you! Laszlo