Skip to content

Commit

Permalink
correct path and patch for xen-4.6.3 files
Browse files Browse the repository at this point in the history
  • Loading branch information
osresearch committed Aug 19, 2016
1 parent 47ad314 commit a707cab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/xen
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ modules += xen
xen_version := 4.6.3
xen_dir := xen-$(xen_version)/xen
xen_tar := xen-$(xen_version).tar.gz
xen_url := ineed-to-find-xen/$(xen_tar)
xen_url := http://bits.xensource.com/oss-xen/release/4.6.3/xen-4.6.3.tar.gz
xen_hash := 02badfce9a037bd1bd4a94210c1f6b85467746216c71795805102b514bcf1fc4

xen_output := xen.gz
Expand Down
8 changes: 4 additions & 4 deletions patches/xen-4.6.3.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
diff --recursive -u /home/hudson/build/clean/xen-4.6.3/xen/arch/x86/boot/head.S ./xen/arch/x86/boot/head.S
--- /home/hudson/build/clean/xen-4.6.3/xen/arch/x86/boot/head.S 2016-06-20 08:08:22.000000000 -0400
+++ ./xen/arch/x86/boot/head.S 2016-08-03 17:56:37.511121443 -0400
+++ xen/arch/x86/boot/head.S 2016-08-03 17:56:37.511121443 -0400
@@ -86,6 +86,8 @@
cmp $MULTIBOOT_BOOTLOADER_MAGIC,%eax
jne not_multiboot
Expand All @@ -25,7 +25,7 @@ diff --recursive -u /home/hudson/build/clean/xen-4.6.3/xen/arch/x86/boot/head.S
sub $0x1000,%eax
diff --recursive -u /home/hudson/build/clean/xen-4.6.3/xen/arch/x86/boot/mkelf32.c ./xen/arch/x86/boot/mkelf32.c
--- /home/hudson/build/clean/xen-4.6.3/xen/arch/x86/boot/mkelf32.c 2016-06-20 08:08:22.000000000 -0400
+++ ./xen/arch/x86/boot/mkelf32.c 2016-08-04 18:02:25.854371605 -0400
+++ xen/arch/x86/boot/mkelf32.c 2016-08-04 18:02:25.854371605 -0400
@@ -231,14 +231,14 @@
u32 loadbase, dat_siz, mem_siz;
char *inimage, *outimage;
Expand All @@ -48,7 +48,7 @@ diff --recursive -u /home/hudson/build/clean/xen-4.6.3/xen/arch/x86/boot/mkelf32
{
diff --recursive -u /home/hudson/build/clean/xen-4.6.3/xen/drivers/video/vga.c ./xen/drivers/video/vga.c
--- /home/hudson/build/clean/xen-4.6.3/xen/drivers/video/vga.c 2016-06-20 08:08:22.000000000 -0400
+++ ./xen/drivers/video/vga.c 2016-08-03 18:03:38.241443543 -0400
+++ xen/drivers/video/vga.c 2016-08-03 18:03:38.241443543 -0400
@@ -5,177 +5,691 @@
*/

Expand Down Expand Up @@ -907,7 +907,7 @@ diff --recursive -u /home/hudson/build/clean/xen-4.6.3/xen/drivers/video/vga.c .
+void (*video_puts)(const char *) = vga_text_puts;
diff --recursive -u /home/hudson/build/clean/xen-4.6.3/xen/Makefile ./xen/Makefile
--- /home/hudson/build/clean/xen-4.6.3/xen/Makefile 2016-06-20 08:08:22.000000000 -0400
+++ ./xen/Makefile 2016-08-04 17:50:04.888970103 -0400
+++ xen/Makefile 2016-08-04 17:50:04.888970103 -0400
@@ -6,11 +6,17 @@
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version
Expand Down

0 comments on commit a707cab

Please sign in to comment.