Re: [Qemu-devel] [PATCH v9 00/24] Generate ACPI v5.1 tables and expose them to guest over fw_cfg on ARM

2015-10-13 Thread liang yan
Hello, Laszlo, On 10/10/15 00:34, liang yan wrote: >/Hello, Shannon,/ >/> 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 (

Re: [Qemu-devel] [PATCH v9 00/24] Generate ACPI v5.1 tables and expose them to guest over fw_cfg on ARM

2015-10-09 Thread Laszlo Ersek
On 10/10/15 00:34, liang yan wrote: > Hello, Shannon, >> 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 table

Re: [Qemu-devel] [PATCH v9 00/24] Generate ACPI v5.1 tables and expose them to guest over fw_cfg on ARM

2015-10-09 Thread liang yan
Hello, Shannon, 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

Re: [Qemu-devel] [PATCH v9 00/24] Generate ACPI v5.1 tables and expose them to guest over fw_cfg on ARM

2015-05-28 Thread Peter Maydell
On 27 May 2015 at 15:07, Michael S. Tsirkin wrote: > On Wed, May 27, 2015 at 01:07:23PM +0100, Peter Maydell wrote: >> On 27 May 2015 at 13:01, Michael S. Tsirkin wrote: >> > How about this: separate acpi patches, I'll apply them and send >> > pull request. Then you can review and merge arm patch

Re: [Qemu-devel] [PATCH v9 00/24] Generate ACPI v5.1 tables and expose them to guest over fw_cfg on ARM

2015-05-27 Thread Michael S. Tsirkin
On Wed, May 27, 2015 at 01:07:23PM +0100, Peter Maydell wrote: > On 27 May 2015 at 13:01, Michael S. Tsirkin wrote: > > How about this: separate acpi patches, I'll apply them and send > > pull request. Then you can review and merge arm patches at leasure. > > As far as the ARM patches in this ser

Re: [Qemu-devel] [PATCH v9 00/24] Generate ACPI v5.1 tables and expose them to guest over fw_cfg on ARM

2015-05-27 Thread Peter Maydell
On 27 May 2015 at 13:01, Michael S. Tsirkin wrote: > How about this: separate acpi patches, I'll apply them and send > pull request. Then you can review and merge arm patches at leasure. As far as the ARM patches in this series are concerned, I'm basically happy with them for a while now and have

Re: [Qemu-devel] [PATCH v9 00/24] Generate ACPI v5.1 tables and expose them to guest over fw_cfg on ARM

2015-05-27 Thread Michael S. Tsirkin
On Wed, May 27, 2015 at 12:58:19PM +0100, Peter Maydell wrote: > On 27 May 2015 at 11:16, Michael S. Tsirkin wrote: > > On Wed, May 27, 2015 at 11:43:31AM +0200, Igor Mammedov wrote: > >> Peter could you apply following AML patches to master, > >> that would help to avoid conflicts with other seri

Re: [Qemu-devel] [PATCH v9 00/24] Generate ACPI v5.1 tables and expose them to guest over fw_cfg on ARM

2015-05-27 Thread Peter Maydell
On 27 May 2015 at 11:16, Michael S. Tsirkin wrote: > On Wed, May 27, 2015 at 11:43:31AM +0200, Igor Mammedov wrote: >> 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 th

Re: [Qemu-devel] [PATCH v9 00/24] Generate ACPI v5.1 tables and expose them to guest over fw_cfg on ARM

2015-05-27 Thread Michael S. Tsirkin
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:

Re: [Qemu-devel] [PATCH v9 00/24] Generate ACPI v5.1 tables and expose them to guest over fw_cfg on ARM

2015-05-27 Thread Igor Mammedov
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 ... >

[Qemu-devel] [PATCH v9 00/24] Generate ACPI v5.1 tables and expose them to guest over fw_cfg on ARM

2015-05-24 Thread Shannon Zhao
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