Re: [Qemu-devel] [RFC PATCH 5/7] target-arm/cpu: Add apic_id property for ARMCPU

2015-02-19 Thread Hanjun Guo
On 2015年02月19日 03:51, Igor Mammedov wrote: On Wed, 18 Feb 2015 18:45:51 +0100 Andreas Färber wrote: Hi, Am 17.02.2015 um 11:10 schrieb Shannon Zhao: Add apic_id property for ARMCPU. It can be used for cpu hotplug. Signed-off-by: Shannon Zhao --- target-arm/cpu-qom.h |1 + target-arm

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: - RS

Re: [Qemu-devel] [Linaro-acpi] [RFC PATCH 0/7] hw/arm/virt: Dynamic ACPI v5.1 table generation

2014-11-07 Thread Hanjun Guo
On 2014-11-6 23:57, Paolo Bonzini wrote: > On 06/11/2014 07:53, Hanjun Guo wrote: >>> So the important question is _why_ the guest needs to see an ACPI >>> environment. What exactly can ACPI provide to the guest that DT does not >>> already provide, and why is that

Re: [Qemu-devel] [Linaro-acpi] [RFC PATCH 0/7] hw/arm/virt: Dynamic ACPI v5.1 table generation

2014-11-06 Thread Hanjun Guo
On 2014-10-31 2:02, Mark Rutland wrote: > On Thu, Oct 30, 2014 at 05:52:44PM +, Peter Maydell wrote: >> On 30 October 2014 17:43, Alexander Spyridakis >> wrote: >>> Currently, the virt machine model generates Device Tree information >>> dynamically based on the existing devices in the system.