aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
Commit message (Expand)AuthorAgeFilesLines
...
| * | merge with xen-unstable.hgawilliam@xenbuild.aw2006-07-056-39/+52
| |\ \
| * | | [IA64] Implement and use DOM0_DOMAIN_STEUP.awilliam@xenbuild.aw2006-07-052-34/+56
* | | | [powerpc] domain building fixes for linux kexec modelJimi Xenidis2006-07-261-4/+10
| |_|/ |/| |
* | | [powerpc] Initial checkin of new powerpc files.kfraser@localhost.localdomain2006-07-141-0/+408
* | | [powerpc] add PowerPC support to libxckaf24@firebug.cl.cam.ac.uk2006-07-143-2/+12
| |/ |/|
* | [XEN] getpagframeinfo field name mfn -> gmfn.kfraser@localhost.localdomain2006-07-051-1/+1
* | [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-035-37/+49
|\ \ | |/ |/|
| * [LIBXC] Fix the 64-bit build.kaf24@firebug.cl.cam.ac.uk2006-07-011-4/+5
| * 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-304-21/+20
| * Fail save if we have an out-of-sync P2M/M2P (since otherwise the restore shand@kneesaa.uk.xensource.com2006-06-291-7/+12
| * Use address types in elf parser that match elf headers.kaf24@firebug.cl.cam.ac.uk2006-06-281-1/+1
* | merge with xen-unstable.hgawilliam@xenbuild.aw2006-06-286-231/+2
|\|
| * [TOOLS] Remove plan9 loader code. Latest plan9 port uses linux builder.kfraser@dhcp93.uk.xensource.com2006-06-276-231/+2
* | merge with xen-unstable.hgawilliam@xenbuild.aw2006-06-234-11/+32
|\|
| * [TOOLS] Fix set_bit/clear bit for x86/64 in xc_linux_savekaf24@firebug.cl.cam.ac.uk2006-06-221-2/+2
| * [TOOLS] Fix pagetable-pinning loop in xc_linux_restore.kaf24@firebug.cl.cam.ac.uk2006-06-221-9/+15
| * [XEN] localtime support for paravirtualized guestskaf24@firebug.cl.cam.ac.uk2006-06-212-0/+15
* | [IA64] enable xenctx on ia64awilliam@xenbuild.aw2006-06-192-5/+5
|/
* merge with xen-unstable.hgawilliam@xenbuild.aw2006-06-155-18/+209
|\
| * [TOOLS] Introduce xc_evtchn_*() interface for interacting with /dev/xen/evtchn.kaf24@firebug.cl.cam.ac.uk2006-06-152-0/+172
| * [TOOLS] Fix PAE save/restore/migrate: we must flushkfraser@dhcp93.uk.xensource.com2006-06-131-7/+13
| * [TOOLS][BUILDER] Extend Elf header checks for multiple architectures.kfraser@dhcp93.uk.xensource.com2006-06-132-11/+24
* | merge with xen-unstable.hgawilliam@xenbuild.aw2006-06-1320-271/+536
|\|
| * [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-0715-116/+102
| * Represent PFNs with their own type, rather than 'unsigned long'.kaf24@firebug.cl.cam.ac.uk2006-06-0615-92/+95
| * Create new vmassist type 'pae_extended_cr3'. Only advertisekaf24@firebug.cl.cam.ac.uk2006-06-057-31/+266
| * [PAE] Fix tools to properly pack/unpack >4GB PAE CR3 values.kaf24@firebug.cl.cam.ac.uk2006-06-026-27/+29
* | [IA64] pass vcpu nr to guest firmwareawilliam@xenbuild.aw2006-06-051-5/+19
|/
* Use a global build configuration file, and rework libxc Makefile for PPC.kfraser@dhcp93.uk.xensource.com2006-05-317-64/+56
* Rename csched -> sched_credit/sched-credit in control plane.kaf24@firebug.cl.cam.ac.uk2006-05-272-10/+10
* [PAE] Allow pgdirs above 4GB for paravirt guests.kaf24@firebug.cl.cam.ac.uk2006-05-264-149/+11
* New weighted fair-share CPU scheduler w/ automatic SMP load balancingack@kneesa.uk.xensource.com2006-05-263-0/+59
* Fix xc_tbuf.c indentation and stop turning failure to changekaf24@firebug.cl.cam.ac.uk2006-05-251-26/+30
* [PTRACE] Fix ptrace for hvm guests.kaf24@firebug.cl.cam.ac.uk2006-05-244-33/+48
* merge with xen-unstable.hgawilliam@xenbuild.aw2006-05-227-172/+227
|\
| * [LOADER] More sanity checks when parsing Elf images to avoidkaf24@firebug.cl.cam.ac.uk2006-05-211-5/+12
| * [ACM] Replace the union structure parameter of the ACM hypercallskaf24@firebug.cl.cam.ac.uk2006-05-212-21/+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
| * [BUILDER] Always build initial PAE pagetables with a fourth mid-levelkaf24@firebug.cl.cam.ac.uk2006-05-201-10/+20
| * Fix a crash in gdbserver-xen where it references unmapped memory ifkaf24@firebug.cl.cam.ac.uk2006-05-191-70/+58
| * 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-172-1/+14
| * Fix the tools build:kaf24@firebug.cl.cam.ac.uk2006-05-161-0/+1
| * Use common code for enabling tracing via xenmon and xentrace, also fixingkaf24@firebug.cl.cam.ac.uk2006-05-162-24/+40
| * Fix 64-bit build. xc_ptrace() is still broken for x86/64 however.kaf24@firebug.cl.cam.ac.uk2006-05-141-1/+1
| * Fix an out-of-bounds memory access in xc_ptrace.c.kaf24@firebug.cl.cam.ac.uk2006-05-121-0/+5