From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxZLA-00016j-D2 for qemu-devel@nongnu.org; Wed, 27 May 2015 07:17:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YxZL6-00035G-4V for qemu-devel@nongnu.org; Wed, 27 May 2015 07:17:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52978) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxZL5-000359-Rz for qemu-devel@nongnu.org; Wed, 27 May 2015 07:17:36 -0400 Date: Wed, 27 May 2015 12:16:40 +0200 From: "Michael S. Tsirkin" Message-ID: <20150527101640.GA15600@redhat.com> References: <1432522520-8068-1-git-send-email-zhaoshenglong@huawei.com> <20150527114331.44438af7@nial.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150527114331.44438af7@nial.brq.redhat.com> Subject: Re: [Qemu-devel] [PATCH v9 00/24] 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: Igor Mammedov Cc: peter.maydell@linaro.org, hangaohuai@huawei.com, a.spyridakis@virtualopensystems.com, claudio.fontana@huawei.com, qemu-devel@nongnu.org, peter.huangpeng@huawei.com, alex.bennee@linaro.org, hanjun.guo@linaro.org, Shannon Zhao , pbonzini@redhat.com, lersek@redhat.com, christoffer.dall@linaro.org, shannon.zhao@linaro.org On Wed, May 27, 2015 at 11:43:31AM +0200, Igor Mammedov wrote: > On Mon, 25 May 2015 10:54:56 +0800 > Shannon Zhao wrote: > > > From: Shannon Zhao > ... > > Shannon Zhao (24): > > hw/acpi/aml-build: Make enum values to be upper case to match coding > > style > ... > > hw/acpi/aml-build: Add aml_memory32_fixed() term > > hw/acpi/aml-build: Add aml_interrupt() term > ... > > hw/acpi/aml-build: Make aml_buffer() definition consistent with the > > spec > > hw/acpi/aml-build: Add ToUUID macro > > hw/acpi/aml-build: Add aml_or() term > > hw/acpi/aml-build: Add aml_lnot() term > > hw/acpi/aml-build: Add aml_else() term > > hw/acpi/aml-build: Add aml_create_dword_field() term > > hw/acpi/aml-build: Add aml_dword_io() term > > hw/acpi/aml-build: Add Unicode macro > > hw/arm/virt-acpi-build: Add PCIe controller in ACPI DSDT table > ... > > Peter could you apply following AML patches to master, > that would help to avoid conflicts with other series in flight > which are trying to extend AML API and make this and that series > smaller on respin. I'm fine with this, sent Reviewed-by tags. Or if you want me to apply just AML patches in my tree, let me know. -- MST