From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35102) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bv35X-0001Nw-9L for qemu-devel@nongnu.org; Fri, 14 Oct 2016 10:03:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bv35T-0007Qm-75 for qemu-devel@nongnu.org; Fri, 14 Oct 2016 10:03:55 -0400 References: <1476435295-21885-1-git-send-email-eric.auger@redhat.com> <1476435295-21885-2-git-send-email-eric.auger@redhat.com> <20161014144218.10d072b5@nial.brq.redhat.com> <20161014133239.p7czyawvp45b33li@hawk.localdomain> From: Auger Eric Message-ID: Date: Fri, 14 Oct 2016 16:03:35 +0200 MIME-Version: 1.0 In-Reply-To: <20161014133239.p7czyawvp45b33li@hawk.localdomain> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 1/2] ACPI: Add IORT Structure definition List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrew Jones , Igor Mammedov Cc: peter.maydell@linaro.org, tn@semihalf.com, qemu-devel@nongnu.org, qemu-arm@nongnu.org, shannon.zhao@linaro.org, prem.mallappa@broadcom.com, christoffer.dall@linaro.org, eric.auger.pro@gmail.com Hi Igor, On 14/10/2016 15:32, Andrew Jones wrote: > On Fri, Oct 14, 2016 at 02:42:18PM +0200, Igor Mammedov wrote: >> On Fri, 14 Oct 2016 10:54:54 +0200 >> Eric Auger wrote: >> >>> From: Prem Mallappa >>> >>> ACPI Spec 6.0 introduces IO Remapping Table Structure. This patch >>> introduces the definitions required to describe the IO relationship >>> between the PCIe root complex and the ITS. >>> >>> This conforms to: >>> "IO Remapping Table System Software on ARM Platforms", >>> Document number: ARM DEN 0049B, October 2015. >>> >>> Signed-off-by: Prem Mallappa >>> Signed-off-by: Eric Auger >> >> Preferred way to build/pack ACPI tables info is to use >> build_append_foo() functions. > > We've raised this before with Shannon, but it was already too late > for most tables. Now all tables in hw/arm/virt-acpi-build.c are > done in the style of this series, and I'd prefer we keep the style > consistent. If I ever get some free time to experiment then I might > try rewriting all of them in the build_append_ style to see how it > looks though. Thank you for the info. Well so let's keep it as is if nobody objects. Thanks Eric > > Thanks, > drew >