Re: [Qemu-devel] [RFC PATCH v2 05/12] acpi: build static _PRT

2016-08-29 Thread Paolo Bonzini
On 25/08/2016 12:14, Chao Peng wrote: > ...to reduce the interpretation burden for guest ACPI component. > > Signed-off-by: Chao Peng > --- > hw/i386/acpi-build.c | 31 ++- > hw/i386/pc.c | 1 + > include/hw/i386/pc.h | 2 ++ > 3 files changed, 33 insertio

[Qemu-devel] [RFC PATCH v2 05/12] acpi: build static _PRT

2016-08-25 Thread Chao Peng
...to reduce the interpretation burden for guest ACPI component. Signed-off-by: Chao Peng --- hw/i386/acpi-build.c | 31 ++- hw/i386/pc.c | 1 + include/hw/i386/pc.h | 2 ++ 3 files changed, 33 insertions(+), 1 deletion(-) diff --git a/hw/i386/acpi-build.c