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.129.124]) by mx.groups.io with SMTP id smtpd.web10.24548.1685600271445164115 for ; Wed, 31 May 2023 23:17:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=hnEPnwse; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1685600270; 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: in-reply-to:in-reply-to:references:references; bh=P46cp/0+fr/EellP36O4Hbp+FoGGbDh66MeOX3OA5E4=; b=hnEPnwse6k6yZQBufY/XfpUONE8p9xXdFa7u6X+UnGWIK+5ugBWbs56MX1v1w3LrR0UG/8 HjsF2c7AFCtA0uZMJh1MoKG+5hbNY3HWQZBAdSJM6evgZgUkOAZsRZ9t8U7N5izGHiBVpl 2S5TF/lXayQss7fgYz7lDqNUJw1X18Y= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-611-xanAgHYPNRGOSLTee21PMA-1; Thu, 01 Jun 2023 02:17:47 -0400 X-MC-Unique: xanAgHYPNRGOSLTee21PMA-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id E09D8185A78E; Thu, 1 Jun 2023 06:17:46 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.49]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B123FC154D7; Thu, 1 Jun 2023 06:17:46 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 6B0D01800626; Thu, 1 Jun 2023 08:17:45 +0200 (CEST) Date: Thu, 1 Jun 2023 08:17:45 +0200 From: "Gerd Hoffmann" To: devel@edk2.groups.io Cc: Jiewen Yao , Jordan Justen , Leif Lindholm , Pawel Polawski , Sami Mujawar , Oliver Steffen , Ard Biesheuvel Subject: Re: [PATCH 0/5] ArmVirt: add VirtioSerialDxe Message-ID: References: <20230512142306.1323983-1-kraxel@redhat.com> MIME-Version: 1.0 In-Reply-To: <20230512142306.1323983-1-kraxel@redhat.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, May 12, 2023 at 04:23:01PM +0200, Gerd Hoffmann wrote: > > Gerd Hoffmann (5): > ArmVirt: add VirtioSerialDxe to ArmVirtQemu builds > ArmVirt/PlatformBootManagerLib: factor out IsVirtio() > ArmVirt/PlatformBootManagerLib: factor out IsVirtioPci() > ArmVirt/PlatformBootManagerLib: set up virtio serial as console > OvmfPkg/VirtioSerialDxe: use TPL_NOTIFY Ping. Any comments on this series? take care, Gerd