]> git.pld-linux.org Git - packages/kexec-tools.git/blob - kexec-tools-xen.patch
- updated to 2.0.11
[packages/kexec-tools.git] / kexec-tools-xen.patch
1 --- kexec-tools-2.0.11/include/x86/x86-linux.h.orig     2015-09-02 03:03:16.000000000 +0200
2 +++ kexec-tools-2.0.11/include/x86/x86-linux.h  2016-01-18 21:53:37.749365567 +0100
3 @@ -21,9 +21,11 @@ struct e820entry {
4  #define E820_RESERVED  2
5  #define E820_ACPI      3 /* usable as RAM once ACPI tables have been read */
6  #define E820_NVS       4
7 +} __attribute__((packed));
8 +#endif
9 +#ifndef E820_PMEM
10  #define E820_PMEM       7
11  #define E820_PRAM       12
12 -} __attribute__((packed));
13  #endif
14  
15  /* FIXME expand on drive_info_)struct... */
16 --- kexec-tools-2.0.11/kexec/arch/i386/kexec-x86-common.c.orig  2015-10-06 10:53:46.000000000 +0200
17 +++ kexec-tools-2.0.11/kexec/arch/i386/kexec-x86-common.c       2016-01-18 21:53:12.732699950 +0100
18 @@ -43,6 +43,7 @@
19  #ifdef HAVE_LIBXENCTRL
20  #include <xenctrl.h>
21  #endif /* HAVE_LIBXENCTRL */
22 +#include "x86/x86-linux.h"
23  
24  static struct memory_range memory_range[MAX_MEMORY_RANGES];
25  
This page took 0.0713279999999999 seconds and 3 git commands to generate.