Re: [Qemu-devel] [RFC PATCH 02/11] hw/arm/virt-acpi-build: Basic framework for building ACPI tables

2015-01-27 Thread Igor Mammedov
On Tue, 27 Jan 2015 14:47:44 +0800 Shannon Zhao zhaoshengl...@huawei.com wrote: On 2015/1/26 18:19, Igor Mammedov wrote: On Sat, 24 Jan 2015 17:21:11 +0800 Shannon Zhao zhaoshengl...@huawei.com wrote: Introduce a preliminary framework in virt-acpi-build.c with the main ACPI build

Re: [Qemu-devel] [RFC PATCH 02/11] hw/arm/virt-acpi-build: Basic framework for building ACPI tables

2015-01-27 Thread Shannon Zhao
On 2015/1/27 18:30, Igor Mammedov wrote: On Tue, 27 Jan 2015 14:47:44 +0800 Shannon Zhao zhaoshengl...@huawei.com wrote: On 2015/1/26 18:19, Igor Mammedov wrote: On Sat, 24 Jan 2015 17:21:11 +0800 Shannon Zhao zhaoshengl...@huawei.com wrote: Introduce a preliminary framework in

Re: [Qemu-devel] [RFC PATCH 02/11] hw/arm/virt-acpi-build: Basic framework for building ACPI tables

2015-01-27 Thread Hanjun Guo
On 2015年01月24日 17:21, Shannon Zhao wrote: Introduce a preliminary framework in virt-acpi-build.c with the main ACPI build functions. It exposes the generated ACPI contents to guest over fw_cfg. Some codes borrowed from hw/i386/acpi-build.c. The minimum required ACPI v5.1 tables for ARM are: -

Re: [Qemu-devel] [RFC PATCH 02/11] hw/arm/virt-acpi-build: Basic framework for building ACPI tables

2015-01-26 Thread Shannon Zhao
On 2015/1/26 18:19, Igor Mammedov wrote: On Sat, 24 Jan 2015 17:21:11 +0800 Shannon Zhao zhaoshengl...@huawei.com wrote: Introduce a preliminary framework in virt-acpi-build.c with the main ACPI build functions. It exposes the generated ACPI contents to guest over fw_cfg. Some codes

Re: [Qemu-devel] [RFC PATCH 02/11] hw/arm/virt-acpi-build: Basic framework for building ACPI tables

2015-01-26 Thread Igor Mammedov
On Sat, 24 Jan 2015 17:21:11 +0800 Shannon Zhao zhaoshengl...@huawei.com wrote: Introduce a preliminary framework in virt-acpi-build.c with the main ACPI build functions. It exposes the generated ACPI contents to guest over fw_cfg. Some codes borrowed from hw/i386/acpi-build.c. The minimum

Re: [Qemu-devel] [RFC PATCH 02/11] hw/arm/virt-acpi-build: Basic framework for building ACPI tables

2015-01-25 Thread Shannon Zhao
On 2015/1/25 0:22, Michael S. Tsirkin wrote: On Sat, Jan 24, 2015 at 05:21:11PM +0800, Shannon Zhao wrote: Introduce a preliminary framework in virt-acpi-build.c with the main ACPI build functions. It exposes the generated ACPI contents to guest over fw_cfg. Some codes borrowed from

Re: [Qemu-devel] [RFC PATCH 02/11] hw/arm/virt-acpi-build: Basic framework for building ACPI tables

2015-01-24 Thread Michael S. Tsirkin
On Sat, Jan 24, 2015 at 05:21:11PM +0800, Shannon Zhao wrote: Introduce a preliminary framework in virt-acpi-build.c with the main ACPI build functions. It exposes the generated ACPI contents to guest over fw_cfg. Some codes borrowed from hw/i386/acpi-build.c. The minimum required ACPI v5.1

[Qemu-devel] [RFC PATCH 02/11] hw/arm/virt-acpi-build: Basic framework for building ACPI tables

2015-01-24 Thread Shannon Zhao
Introduce a preliminary framework in virt-acpi-build.c with the main ACPI build functions. It exposes the generated ACPI contents to guest over fw_cfg. Some codes borrowed from hw/i386/acpi-build.c. The minimum required ACPI v5.1 tables for ARM are: - RSDP: Initial table that points to XSDT -