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.web10.7138.1624539764854201946 for ; Thu, 24 Jun 2021 06:02:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=T/riUPK1; 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=1624539764; 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=v/sc+F0VjNs0IB+cG5lgdvLMUAkzbNUM/xxjMbomx1Q=; b=T/riUPK1k9nlZ3vLXUtGcLzLvCl7+Gnjk8tRgUfXUE/v5SntxPBvUtG7hMMrdWR4uo7PZv 2O31TwqzpqcTIY9vAQr5utHkgwq5ec1+hYLdILAl+IctwwBiWrFI6BYEjLlREwOCfzBkBT SrV7JHFvcm+zleQ0YONH4gxmWjUYpYg= 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-112-jFwoTc8YNbC3Fp-ctARQng-1; Thu, 24 Jun 2021 09:02:39 -0400 X-MC-Unique: jFwoTc8YNbC3Fp-ctARQng-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 02B52192FDA0; Thu, 24 Jun 2021 13:02:38 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-114-106.ams2.redhat.com [10.36.114.106]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4C01D5C1CF; Thu, 24 Jun 2021 13:02:36 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH v1 0/5] Add ACPI support for Kvmtool To: devel@edk2.groups.io, pierre.gondois@arm.com, Sami Mujawar Cc: Ard Biesheuvel , Leif Lindholm , Akanksha Jain , Alexandru Elisei References: <20210623140640.16754-1-Pierre.Gondois@arm.com> From: "Laszlo Ersek" Message-ID: Date: Thu, 24 Jun 2021 15:02:34 +0200 MIME-Version: 1.0 In-Reply-To: <20210623140640.16754-1-Pierre.Gondois@arm.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 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 06/23/21 16:06, PierreGondois wrote: > Pierre Gondois (1): > ArmVirtPkg: Add cspell exceptions > > Sami Mujawar (4): > ArmVirtPkg: Add DSDT ACPI table for Kvmtool firmware > ArmVirtPkg: Add Configuration Manager for Kvmtool firmware > ArmVirtPkg: Enable ACPI support for Kvmtool > ArmVirtPkg: Enable Acpiview for ArmVirtPkg The subject lines of Sami's 4 patches should be updated as follows: ArmVirtPkg/Kvmtool: Add DSDT ACPI table ArmVirtPkg/Kvmtool: Add Configuration Manager ArmVirtPkg/Kvmtool: Enable ACPI support ArmVirtPkg/Kvmtool: Enable Acpiview (regarding the last patch, I requested in its subthread that ACPIVIEW be restricted to kvmtool please.) Thanks Laszlo