aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
Commit message (Expand)AuthorAgeFilesLines
...
* | | [XEND][POWERPC] Remove FlatDeviceTree.py, eliminate devtree from prose builder.Jimi Xenidis2007-01-214-156/+10
* | | [XEND][POWERPC] Move flat device tree construction from python to libxc for x...Jimi Xenidis2007-01-215-107/+691
* | | [POWERPC][LIBXC] Fix pointer math in ft_add_rsvmap(), rename string block to ...Ryan Harper2007-01-112-3/+6
* | | [POWERPC][LIBXC] Whitespace cleanup of powerpc64/xc_linux_build.cRyan Harper2007-01-111-4/+4
* | | [POWERPC][LIBXC] Add missing HVM stubs.Hollis Blanchard2007-01-031-0/+12
| |/ |/|
* | Remove unused #defines.Steven Hand2006-12-291-6/+0
* | Remove 'netbuf race' debug output - we get tons of these for balloonedSteven Hand2006-12-291-6/+6
* | Improve consistency of type-attribute usage (volatile/const).kfraser@localhost.localdomain2006-12-215-60/+69
* | [LIBXC] Fix iteration over GDT in save/restore code.kfraser@localhost.localdomain2006-12-202-12/+7
|/
* [IA64][HVM] Use vcpu info from getdomaininfoawilliam@xenbuild2.aw2006-12-141-2/+8
* Allow loading of ELF kernel images that support both PAE and non-PAE.kfraser@localhost.localdomain2006-12-143-17/+28
* [TOOLS] Fix the build. Clearly demarcate PPC-specific stuff.kfraser@localhost.localdomain2006-12-132-4/+5
* [POWERPC] Merge with xen-unstable.hg.Hollis Blanchard2006-12-1214-261/+563
|\
| * [BUILDER] Enable shadow mode for shadow translate guests much earlier.Ian Campbell2006-12-111-99/+65
| * Merge with xen-ia64-unstable.hgkaf24@localhost.localdomain2006-12-092-10/+16
| |\
| | * [LIBXC] Make strerror() thread-safe by protecting it with a mutex.kfraser@localhost.localdomain2006-12-082-10/+16
| * | [IA64] xc_ia64_linux_restore fix for new foreign domain page mapping semanticsawilliam@xenbuild2.aw2006-12-071-36/+32
| * | [IA64] Domain save fix for foreign domain page mapping semantics changeawilliam@xenbuild2.aw2006-12-071-3/+3
| * | [IA64] Map shared_info into guest pseudo physical address spaceawilliam@xenbuild2.aw2006-12-071-8/+12
| * | merge with xen-unstable.hgawilliam@xenbuild2.aw2006-12-089-49/+285
| |\|
| | * [LIBXC] Clean up use of sterror(). Define a thread-safekfraser@localhost.localdomain2006-12-085-6/+20
| | * [XEN] Implement XENMEM_set_memory_map, which specifies memory map tokfraser@localhost.localdomain2006-12-082-0/+50
| | * Fix PERROR.Ewan Mellor2006-12-071-1/+1
| | * [LIBXC] Add an error reporting API to the libxc library.kfraser@localhost.localdomain2006-12-076-44/+216
| * | [IA64] Fix Vtiawilliam@xenbuild2.aw2006-12-061-21/+4
| * | [IA64] changed foreign domain page mapping semantic.awilliam@xenbuild.aw2006-12-051-3/+13
| * | [IA64] Fix VTi domain creationawilliam@xenbuild.aw2006-12-051-4/+6
| * | [IA64][LIBXC] prep for fixesawilliam@xenbuild.aw2006-12-052-23/+7
| * | merge with xen-unstable.hgawilliam@xenbuild.aw2006-12-043-3/+31
| |\|
| | * [LIBXC] Add new AP{I function xc_evtchn_bind_unbound_port().kfraser@localhost.localdomain2006-12-013-3/+31
| * | [IA64] update xc_set_hvm_param(), add xc_get_hvm_param()awilliam@xenbuild.aw2006-12-021-7/+29
| * | merge with xen-unstable.hgawilliam@xenbuild.aw2006-11-289-221/+144
| |\|
| * | [IA64] New initial memory interface for HVM on ia64awilliam@xenbuild.aw2006-11-221-20/+85
* | | [POWERPC] Merge in outstanding changes from xenppc-unstable.hg.Hollis Blanchard2006-12-127-14/+71
* | | [TOOLS][POWERPC] Add missing prototypeJimi Xenidis2006-11-101-0/+1
* | | [TOOLS][POWERPC]fixes to put back commandline in prose builderJimi Xenidis2006-10-241-2/+4
* | | [TOOLS][POWERPC] oops, forgot load_elf_kernel()Jimi Xenidis2006-10-181-0/+49
* | | [TOOLS][POWERPC] Use a smaller page array and place common code in utils.cJimi Xenidis2006-10-185-369/+241
* | | [TOOLS][POWERPC] apply start_info changes to xc_prose_build.cJimi Xenidis2006-10-181-31/+29
* | | [TOOLS][POWERPC] Add Prose Domain BuilderJimi Xenidis2006-10-183-1/+492
* | | [TOOLS][POWERPC] Fix build breakage in powerpc64/xc_linux_build.cJimi Xenidis2006-10-181-25/+26
| |/ |/|
* | [HVM] Re-introduce the 'apic' configuration option, default to 1.kfraser@localhost.localdomain2006-11-273-137/+57
* | [XEN] Cleanups to phys/mach address handling.kfraser@localhost.localdomain2006-11-276-77/+6
* | [HVM] Reworked interrupt distribution logic.kfraser@localhost.localdomain2006-11-212-7/+81
|/
* [LIBXC] Replace API uses of size_t with ulong.kfraser@localhost.localdomain2006-11-173-7/+6
* [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-152-49/+3
* [BUILDER] Simplify vcpu context initialisation by pre-zeroingkfraser@localhost.localdomain2006-11-151-28/+3
* [LIBXC] Clarify error messages to talk about allocation 'extents'kfraser@localhost.localdomain2006-11-151-3/+3
* [IA64] fix VTI bootawilliam@xenbuild.aw2006-11-101-1/+15