Skip to content

Commit a707cab

Browse files
committed
correct path and patch for xen-4.6.3 files
1 parent 47ad314 commit a707cab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/xen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ modules += xen
55
xen_version := 4.6.3
66
xen_dir := xen-$(xen_version)/xen
77
xen_tar := xen-$(xen_version).tar.gz
8-
xen_url := ineed-to-find-xen/$(xen_tar)
8+
xen_url := http://bits.xensource.com/oss-xen/release/4.6.3/xen-4.6.3.tar.gz
99
xen_hash := 02badfce9a037bd1bd4a94210c1f6b85467746216c71795805102b514bcf1fc4
1010

1111
xen_output := xen.gz

patches/xen-4.6.3.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
diff --recursive -u /home/hudson/build/clean/xen-4.6.3/xen/arch/x86/boot/head.S ./xen/arch/x86/boot/head.S
22
--- /home/hudson/build/clean/xen-4.6.3/xen/arch/x86/boot/head.S 2016-06-20 08:08:22.000000000 -0400
3-
+++ ./xen/arch/x86/boot/head.S 2016-08-03 17:56:37.511121443 -0400
3+
+++ xen/arch/x86/boot/head.S 2016-08-03 17:56:37.511121443 -0400
44
@@ -86,6 +86,8 @@
55
cmp $MULTIBOOT_BOOTLOADER_MAGIC,%eax
66
jne not_multiboot
@@ -25,7 +25,7 @@ diff --recursive -u /home/hudson/build/clean/xen-4.6.3/xen/arch/x86/boot/head.S
2525
sub $0x1000,%eax
2626
diff --recursive -u /home/hudson/build/clean/xen-4.6.3/xen/arch/x86/boot/mkelf32.c ./xen/arch/x86/boot/mkelf32.c
2727
--- /home/hudson/build/clean/xen-4.6.3/xen/arch/x86/boot/mkelf32.c 2016-06-20 08:08:22.000000000 -0400
28-
+++ ./xen/arch/x86/boot/mkelf32.c 2016-08-04 18:02:25.854371605 -0400
28+
+++ xen/arch/x86/boot/mkelf32.c 2016-08-04 18:02:25.854371605 -0400
2929
@@ -231,14 +231,14 @@
3030
u32 loadbase, dat_siz, mem_siz;
3131
char *inimage, *outimage;
@@ -48,7 +48,7 @@ diff --recursive -u /home/hudson/build/clean/xen-4.6.3/xen/arch/x86/boot/mkelf32
4848
{
4949
diff --recursive -u /home/hudson/build/clean/xen-4.6.3/xen/drivers/video/vga.c ./xen/drivers/video/vga.c
5050
--- /home/hudson/build/clean/xen-4.6.3/xen/drivers/video/vga.c 2016-06-20 08:08:22.000000000 -0400
51-
+++ ./xen/drivers/video/vga.c 2016-08-03 18:03:38.241443543 -0400
51+
+++ xen/drivers/video/vga.c 2016-08-03 18:03:38.241443543 -0400
5252
@@ -5,177 +5,691 @@
5353
*/
5454

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

0 commit comments

Comments
 (0)