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.web12.8935.1636441918790491201 for ; Mon, 08 Nov 2021 23:11:59 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=ZNZ7SbGA; 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=1636441917; 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=z/3wMSoj41+5MVDdD4AqtlAZHT6JFHvGZKk20wRxLLY=; b=ZNZ7SbGAKIeikgst9CLNim/b7Qf5Ak2acKJaEyCRmQppBscEjrO4Xq1AsteX6P6wEeDquN H0LrAll/mvF9hGapDtEsZZhCQyrqxcg63BE1lDy88ZUAiC9t/eq223AHExhl8u+zGhOc/t AoE+3hu1EiT05tnEUqgiO7thxmI4ivo= 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-163-MrSli-G6OPCnIZQe0RQ8MQ-1; Tue, 09 Nov 2021 02:11:51 -0500 X-MC-Unique: MrSli-G6OPCnIZQe0RQ8MQ-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 2473D802C8F; Tue, 9 Nov 2021 07:11:50 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.194.99]) by smtp.corp.redhat.com (Postfix) with ESMTPS id CE89C5D9DE; Tue, 9 Nov 2021 07:11:47 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 7D53F180A429; Tue, 9 Nov 2021 08:11:44 +0100 (CET) Date: Tue, 9 Nov 2021 08:11:44 +0100 From: "Gerd Hoffmann" To: devel@edk2.groups.io Cc: Bret Barkelew , Michael D Kinney , Sean Brogan , Ard Biesheuvel , Jordan Justen , Liming Gao , Jiewen Yao Subject: Re: [PATCH v3 0/7] OvmfPkg/PlatformCI: hook up AmdSev, Bhyve and Microvm Message-ID: <20211109071144.6ot6y2nxa6pgz5nb@sirius.home.kraxel.org> References: <20211103091123.2953172-1-kraxel@redhat.com> MIME-Version: 1.0 In-Reply-To: <20211103091123.2953172-1-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Nov 03, 2021 at 10:11:16AM +0100, Gerd Hoffmann wrote: > v3: > - pick up Acked-by: > - use __file__ to extend path > v2: > - hook up OvmfXen too. > - add CI maintainers to Cc. > > Gerd Hoffmann (7): > OvmfPkg/PlatformCI: factor out PlatformBuildLib.py > OvmfPkg/PlatformCI: add QEMU_SKIP > OvmfPkg/PlatformCI: add BhyveBuild.py > OvmfPkg/PlatformCI: add MicrovmBuild.py > OvmfPkg/PlatformCI: add AmdSevBuild.py > OvmfPkg/PlatformCI: dummy grub.efi for AmdSev > OvmfPkg/PlatformCI: add XenBuild.py Ping. Anything missing? thanks, Gerd