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.129.124]) by mx.groups.io with SMTP id smtpd.web10.58622.1681744550083293030 for ; Mon, 17 Apr 2023 08:15:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=YdyCTnG0; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1681744549; 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=1R+ms6EkQjoIpUkBqiZD/Td/lDO3qqQG/5IxylHgr+o=; b=YdyCTnG0ciDRM6v/HUgaqd/YS+ygdUrtg3WS7rUs56gF/elPtY6q16zlRylp1YzOcPmU9H 64K0JI0Wz3FAWJz+j8gY7xKkaVBtrxnmlj85wa4DjDAcKmdQapRObjxALSbdveM+wmxZAG d322sgcTZuI1QzZ+2SKEDKbCvZHJAaA= 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-453-x8ShcI1EO32pwniv7kL73g-1; Mon, 17 Apr 2023 11:15:45 -0400 X-MC-Unique: x8ShcI1EO32pwniv7kL73g-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 12B8428082A5; Mon, 17 Apr 2023 15:15:45 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.193.149]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 46D7E1121314; Mon, 17 Apr 2023 15:15:44 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 9468718000B3; Mon, 17 Apr 2023 17:15:42 +0200 (CEST) Date: Mon, 17 Apr 2023 17:15:42 +0200 From: "Gerd Hoffmann" To: Corvin =?utf-8?B?S8O2aG5l?= Cc: devel@edk2.groups.io, Michael D Kinney , Liming Gao , Zhiguang Liu , Ard Biesheuvel , Jiewen Yao , Jordan Justen , Rebecca Cran , Peter Grehan Subject: Re: [PATCH 1/1] OvmfPkg/BhyveBhf: install bhyve's ACPI tables Message-ID: References: <20230417114601.398383-1-corvink@FreeBSD.org> MIME-Version: 1.0 In-Reply-To: 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 > Hi Gerd, > > thanks for your reply. It's mostly the same code. Only the start and > end of the scanned range differ. So, it does make sense to share the > same implementation. > Where's the right place for this shared implementation? Is it > "OvmfPkg/Library"? Yes. take care, Gerd