search for: elf_uval

Displaying 5 results from an estimated 5 matches for "elf_uval".

Did you mean: eff_val
2007 Jun 15
1
[PATCH RFC] add domain builder support for bzImage kernels
...----------------------------------------------------- */ -static char *xc_dom_guest_type(struct xc_dom_image *dom, - struct elf_binary *elf) +char *xc_dom_guest_type(struct xc_dom_image *dom, + struct elf_binary *elf) { uint64_t machine = elf_uval(elf, elf->ehdr, e_machine); @@ -78,8 +78,8 @@ static int xc_dom_probe_elf_kernel(struc return check_elf_kernel(dom, 0); } -static int xc_dom_load_elf_symtab(struct xc_dom_image *dom, - struct elf_binary *elf, int load) +int xc_dom_load_elf_symtab(struct...
2007 Jun 15
1
[PATCH RFC] add domain builder support for bzImage kernels
...----------------------------------------------------- */ -static char *xc_dom_guest_type(struct xc_dom_image *dom, - struct elf_binary *elf) +char *xc_dom_guest_type(struct xc_dom_image *dom, + struct elf_binary *elf) { uint64_t machine = elf_uval(elf, elf->ehdr, e_machine); @@ -78,8 +78,8 @@ static int xc_dom_probe_elf_kernel(struc return check_elf_kernel(dom, 0); } -static int xc_dom_load_elf_symtab(struct xc_dom_image *dom, - struct elf_binary *elf, int load) +int xc_dom_load_elf_symtab(struct...
2007 Jun 15
1
[PATCH RFC] add domain builder support for bzImage kernels
...----------------------------------------------------- */ -static char *xc_dom_guest_type(struct xc_dom_image *dom, - struct elf_binary *elf) +char *xc_dom_guest_type(struct xc_dom_image *dom, + struct elf_binary *elf) { uint64_t machine = elf_uval(elf, elf->ehdr, e_machine); @@ -78,8 +78,8 @@ static int xc_dom_probe_elf_kernel(struc return check_elf_kernel(dom, 0); } -static int xc_dom_load_elf_symtab(struct xc_dom_image *dom, - struct elf_binary *elf, int load) +int xc_dom_load_elf_symtab(struct...
2012 Jan 09
39
[PATCH v4 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the fourth version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the very first version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See