From nobody Tue Jun 13 11:02:11 2023 X-Original-To: virtualization@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QgQcV5hN9z4cp21 for ; Tue, 13 Jun 2023 11:02:18 +0000 (UTC) (envelope-from SRS0=34ti=CB=freebsd.org=grehan@iredmail.onthenet.com.au) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4QgQcV2d6tz3Fvw for ; Tue, 13 Jun 2023 11:02:17 +0000 (UTC) (envelope-from SRS0=34ti=CB=freebsd.org=grehan@iredmail.onthenet.com.au) Authentication-Results: mx1.freebsd.org; none Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [203.13.68.150]) by alto.onthenet.com.au (Postfix) with ESMTPS id DC48620B4993 for ; Tue, 13 Jun 2023 21:02:11 +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 D1C66213C0C3 for ; Tue, 13 Jun 2023 21:02:11 +1000 (AEST) 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= 1686654131; x=1689246132; bh=vsfSFvOEa0z1DfX2qsrG2MeNLDZPCnbR0UY fABxAuNU=; b=T/vF5F/kAC0LYu3Y/8S+untPG8OwYBs/Tea2Uc/weYPhI7o1u80 vlxk+yHPRo2Ycknr20sHITJTWyLCpQgKkSjYQ4u0e/W7XlmrrxhrjMVmFPRhGu3+ umeolTP94DvSsJ5mNiA8iB5RVXU9PAldrs1Taf5YGKXylVMXcJLdeb7M= 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 2vsMRjZ995Bm for ; Tue, 13 Jun 2023 21:02:11 +1000 (AEST) Received: from [192.168.1.104] (otn-120-29-29-223.broadband.onthenet.net [120.29.29.223]) by iredmail.onthenet.com.au (Postfix) with ESMTPSA id AC3EF213C0C2; Tue, 13 Jun 2023 21:02:11 +1000 (AEST) Message-ID: Date: Tue, 13 Jun 2023 21:02:11 +1000 List-Id: Discussion List-Archive: https://lists.freebsd.org/archives/freebsd-virtualization List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.11.2 Subject: Re: [PATCH 0/5] OvmfPkg/Bhyve: install ACPI tables by FwCfg Content-Language: en-US To: =?UTF-8?Q?Corvin_K=c3=b6hne?= , virtualization@freebsd.org References: <20230612132558.349152-1-corvink@FreeBSD.org> From: Peter Grehan In-Reply-To: <20230612132558.349152-1-corvink@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=HqHt53bS c=1 sm=1 tr=0 a=A6CF0fG5TOl4vs6YHvqXgw==:117 a=2JZ6tUy8bcDxYaQTggag0w==:17 a=IkcTkHD0fZMA:10 a=of4jigFt-DYA:10 a=aBEiHzcDQmrt9SMqE4oA:9 a=QEXdDO2ut3YA:10 X-Rspamd-Queue-Id: 4QgQcV2d6tz3Fvw X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:9313, ipnet:203.13.68.0/24, country:AU] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N Hi Corvin, > this is the next patch stack for EDKII. Bhyve is able to pass ACPI > tables to the guest by FwCfg. This is more flexible and less space > limited than our current approach of placing ACPI tables into memory. > So, this patch stack modifes the guest firmware to pick up ACPI tables > from FwCfg. If that's not possible, it's falls back to our old approach > of picking up ACPI tables from memory. > > Any feedback, even if it's just a short "Looks good" or "Keep going", is > appreciated. Looks good, keep going :) later, Peter.