aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_load_elf.c
Commit message (Expand)AuthorAgeFilesLines
* Remove old elf-parsing code from tools and from Xen.kfraser@localhost.localdomain2007-02-151-684/+0
* [TOOLS] Avoid void* arithmetic when parsing elf notes.kfraser@localhost.localdomain2007-01-191-5/+5
* Use strstr() to look for "bimodal" string in ELF notes, to allow guests to usejohn.levon@sun.com2007-01-081-6/+8
* Improve consistency of type-attribute usage (volatile/const).kfraser@localhost.localdomain2006-12-211-38/+47
* Allow loading of ELF kernel images that support both PAE and non-PAE.kfraser@localhost.localdomain2006-12-141-12/+16
* [LIBXC] Add an error reporting API to the libxc library.kfraser@localhost.localdomain2006-12-071-19/+76
* Correct check for extended-cr3 support in __xen_guest fallback code.Ian Campbell2006-10-101-1/+1
* [PATCH] fix null pointer dereference in xen_guest_lookup()Alex Williamson2006-08-271-0/+3
* [TOOLS] Cleanups to domU ELF loader.Ian Campbell2006-08-231-16/+10
* [TOOLS] Allow tools to load kernels which use an ELF notes segment.Ian Campbell2006-08-231-53/+273
* [powerpc] add PowerPC support to libxckaf24@firebug.cl.cam.ac.uk2006-07-141-0/+4
* Provide more specific and helpful error messages during ELF loading.kaf24@firebug.cl.cam.ac.uk2006-06-301-7/+14
* Allow 32-bit libxc to load 64-bit ELF files.kaf24@firebug.cl.cam.ac.uk2006-06-301-3/+3
* Use address types in elf parser that match elf headers.kaf24@firebug.cl.cam.ac.uk2006-06-281-1/+1
* [TOOLS][BUILDER] Extend Elf header checks for multiple architectures.kfraser@dhcp93.uk.xensource.com2006-06-131-10/+22
* Represent PFNs with their own type, rather than 'unsigned long'.kaf24@firebug.cl.cam.ac.uk2006-06-061-4/+4
* Create new vmassist type 'pae_extended_cr3'. Only advertisekaf24@firebug.cl.cam.ac.uk2006-06-051-2/+9
* Use a global build configuration file, and rework libxc Makefile for PPC.kfraser@dhcp93.uk.xensource.com2006-05-311-8/+0
* [LOADER] More sanity checks when parsing Elf images to avoidkaf24@firebug.cl.cam.ac.uk2006-05-211-5/+12
* [LOADER] Another change to the elf_paddr_offset/virt_base logic.kaf24@firebug.cl.cam.ac.uk2006-05-211-21/+19
* [LOADER] Remove check for VIRT_BASE existence: it's not neededkaf24@firebug.cl.cam.ac.uk2006-05-211-11/+14
* Theoretically a 0 VIRT_BASE is okay. Change the bail code whenkaf24@firebug.cl.cam.ac.uk2006-05-171-6/+4
* This patch fixes the Linux builder so that it dies gracefully whenkaf24@firebug.cl.cam.ac.uk2006-05-171-0/+11
* Add support to domain builders for loading kernels with physical addresses in...cl349@firebug.cl.cam.ac.uk2006-05-111-14/+26
* Fix whitespace in libxc. Tabs are manually fixed.kaf24@firebug.cl.cam.ac.uk2006-04-151-9/+9
* Additional sanity / compatability checks during guest build. smh22@firebug.cl.cam.ac.uk2006-04-071-0/+15
* Clean up internal libxc functions to take 'const char *'kaf24@firebug.cl.cam.ac.uk2006-03-091-13/+14
* Indirect hypercalls through a hypercall transfer page.kaf24@firebug.cl.cam.ac.uk2006-01-241-0/+3
* Make version strings consistent across all interfaces.cl349@firebug.cl.cam.ac.uk2005-12-041-1/+1
* Fix Xen public interfaces and the tools to consistentlykaf24@firebug.cl.cam.ac.uk2005-10-121-4/+4
* Re-indent libxc to avoid hard tabs. Also, fix the PAEkaf24@firebug.cl.cam.ac.uk2005-09-191-3/+13
* Break the building/save/restore code out into a separate library libxenguest.cl349@firebug.cl.cam.ac.uk2005-08-251-1/+1
* remove pointless NULL checks before free()vh249@arcadians.cl.cam.ac.uk2005-08-121-2/+1
* Here is our latest patch to enable the Xen tools tokaf24@firebug.cl.cam.ac.uk2005-07-291-1/+5
* Initial tools support for 32-bit x86 pae.kaf24@firebug.cl.cam.ac.uk2005-07-131-0/+2
* bitkeeper revision 1.1680 (42a4100bIstutWsVAoi7aPO8tLbFkA)cl349@firebug.cl.cam.ac.uk2005-06-061-3/+3
* bitkeeper revision 1.1665.4.1 (42a40cf0EmwulK0I8hNEb2dVbDEkvQ)cl349@firebug.cl.cam.ac.uk2005-06-061-0/+310