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.web11.9923.1651495239185224688 for ; Mon, 02 May 2022 05:40:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=K2NR3CRp; 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=1651495238; 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=2bKsVlPhQWyqh8+hpJVp8qfNVcsSaojKI8DkcHjCnhQ=; b=K2NR3CRp2Q/KNCuDqMAlDgel3nWqmE820b4yZKWF51TfI2usY3awA/Eky+LqdNW3BUVYiC hVsxKKX+QFGWQ2mAYbl2M7ECEVOVnMZxC0lpRmOM4zr8jqwLic8+WfQ2bDUbNWVucOaPF7 3K1Fjv7BIoIhCrbcDRZE14ieUT2XYwo= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-582-vb3boWn3OLWC7WBUSMSdTg-1; Mon, 02 May 2022 08:40:35 -0400 X-MC-Unique: vb3boWn3OLWC7WBUSMSdTg-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 AD6501C03360; Mon, 2 May 2022 12:40:34 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.13]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 3F263407DEC3; Mon, 2 May 2022 12:40:34 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 4A7101800383; Mon, 2 May 2022 14:40:32 +0200 (CEST) Date: Mon, 2 May 2022 14:40:32 +0200 From: "Gerd Hoffmann" To: Corvin =?utf-8?B?S8O2aG5l?= Cc: Rebecca Cran , "devel@edk2.groups.io" , "jiewen.yao@intel.com" , Ard Biesheuvel , "Justen, Jordan L" , FreeBSD Virtualization , Rebecca Cran , Peter Grehan Subject: Re: [edk2-devel] [PATCH v5] OvmfPkg/Bhyve: add support for QemuFwCfg Message-ID: <20220502124032.2263bmvmirddcznh@sirius.home.kraxel.org> References: <20220426130817.771-1-c.koehne@beckhoff.com> <87eb8fd7-8b7b-01c2-c5bd-5c1013280d1c@quicinc.com> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.84 on 10.11.54.1 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=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit On Wed, Apr 27, 2022 at 10:06:26AM +0000, Corvin Köhne wrote: > Hi, > > sry, I'm unfamiliar with the merge process and how to try CI. > I've updated my patch. It should pass CI now. CI runs on all pull requests, so just open a draft pull request, then check pull request status. take care, Gerd