From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from alto.onthenet.com.au (alto.onthenet.com.au [203.13.68.12]) by mx.groups.io with SMTP id smtpd.web12.879.1649274772578642407 for ; Wed, 06 Apr 2022 12:52:53 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@nt.com.au header.s=dkim header.b=c1/W+YcD; spf=none, err=permanent DNS error (domain: iredmail.onthenet.com.au, ip: 203.13.68.12, mailfrom: srs0=swbc=uq=freebsd.org=grehan@iredmail.onthenet.com.au) Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [203.13.68.150]) by alto.onthenet.com.au (Postfix) with ESMTPS id 8E2DE20A3264 for ; Thu, 7 Apr 2022 05:52:48 +1000 (AEST) Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [127.0.0.1]) by iredmail.onthenet.com.au (Postfix) with ESMTP id 6FC8E2147EA8 for ; Thu, 7 Apr 2022 05:52:48 +1000 (AEST) Authentication-Results: iredmail.onthenet.com.au (amavisd-new); dkim=pass (1024-bit key) reason="pass (just generated, assumed good)" header.d=nt.com.au DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nt.com.au; h= content-transfer-encoding:content-type:content-type:in-reply-to :from:from:references:to:content-language:subject:subject :user-agent:mime-version:date:date:message-id; s=dkim; t= 1649274768; x=1651866769; bh=R+KjMMj8EY2COtO4fwZ34N5fFIjvDjwbzGU AsZf/s2s=; b=c1/W+YcDSlFl8DjrpMzyG3BzzCfLwlc310iE7nKkmVpfhBJeBJO 9/Kgqb7EZf3zl+vo2yQYcmNNvxM4TOhjN1xmHSCN5z8xYtYSEirJoY0STOA+Pgjw zuUikhPkAv2ClX3bld58q5Vf/wSnGZXRad6znnE9zU4G5tce8GXHLvno= Received: from iredmail.onthenet.com.au ([127.0.0.1]) by iredmail.onthenet.com.au (iredmail.onthenet.com.au [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id xsB2vKA0BIa3 for ; Thu, 7 Apr 2022 05:52:48 +1000 (AEST) Received: from [192.168.1.102] (unknown [120.29.51.26]) by iredmail.onthenet.com.au (Postfix) with ESMTPSA id 59B3F2147EA5; Thu, 7 Apr 2022 05:52:47 +1000 (AEST) Message-ID: Date: Thu, 7 Apr 2022 05:52:46 +1000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [edk2-devel] [PATCH v2] OvmfPkg/BhyveBhfPkg: add support for QemuFwCfg To: Rebecca Cran , devel@edk2.groups.io, c.koehne@beckhoff.com Cc: Ard Biesheuvel , Jiewen Yao , Jordan Justen , FreeBSD Virtualization , Gerd Hoffmann References: <20220329101417.617-1-c.koehne@beckhoff.com> From: "Peter Grehan" In-Reply-To: X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=ONO8IRSB c=1 sm=1 tr=0 a=A6CF0fG5TOl4vs6YHvqXgw==:117 a=8fVbGRnJaTNBnOEn7SCwoA==:17 a=IkcTkHD0fZMA:10 a=z0gMJWrwH1QA:10 a=q9p1YRkh_lxpL_0C_jkA:9 a=QEXdDO2ut3YA:10 Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit > [re-posting from my personal email account, since my mail to > freebsd-virtualization got rejected]> > I seem to remember seeing previous feedback that Bhyve developers > strongly preferred the BhyveFwCtl mechanism. I've been out of the loop > though (busy with $dayjob) so I don't know if things have changed. > Hopefully other people can provide feedback. I'm fine with phasing out BhyveFwCtl, so long as backwards compat is maintained. later, Peter.