mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-20 01:06:18 +00:00
correct path and patch for xen-4.6.3 files
This commit is contained in:
parent
47ad314798
commit
a707cab403
@ -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
|
||||
|
@ -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
|
||||
@ -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;
|
||||
@ -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 @@
|
||||
*/
|
||||
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user