From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42278) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuNSH-0000nx-Rc for qemu-devel@nongnu.org; Mon, 18 May 2015 11:59:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YuNSE-0002WM-LR for qemu-devel@nongnu.org; Mon, 18 May 2015 11:59:49 -0400 Received: from mail-ig0-f181.google.com ([209.85.213.181]:37216) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuNSE-0002WE-Gg for qemu-devel@nongnu.org; Mon, 18 May 2015 11:59:46 -0400 Received: by igbsb11 with SMTP id sb11so51638012igb.0 for ; Mon, 18 May 2015 08:59:45 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1431595182-7552-1-git-send-email-zhaoshenglong@huawei.com> References: <1431595182-7552-1-git-send-email-zhaoshenglong@huawei.com> From: Peter Maydell Date: Mon, 18 May 2015 16:59:25 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v7 00/23] Generate ACPI v5.1 tables and expose them to guest over fw_cfg on ARM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Shannon Zhao Cc: hangaohuai@huawei.com, "Michael S. Tsirkin" , Alexander Spyridakis , Claudio Fontana , QEMU Developers , "Huangpeng (Peter)" , =?UTF-8?B?QWxleCBCZW5uw6ll?= , Hanjun Guo , Igor Mammedov , Paolo Bonzini , Laszlo Ersek , Christoffer Dall , Shannon Zhao On 14 May 2015 at 10:19, Shannon Zhao wrote: > From: Shannon Zhao > > This patch series generate seven ACPI 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. I'm happy with the ARM specific parts of this now; let me know when you've got a series that's been reviewed for the ACPI parts and I can take it via target-arm.next. thanks -- PMM