aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
Commit message (Expand)AuthorAgeFilesLines
...
* | Small patch to avoid a stack overflow (VTI only).djm@kirby.fc.hp.com2005-12-151-2/+10
|/
* Make version strings consistent across all interfaces.cl349@firebug.cl.cam.ac.uk2005-12-041-1/+1
* Fix VBD recovery logic on SMP guests (+ a minor error reporting fix for save)smh22@firebug.cl.cam.ac.uk2005-12-011-1/+1
* Define explicit evtchn_port_t type (32 bits) and plumb upkaf24@firebug.cl.cam.ac.uk2005-12-012-2/+2
* Merged.emellor@leeni.uk.xensource.com2005-11-303-12/+16
|\
| * GNTTABOP_map_grant_ref returns error status and handle askaf24@firebug.cl.cam.ac.uk2005-11-303-12/+16
* | Added the errno to the messages printed with the ERR macro. Tidy the use ofemellor@leeni.uk.xensource.com2005-11-303-7/+7
|/
* Bundle vcpu_time and vcpu_info structures together into a singlekaf24@firebug.cl.cam.ac.uk2005-11-283-3/+3
* Move mk-symlinks target into tools/Rules.mk.cl349@firebug.cl.cam.ac.uk2005-11-281-11/+0
* Fix formatting. smh22@firebug.cl.cam.ac.uk2005-11-261-6/+6
* Fix save/restore and migrate on x86_64. smh22@firebug.cl.cam.ac.uk2005-11-261-7/+10
* Implement new memory_op() XENMEM_machphys_mfn_list. Replaces oldkaf24@firebug.cl.cam.ac.uk2005-11-252-18/+33
* Tolerate temporary inconsistency between type info and page contents on smh22@firebug.cl.cam.ac.uk2005-11-251-3/+12
* Re-enable tools support for live migration on PAE. smh22@firebug.cl.cam.ac.uk2005-11-241-2/+2
* Reverse accidental commits for changesets 8001 and 7996-7999.emellor@leeni.uk.xensource.com2005-11-232-3/+1
* imported patch quiet_linux_build.patchemellor@leeni.uk.xensource.com2005-11-231-0/+2
* imported patch my-configemellor@leeni.uk.xensource.com2005-11-231-1/+1
* Make sure that accesses to the machine_to_phys table all go throughsos22@douglas.cl.cam.ac.uk2005-11-231-11/+12
* Add -Wdeclaration-after-statement to Xen and tools build.kaf24@firebug.cl.cam.ac.uk2005-11-222-4/+3
* Tidy up debugging output.smh22@firebug.cl.cam.ac.uk2005-11-221-8/+3
* Better handle page type info becoming incoherent during live migrate. smh22@firebug.cl.cam.ac.uk2005-11-221-5/+7
* Merged.emellor@leeni.uk.xensource.com2005-11-221-1/+1
|\
| * Ignore live flag on PAE/64-bit migrations, rather thankaf24@firebug.cl.cam.ac.uk2005-11-221-1/+1
* | Make it possible to run valgrind on code linked with the libxc libraries.emellor@leeni.uk.xensource.com2005-11-2214-52/+92
|/
* Update the memory_op() hypercall. Add two new subcommands, tokaf24@firebug.cl.cam.ac.uk2005-11-212-13/+1
* Fix 'belt + braces' check in xc_linux_save and improve error handling smh22@firebug.cl.cam.ac.uk2005-11-212-2/+16
* Recode usage of FPSR_DEFAULT due to strange double declarationdjm@kirby.fc.hp.com2005-11-192-2/+18
* Disable live relocation for PAE and x86/64. Currently it cankaf24@firebug.cl.cam.ac.uk2005-11-181-0/+5
* Fix pinning logic on restore. smh22@firebug.cl.cam.ac.uk2005-11-171-10/+11
* One more try...smh22@firebug.cl.cam.ac.uk2005-11-161-1/+1
* Fix annoying error introduced during cleanup. Oops. smh22@firebug.cl.cam.ac.uk2005-11-161-1/+1
* Trivial fixes for 64bit and xend. smh22@tempest.cl.cam.ac.uk2005-11-161-1/+1
* Many fixes for save/restore and related areas for PAE in particular. Nowsmh22@firebug.cl.cam.ac.uk2005-11-165-133/+237
* Rename XENVER_parameters to slightly more informativekaf24@firebug.cl.cam.ac.uk2005-11-162-8/+18
* Fix up start_info_t magic string to match the format ofkaf24@firebug.cl.cam.ac.uk2005-11-161-2/+4
* Clean up xenstore/console shared page initialisation, which iskaf24@firebug.cl.cam.ac.uk2005-11-145-3/+22
* Revert accidentally applied changes from changesetkaf24@firebug.cl.cam.ac.uk2005-11-145-22/+3
* If /sbin/ isn't in the path, udev rules will erroneously not getkaf24@firebug.cl.cam.ac.uk2005-11-145-3/+22
* Remove unnecessary NULL checks before freeing memory blocks.kaf24@firebug.cl.cam.ac.uk2005-11-113-26/+12
* Merge with xen-unstable-ia64.hgkaf24@firebug.cl.cam.ac.uk2005-11-112-5/+10
|\
| * Remove unnecessary ifdef in defn of xprintk. Installkaf24@firebug.cl.cam.ac.uk2005-11-111-0/+1
| * Add some minor defensive coding/error handling in xc_vmx_build.c likekaf24@firebug.cl.cam.ac.uk2005-11-101-5/+9
* | Merge latest xen-unstable into xen-ia64-unstabledjm@kirby.fc.hp.com2005-11-107-842/+1033
|\|
| * Support recent change moving virtual IOAPIC model into Xen forkaf24@firebug.cl.cam.ac.uk2005-11-092-1/+2
| * More fixes for save/restore; use configured memory for generating sxp.smh22@firebug.cl.cam.ac.uk2005-11-092-2/+3
| * Fix 64-bit build. smh22@firebug.cl.cam.ac.uk2005-11-091-4/+5
| * Enable save/restore for PAE domains.smh22@firebug.cl.cam.ac.uk2005-11-085-821/+1006
| * Use '-' instead of '_' in xen version strings.smh22@firebug.cl.cam.ac.uk2005-11-081-2/+2
| * Added some minor defensive coding/error handling in xc_linux_build.cmafetter@seana.research.intel-research.net2005-11-081-7/+10
| * Minor Makefile cleanup in tools/libxc/Makefileunknown@aosda.research.intel-research.net2005-11-071-8/+9