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.web11.15357.1674049389806133758 for ; Wed, 18 Jan 2023 05:43:09 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=Laoc74eP; 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=1674049388; 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=cPRIMDzncvaipi2uFWo0j6MNdsUr90OTW7o0waWag1A=; b=Laoc74ePNZNagvnqew8lXj3/ti5dRxRASVGf1Z+rhyiwpU790xjXW4xrWayHvUp7vzoZen JuffTQSsWTnu9CMDC2e7NdOqjn24oLJEpSdP1mP+Ae6txxdhOtY+VomWcQb4fNfJC+T7L6 mn1xUoK9WMrg3na+kgEjU2NZf9B2T4k= 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-461-oVuBE6UxNwm1KmRDRogypg-1; Wed, 18 Jan 2023 08:43:05 -0500 X-MC-Unique: oVuBE6UxNwm1KmRDRogypg-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id C3D2C8A0119; Wed, 18 Jan 2023 13:43:04 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.186]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 60DE840C2064; Wed, 18 Jan 2023 13:43:04 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id A88DF1800091; Wed, 18 Jan 2023 14:43:02 +0100 (CET) Date: Wed, 18 Jan 2023 14:43:02 +0100 From: "Gerd Hoffmann" To: "Yao, Jiewen" Cc: "devel@edk2.groups.io" , "ardb@kernel.org" , "Xu, Min M" , Leif Lindholm , Ard Biesheuvel , Abner Chang , Daniel Schaefer , "Aktas, Erdem" , James Bottomley , Tom Lendacky Subject: Re: [edk2-devel] [PATCH V3 0/4] Introduce Separate-Fv in OvmfPkg/IntelTdx Message-ID: <20230118134302.fayijttqbikshjz5@sirius.home.kraxel.org> References: <20230116233158.1268-1-min.m.xu@intel.com> <20230117105823.tkasxyjfjxku6wsz@sirius.home.kraxel.org> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.1 on 10.11.54.1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Jan 18, 2023 at 12:07:52PM +0000, Yao, Jiewen wrote: > Hey Ard > I am worried about the CI for ArmVirtPkg. > Can we add such ArmVirtPkg build into CI? CI builds one of the ArmVirtPkg configs (ArmVirtQemu.dsc specifically), the other ones are not covered right now. take care, Gerd