Re: [Xen-devel] [PATCH v3 14/16] hvmloader: Compile out the qemu-xen ACPI tables

2016-03-01 Thread Jan Beulich
>>> On 25.02.16 at 15:56,  wrote:
> It should now be loaded by libxl.
> 
> Signed-off-by: Anthony PERARD 

Pending concerns to previous patches, this one on its own clearly
looks fine, i.e.
Acked-by: Jan Beulich 

Jan


___
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel


[Xen-devel] [PATCH v3 14/16] hvmloader: Compile out the qemu-xen ACPI tables

2016-02-25 Thread Anthony PERARD
It should now be loaded by libxl.

Signed-off-by: Anthony PERARD 
---
 tools/firmware/hvmloader/acpi/Makefile | 8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/tools/firmware/hvmloader/acpi/Makefile 
b/tools/firmware/hvmloader/acpi/Makefile
index a3041d3..3252ddf 100644
--- a/tools/firmware/hvmloader/acpi/Makefile
+++ b/tools/firmware/hvmloader/acpi/Makefile
@@ -17,7 +17,7 @@
 XEN_ROOT = $(CURDIR)/../../../..
 include $(XEN_ROOT)/tools/firmware/Rules.mk
 
-C_SRC = build.c dsdt_anycpu.c dsdt_15cpu.c static_tables.c 
dsdt_anycpu_qemu_xen.c
+C_SRC = build.c dsdt_anycpu.c dsdt_15cpu.c static_tables.c
 OBJS  = $(patsubst %.c,%.o,$(C_SRC))
 
 CFLAGS += $(CFLAGS_xeninclude)
@@ -48,12 +48,8 @@ $(filter dsdt_%cpu.c,$(C_SRC)): %.c: iasl %.asl
echo "int $*_len=sizeof($*);" >>$@
rm -f $*.aml $*.hex
 
-dsdt_anycpu_qemu_xen.c: dsdt_anycpu_qemu_xen.aml
 dsdt_anycpu_qemu_xen.aml: %.aml: iasl %.asl
-   iasl -vs -p $* -tc $*.asl
-   sed -e 's/AmlCode/$*/g' $*.hex >$*.c
-   echo "int $*_len=sizeof($*);" >>$*.c
-   rm -f $*.hex
+   iasl -vs -p $* $*.asl
 
 iasl:
@echo
-- 
Anthony PERARD


___
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel