From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.120]) by mx.groups.io with SMTP id smtpd.web12.17951.1596201051540206131 for ; Fri, 31 Jul 2020 06:10:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=U1+ujRCk; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1596201050; 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=1sB0tZfB1FDgokKEAzNEZlszplAz+0UwG/2PQpzNCZw=; b=U1+ujRCkEPhVeiabv2fseLbHC4k2TQWussa3nBvOt7kt5pPo+wVeF86wLRfdZYjl23ZL4K thbZgrL4sEu4l7EvJCY04g/EqH9frbMZfrK0zCF3Uo9YxEHddg6cCgCb2DaYtt//bQDmAr z2LsNnLEqWy1exkaQi3DIVEDkUBBM3Y= 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-303-qsj0qRuePc-ysyt9dbaUyA-1; Fri, 31 Jul 2020 09:10:46 -0400 X-MC-Unique: qsj0qRuePc-ysyt9dbaUyA-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 0243C1005504; Fri, 31 Jul 2020 13:10:45 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-114-160.ams2.redhat.com [10.36.114.160]) by smtp.corp.redhat.com (Postfix) with ESMTP id 430785DA88; Fri, 31 Jul 2020 13:10:43 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 1/1] Add BhyvePkg, to support the bhyve hypervisor From: "Laszlo Ersek" To: devel@edk2.groups.io, rebecca@bsdio.com Cc: Ard Biesheuvel , Andrew Fish , Leif Lindholm , Jordan L Justen , Michael D Kinney , Liming Gao References: <20200713054131.479627-1-rebecca@bsdio.com> <20200713054131.479627-2-rebecca@bsdio.com> <88d22f36-c210-f626-fe70-b2eb3c5fcd3c@redhat.com> <162169B0F92549B8.20689@groups.io> <52be7a58-9e2b-92a0-5f15-22a9dd59b0e4@redhat.com> Message-ID: <48628363-3c1b-7d24-6dbc-95e739ac389d@redhat.com> Date: Fri, 31 Jul 2020 15:10:42 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <52be7a58-9e2b-92a0-5f15-22a9dd59b0e4@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 07/31/20 15:07, Laszlo Ersek wrote: > On 07/31/20 07:17, Rebecca Cran wrote: >> On 7/13/20 2:25 PM, Rebecca Cran wrote: >> >>> On 7/13/20 12:09 PM, Laszlo Ersek wrote: >>> >>>> Can you please ping me when the PatchCheck.py problem has been solved, >>>> so I can go ahead with the merge? >>> >>> Will do. >> >> >> Hi Laszlo, >> >> >> I just rebased the bhyve commit against the latest edk2 master with no >> conflicts, and all CI checks passed >> (https://github.com/tianocore/edk2/pull/841). >> >> So I think it's ready to go into the tree. > > Thanks for the ping. > > I've had your patch applied locally, from the list, on top of > then-master HEAD f45e3a4afa65, ready for pushing. > > I've now fetched your branch (from your PR above), at commit > d6ec30afebe6. I've also rebased my local branch (see above) on top of > current master (137c2c6eff67). Your rebase and my rebase are identical > (except my version carries your original Message-Id for the patch, plus > my Acked-by given earlier). > > Thus I've submitted the following PR, using my rebased branch (including > the Message-Id and Acked-by tags): > > https://github.com/tianocore/edk2/pull/842 > > Merged as commit 656419f922c0. ... We should have updated the subject line from Add BhyvePkg, to support the bhyve hypervisor to OvmfPkg: add OvmfPkg/Bhyve, to support the bhyve hypervisor I hope the rest of the community will forgive us for missing that. My apologies. Laszlo > Thank you for the contribution! > > Please follow up with a patch for "Maintainers.txt", as discussed up-thread. > > Thanks! > Laszlo >