From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56463) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiKHh-0006U7-Rh for qemu-devel@nongnu.org; Wed, 15 Apr 2015 06:11:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YiKHf-0000H8-5D for qemu-devel@nongnu.org; Wed, 15 Apr 2015 06:11:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35822) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiKHe-0000H2-Ug for qemu-devel@nongnu.org; Wed, 15 Apr 2015 06:11:03 -0400 Date: Wed, 15 Apr 2015 12:10:50 +0200 From: "Michael S. Tsirkin" Message-ID: <20150415120929-mutt-send-email-mst@redhat.com> References: <1428055432-12120-1-git-send-email-zhaoshenglong@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1428055432-12120-1-git-send-email-zhaoshenglong@huawei.com> Subject: Re: [Qemu-devel] [PATCH v4 00/20] Generate ACPI v5.1 tables and expose it to guest over fw_cfg on ARM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Shannon Zhao Cc: peter.maydell@linaro.org, hangaohuai@huawei.com, a.spyridakis@virtualopensystems.com, msalter@redhat.com, claudio.fontana@huawei.com, qemu-devel@nongnu.org, peter.huangpeng@huawei.com, hanjun.guo@linaro.org, imammedo@redhat.com, pbonzini@redhat.com, lersek@redhat.com, christoffer.dall@linaro.org, shannon.zhao@linaro.org On Fri, Apr 03, 2015 at 06:03:32PM +0800, Shannon Zhao wrote: > From: Shannon Zhao > > This patch series generate six ACPI v5.1 tables for machine virt on ARM. > The set of generated tables are: > - RSDP > - RSDT > - MADT > - GTDT > - FADT > - DSDT > - MCFG (For PCIe host bridge) > > These tables are created dynamically using the function of aml-build.c, > taking into account the needed information passed from the virt machine model. > When the generation is finalized, it use fw_cfg to expose the tables to guest. Patches 1 and 2 are good to go. In fact, I'll happily merge them through my tree. Thanks!