aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix ia64 tools build (new parameter in xc_vmx_build)djm@kirby.fc.hp.com2005-11-091-0/+1
|/
* Added xc_domain_ioport_permission to libxc, which wraps the dom0 opkaf24@firebug.cl.cam.ac.uk2005-11-062-0/+23
* Sanitise the trace-buffer hypervisor<->user interface.kaf24@firebug.cl.cam.ac.uk2005-10-311-6/+4
* This is a set of changes which allow the tracebuffer functionality tokaf24@firebug.cl.cam.ac.uk2005-10-303-1/+94
* mergekaf24@firebug.cl.cam.ac.uk2005-10-294-15/+22
|\
| * This patch provide local APIC support for vmx guest.kaf24@firebug.cl.cam.ac.uk2005-10-282-4/+7
| * To allow kernel to handle radically different hypervisors in the future,kaf24@firebug.cl.cam.ac.uk2005-10-271-0/+4
| * Use standard int typedefs.kaf24@firebug.cl.cam.ac.uk2005-10-271-11/+11
* | Necessary change to support ia64/vti domain build in common code.djm@kirby.fc.hp.com2005-10-242-40/+6
* | Image builder for ia64/vti domain, together with a example config file.djm@kirby.fc.hp.com2005-10-241-12/+651
* | Mergedjm@kirby.fc.hp.com2005-10-2422-337/+338
|\|
| * some fixes to VMX:kaf24@firebug.cl.cam.ac.uk2005-10-233-42/+39
| * Take advantage of the new UUID (handle) stored for us in Xen to improve theemellor@leeni.uk.xensource.com2005-10-191-10/+0
| * Remove 'n_vcpu' field from start_info structure. Domain0kaf24@firebug.cl.cam.ac.uk2005-10-182-7/+1
| * Merged.emellor@leeni.uk.xensource.com2005-10-172-6/+1
| |\
| | * Make the event-channel pending and mask arrays consist ofkaf24@firebug.cl.cam.ac.uk2005-10-172-6/+1
| * | Have xenstored initialise its connections, meaning that xend can be out ofemellor@leeni.uk.xensource.com2005-10-172-17/+3
| |/
| * Plumb GETVCPUINFO dom0_op through to Python. Removekaf24@firebug.cl.cam.ac.uk2005-10-173-11/+40
| * Clean up debug tracing in mm and mm audit code.kaf24@firebug.cl.cam.ac.uk2005-10-161-0/+2
| * Remove bogus error message in libxenctrl.kaf24@firebug.cl.cam.ac.uk2005-10-151-10/+2
| * In addition to setting opaque handle during domainkaf24@firebug.cl.cam.ac.uk2005-10-142-0/+12
| * Store an opaque handle (tools uuid) in the domain structurekaf24@firebug.cl.cam.ac.uk2005-10-144-37/+24
| * Fix error output to stderr in xc_linux_build.kaf24@firebug.cl.cam.ac.uk2005-10-121-1/+1
| * New dom0_op to set max vcpus for a domain.kaf24@firebug.cl.cam.ac.uk2005-10-122-0/+20