From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxXsD-0004ub-00 for qemu-devel@nongnu.org; Wed, 27 May 2015 05:43:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YxXs9-0003RD-Ov for qemu-devel@nongnu.org; Wed, 27 May 2015 05:43:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46484) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxXs9-0003R7-J5 for qemu-devel@nongnu.org; Wed, 27 May 2015 05:43:37 -0400 Date: Wed, 27 May 2015 11:43:31 +0200 From: Igor Mammedov Message-ID: <20150527114331.44438af7@nial.brq.redhat.com> In-Reply-To: <1432522520-8068-1-git-send-email-zhaoshenglong@huawei.com> References: <1432522520-8068-1-git-send-email-zhaoshenglong@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: peter.maydell@linaro.org Cc: hangaohuai@huawei.com, mst@redhat.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 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.