Blob Blame History Raw
--- xen-4.10.0/tools/Makefile.orig	2017-12-13 11:37:59.000000000 +0000
+++ xen-4.10.0/tools/Makefile	2018-02-27 12:04:44.376192357 +0000
@@ -8,7 +8,7 @@
 SUBDIRS-y += libs
 SUBDIRS-y += libxc
 SUBDIRS-y += flask
-SUBDIRS-y += fuzz
+#SUBDIRS-y += fuzz
 SUBDIRS-y += xenstore
 SUBDIRS-y += misc
 SUBDIRS-y += examples
--- xen-4.10.0/tools/libacpi/Makefile.orig	2017-12-13 11:37:59.000000000 +0000
+++ xen-4.10.0/tools/libacpi/Makefile	2018-02-27 21:12:56.928470227 +0000
@@ -89,7 +89,7 @@
 	@echo 
 	@exit 1
 
-build.o: ssdt_s3.h ssdt_s4.h ssdt_pm.h ssdt_tpm.h ssdt_laptop_slate.h
+build.o: ssdt_s3.h ssdt_s4.h ssdt_pm.h ssdt_tpm.h ssdt_laptop_slate.h $(H_SRC)
 
 acpi.a: $(OBJS)
 	$(AR) rc $@ $(OBJS)
--- xen-4.10.0/tools/debugger/kdd/kdd.c.orig	2018-02-22 12:31:57.007039159 +0000
+++ xen-4.10.0/tools/debugger/kdd/kdd.c	2018-02-22 18:27:37.213653422 +0000
@@ -687,7 +687,7 @@
         }
     } else {
         /* 32-bit control-register space starts at 0x[2]cc, for 84 bytes */
-        uint64_t offset = addr;
+/*        uint64_t offset = addr;
         if (offset > 0x200)
             offset -= 0x200;
         offset -= 0xcc;
@@ -696,7 +696,9 @@
             len = 0;
         } else {
             memcpy(buf, ((uint8_t *)&ctrl.c32) + offset, len);
-        }
+        } */
+	/* disable above code due to compile issue for now */
+	len = 0;
     }
 
     s->txp.cmd.mem.addr = addr;