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.41359.1674119695885234308 for ; Thu, 19 Jan 2023 01:14:56 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=BgYzitRX; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1674119694; 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=JdJKZvF0h8ku9kaPtUnhG6FgQpoVr5+Nv1uRv1IvPC0=; b=BgYzitRX51pGyMIhMjOi3yfgRLki+NW1k8SYyvSAx+Gav1WPjpeN6JVHBmm55N86d9Udk0 epiwy9Kun842KgQcZXdtefdGwPa4WS86dwqqfaNSDlCkuty+wRnvJOA7otPoKF0i0TwXp9 2cI1TPyMUsH4dTTqcthyLvDFyXjctkQ= 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-284-Lse5_5L9P8W45jS80zOHrA-1; Thu, 19 Jan 2023 04:14:51 -0500 X-MC-Unique: Lse5_5L9P8W45jS80zOHrA-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 3A8048A0100; Thu, 19 Jan 2023 09:14:51 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.186]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0BA641121315; Thu, 19 Jan 2023 09:14:51 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 9DF67180093C; Thu, 19 Jan 2023 10:14:49 +0100 (CET) Date: Thu, 19 Jan 2023 10:14:49 +0100 From: "Gerd Hoffmann" To: Ard Biesheuvel Cc: devel@edk2.groups.io, Michael Kubacki , Oliver Steffen Subject: Re: [PATCH 2/3] ArmVirtPkg: CI: Perform build and boot test of ArmVirtQemuKernel Message-ID: <20230119091449.ccj5dhrhwhtdrs33@sirius.home.kraxel.org> References: <20230119082153.1520196-1-ardb@kernel.org> <20230119082153.1520196-3-ardb@kernel.org> MIME-Version: 1.0 In-Reply-To: <20230119082153.1520196-3-ardb@kernel.org> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.3 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > diff --git a/ArmVirtPkg/PlatformCI/QemuKernelBuild.py b/ArmVirtPkg/PlatformCI/QemuKernelBuild.py > new file mode 100644 > index 000000000000..1c652478cb41 > --- /dev/null > +++ b/ArmVirtPkg/PlatformCI/QemuKernelBuild.py In OvmfPkg I've moved common code over to PlatformBuildLib.py which is used by the individual *Build.py files (which can be small then). take care, Gerd