aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_linux_build.c
Commit message (Expand)AuthorAgeFilesLines
* Remove old elf-parsing code from tools and from Xen.kfraser@localhost.localdomain2007-02-151-1319/+0
* Comment fix.Steven Hand2007-01-151-1/+1
* Introduce _DOMF_compat and infrastructure as well as several conditionalsEmmanuel Ackaouy2007-01-051-0/+2
* Improve consistency of type-attribute usage (volatile/const).kfraser@localhost.localdomain2006-12-211-1/+1
* Allow loading of ELF kernel images that support both PAE and non-PAE.kfraser@localhost.localdomain2006-12-141-5/+11
* [BUILDER] Enable shadow mode for shadow translate guests much earlier.Ian Campbell2006-12-111-99/+65
* [IA64] Map shared_info into guest pseudo physical address spaceawilliam@xenbuild2.aw2006-12-071-8/+12
* merge with xen-unstable.hgawilliam@xenbuild2.aw2006-12-081-7/+9
|\
| * [LIBXC] Clean up use of sterror(). Define a thread-safekfraser@localhost.localdomain2006-12-081-2/+2
| * [LIBXC] Add an error reporting API to the libxc library.kfraser@localhost.localdomain2006-12-071-5/+7
* | [IA64] changed foreign domain page mapping semantic.awilliam@xenbuild.aw2006-12-051-3/+13
* | [IA64][LIBXC] prep for fixesawilliam@xenbuild.aw2006-12-051-0/+3
|/
* [XEN] Cleanups to phys/mach address handling.kfraser@localhost.localdomain2006-11-271-6/+0
* [IA64] Fix build breakage.kaf24@firebug.cl.cam.ac.uk2006-11-161-1/+0
* [XEN] Various selector and callback cleanups to simplify the toolskfraser@localhost.localdomain2006-11-151-16/+3
* [BUILDER] Simplify vcpu context initialisation by pre-zeroingkfraser@localhost.localdomain2006-11-151-28/+3
* [IA64] IA64 counter part of the change 12204:e6fdb32b786c of xen-unstable.hgawilliam@xenbuild.aw2006-11-101-43/+31
* [IA64] fix ia64 linux domain builder broken by 12009:4a320d26fc24 of xen-unst...awilliam@xenbuild.aw2006-11-101-16/+32
* [TOOLS] Paravirt guests have their memory allocated in thekfraser@localhost.localdomain2006-11-021-61/+27
* [TOOLS] Uncompress and allocate memory for gzipped kernel and initrd images onIan Campbell2006-10-261-41/+58
* [LIBXC][IA64] fix build warningawilliam@xenbuild.aw2006-10-251-2/+0
* [LIBXC] Add -Wmissing-prototypes to CFLAGS, fix warnings resulting from that.kfraser@localhost.localdomain2006-10-251-1/+1
* [SOLARIS] Don't mlock() hypercall buffers.kfraser@localhost.localdomain2006-10-231-2/+2
* Revert 11728:30f13007be. Breaks Solaris guests.kaf24@localhost.localdomain2006-10-101-8/+12
* [XEND] No need to decompress the initrd when building a domain.kfraser@localhost.localdomain2006-10-091-12/+8
* Replace dom0_ops hypercall with three new hypercalls:kfraser@localhost.localdomain2006-08-251-28/+27
* [TOOLS] Allow tools to load kernels which use an ELF notes segment.Ian Campbell2006-08-231-13/+12
* [x86_64] Guests no longer set _PAGE_USER on kernel mappings.kfraser@localhost.localdomain2006-08-221-6/+2
* Replace shadow pagetable code with shadow2.tdeegan@york.uk.xensource.com2006-08-161-1/+1
* Clean up console fields in start_info structure. Add compat code forkfraser@localhost.localdomain2006-08-151-4/+4
* [XEN] Add a warning about changeable size of shared_info structure.kaf24@localhost.localdomain2006-08-121-2/+2
* [LIBXC] Do not gzclose() after close() on a gzdopen()'ed fd.kaf24@firebug.cl.cam.ac.uk2006-08-081-3/+3
* [IA64] Save & restore.awilliam@xenbuild.aw2006-07-111-0/+1
* merge with xen-unstable.hgawilliam@xenbuild.aw2006-07-051-10/+10
|\
| * [XEN] Hypercall-init dom0_op takes GMFN, not MFN.kfraser@localhost.localdomain2006-07-051-1/+2
| * Merge with xen-ia64-unstable.hgkaf24@firebug.cl.cam.ac.uk2006-07-031-9/+8
| |\
| | * Allow 32-bit libxc to load 64-bit ELF files.kaf24@firebug.cl.cam.ac.uk2006-06-301-9/+8
* | | [IA64] Implement and use DOM0_DOMAIN_STEUP.awilliam@xenbuild.aw2006-07-051-18/+41
|/ /
* | merge with xen-unstable.hgawilliam@xenbuild.aw2006-06-281-7/+1
|\|
| * [TOOLS] Remove plan9 loader code. Latest plan9 port uses linux builder.kfraser@dhcp93.uk.xensource.com2006-06-271-7/+1
* | [IA64] enable xenctx on ia64awilliam@xenbuild.aw2006-06-191-4/+4
|/
* [TOOLS] Fix domain builder to carefully check that mapped memory areakaf24@firebug.cl.cam.ac.uk2006-06-081-11/+50
* [LIBXC] Convert all printf/fprintf uses to use a macro instead.kaf24@firebug.cl.cam.ac.uk2006-06-071-19/+19
* Represent PFNs with their own type, rather than 'unsigned long'.kaf24@firebug.cl.cam.ac.uk2006-06-061-10/+11
* Create new vmassist type 'pae_extended_cr3'. Only advertisekaf24@firebug.cl.cam.ac.uk2006-06-051-10/+27
* [PAE] Fix tools to properly pack/unpack >4GB PAE CR3 values.kaf24@firebug.cl.cam.ac.uk2006-06-021-9/+9
* Use a global build configuration file, and rework libxc Makefile for PPC.kfraser@dhcp93.uk.xensource.com2006-05-311-8/+0
* [PAE] Allow pgdirs above 4GB for paravirt guests.kaf24@firebug.cl.cam.ac.uk2006-05-261-12/+1
* merge with xen-unstable.hgawilliam@xenbuild.aw2006-05-221-11/+23
|\
| * [BUILDER] Always build initial PAE pagetables with a fourth mid-levelkaf24@firebug.cl.cam.ac.uk2006-05-201-10/+20