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.45711.1683194736807618775 for ; Thu, 04 May 2023 03:05:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=F/AqMyB6; 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=1683194735; 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=jW9UFVXs64TySJbDuvMXqZBpaHqu+dMK/jqcng5abd8=; b=F/AqMyB6Yek9uVBjdzUa/lvhzISaacWQWGOAzaeY7xZX35NjUbMkoLYqw88ilvCKrfiBgz QmiwiMdlKh4sBpPOtDrCy6Hxt6xJWYxdaiVNZDTV9pm9C7xw5CirYqmTHqbDL7h63e4jFt G0k+qDvGE04OkvRe9dbUASKYxcRaGJY= 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-484-vcJWXY5kMcafDtSv6UNU3g-1; Thu, 04 May 2023 06:05:32 -0400 X-MC-Unique: vcJWXY5kMcafDtSv6UNU3g-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 3BBB81C06EC7; Thu, 4 May 2023 10:05:32 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.48]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D52881121331; Thu, 4 May 2023 10:05:31 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 3EFDA1800922; Thu, 4 May 2023 12:05:30 +0200 (CEST) Date: Thu, 4 May 2023 12:05:30 +0200 From: "Gerd Hoffmann" To: Corvin =?utf-8?B?S8O2aG5l?= Cc: devel@edk2.groups.io, Ard Biesheuvel , Jiewen Yao , Jordan Justen , Anthony Perard , Julien Grall Subject: Re: [PATCH v3 1/3] OvmfPkg/Xen: export search of RSDP into a library function Message-ID: References: <20230503073205.306090-1-corvink@FreeBSD.org> MIME-Version: 1.0 In-Reply-To: <20230503073205.306090-1-corvink@FreeBSD.org> 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=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit On Wed, May 03, 2023 at 09:32:03AM +0200, Corvin Köhne wrote: > Xen and bhyve are placing ACPI tables into system memory. So, they can > share the same code. Therefore, create a new library which searches and > installs ACPI tables from system memory. Series: Acked-by: Gerd Hoffmann