[Qemu-devel] [RFC PATCH 04/11] hw/arm/virt-acpi-build: Generate XSDT table and add a build_header function

2015-01-24 Thread Shannon Zhao
XDST points to other tables except FACS & DSDT. Implement a common header helper functions for generating ACPI tables. Signed-off-by: Shannon Zhao --- hw/arm/virt-acpi-build.c| 34 ++ include/hw/acpi/acpi-defs.h |9 + 2 files changed, 43 insertio

Re: [Qemu-devel] [RFC PATCH 04/11] hw/arm/virt-acpi-build: Generate XSDT table and add a build_header function

2015-01-24 Thread Laszlo Ersek
comments below, fix attached On 01/24/15 10:21, Shannon Zhao wrote: > XDST points to other tables except FACS & DSDT. > Implement a common header helper functions for generating ACPI tables. > > Signed-off-by: Shannon Zhao > --- > hw/arm/virt-acpi-build.c| 34 +

Re: [Qemu-devel] [RFC PATCH 04/11] hw/arm/virt-acpi-build: Generate XSDT table and add a build_header function

2015-01-25 Thread Shannon Zhao
On 2015/1/25 6:04, Laszlo Ersek wrote: > comments below, fix attached > > On 01/24/15 10:21, Shannon Zhao wrote: >> XDST points to other tables except FACS & DSDT. >> Implement a common header helper functions for generating ACPI tables. >> >> Signed-off-by: Shannon Zhao >> --- >> hw/arm/virt-ac