aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
Commit message (Expand)AuthorAgeFilesLines
...
| * Get rid of anonymous unions in public header files.kaf24@firebug.cl.cam.ac.uk2005-09-142-2/+2
| * Remove unsued domain_controller.h file.kaf24@firebug.cl.cam.ac.uk2005-09-141-2/+0
* | Catchup with xen-unstable, add ia64 specifics to tools, and some VTI mergedjm@kirby.fc.hp.com2005-09-136-14/+70
|/
* This patch remove the L2 pin for 1:1 page table on control panel.kaf24@firebug.cl.cam.ac.uk2005-09-121-9/+0
* Re-indent xc_linux_restore, and add code to force PAEkaf24@firebug.cl.cam.ac.uk2005-09-121-65/+94
* mlock argument to version hypercall in libxc.kaf24@firebug.cl.cam.ac.uk2005-09-121-5/+31
* No need to qsort the pfn array in domu builder.kaf24@firebug.cl.cam.ac.uk2005-09-081-8/+0
* Improved "PGDs must be under 4GB" handling for PAE.iap10@freefall.cl.cam.ac.uk2005-09-085-12/+91
* Give each domain some memory below 4GB. This solves the "PGD's must be below ...iap10@freefall.cl.cam.ac.uk2005-09-084-5/+20
* More tools PAE fixes to avoid loosing high-order pte bits.iap10@freefall.cl.cam.ac.uk2005-09-073-10/+18
* Remove control interface in kernels and domain builder.cl349@firebug.cl.cam.ac.uk2005-09-072-7/+1
* merge?kaf24@firebug.cl.cam.ac.uk2005-09-071-1/+1
|\
| * Fix dependencies.cl349@firebug.cl.cam.ac.uk2005-09-071-1/+1
* | Small plan9 loader patch from Tim Newsham.kaf24@firebug.cl.cam.ac.uk2005-09-071-12/+10
* | Extend save/restore interface to cope with domains >4GB by adding a level of ...iap10@firebug.cl.cam.ac.uk2005-09-071-4/+14
|/
* phys_to_mach and mach_to_phys tables contain long entries, notkaf24@firebug.cl.cam.ac.uk2005-09-061-1/+1
* On suspend, canonicalize store and console mfns in the guest.cl349@firebug.cl.cam.ac.uk2005-09-051-28/+0
* Get rid of suspend record, start info holds all the info now.cl349@firebug.cl.cam.ac.uk2005-09-052-33/+24
* Keep start_info in page provided by domain builder instead of making a copy.cl349@firebug.cl.cam.ac.uk2005-09-051-7/+7
* Update suspend/resume for new console code.cl349@firebug.cl.cam.ac.uk2005-09-033-2/+13
* Enable 'live' migration from a tools pov; prior to this the 'live' flag was shand@ubuntu.eng.hq.xensource.com2005-09-022-24/+48
* extends xm info with xen version and various others information.vh249@arcadians.cl.cam.ac.uk2005-08-313-0/+19
* This patch adjusts the plan9 loader to start "physical" ram atkaf24@firebug.cl.cam.ac.uk2005-08-311-7/+10
* merge?cl349@firebug.cl.cam.ac.uk2005-08-308-29/+69
|\
| * Fix memory_op domid parameter in dom0 tools.kaf24@firebug.cl.cam.ac.uk2005-08-302-2/+2
| * Fix build failure due to missing unistd.hkaf24@firebug.cl.cam.ac.uk2005-08-304-0/+4
| * Replace dom_mem_op hypercall with memory_op hypercall withkaf24@firebug.cl.cam.ac.uk2005-08-304-29/+65
* | New console transport and update xenconsoled.cl349@firebug.cl.cam.ac.uk2005-08-302-5/+21
|/
* Fix save/restore (for SMP guests in particularl); the blkfront suspend code shand@ubuntu.eng.hq.xensource.com2005-08-291-3/+5
* Fix nasty tools race between barking xu_autoreap() and xpopen3.wait() - shand@ubuntu.eng.hq.xensource.com2005-08-281-3/+1
* Fix install of xenctrl.h.kaf24@firebug.cl.cam.ac.uk2005-08-251-1/+1
* Break the building/save/restore code out into a separate library libxenguest.cl349@firebug.cl.cam.ac.uk2005-08-2516-430/+528
* Rename libxc => libxenctrl and xc.h => xen/xenctrl.hcl349@firebug.cl.cam.ac.uk2005-08-243-15/+15
* Get rid of memory_t. Almost all uses should be unsigned long.kaf24@firebug.cl.cam.ac.uk2005-08-192-19/+19
* Remove unnecessary union in grant table map/unmap ops.akw27@arcadians.cl.cam.ac.uk2005-08-131-2/+2
* forget to substitute CC back to gccvh249@arcadians.cl.cam.ac.uk2005-08-121-1/+1
* make needlessly global functions static and use NULL instead of 0 for pointervh249@arcadians.cl.cam.ac.uk2005-08-126-9/+9
* not valid file descriptor is -1 not 0vh249@arcadians.cl.cam.ac.uk2005-08-121-1/+1
* remove pointless NULL checks before free()vh249@arcadians.cl.cam.ac.uk2005-08-126-42/+19
* Memory leak in xc_linux_save, and uninitialised varkaf24@firebug.cl.cam.ac.uk2005-08-111-1/+13
* Initialize the xenstore MFN for VMX domainscl349@firebug.cl.cam.ac.uk2005-08-103-40/+67
* merge?cl349@firebug.cl.cam.ac.uk2005-08-021-0/+39
|\
| * Missing ia64_stubs file for libxc.kaf24@firebug.cl.cam.ac.uk2005-08-021-0/+39
* | Fix checkpointing - add save/restore support to the xenbus driver.cl349@firebug.cl.cam.ac.uk2005-08-023-14/+27
|/
* Here is our latest patch to enable the Xen tools tokaf24@firebug.cl.cam.ac.uk2005-07-297-9/+148
* Always pass around the store machine frame number instead of the linear address.cl349@firebug.cl.cam.ac.uk2005-07-271-4/+3
* Really enable gdbserver for real mode code.kaf24@firebug.cl.cam.ac.uk2005-07-251-1/+1
* Recently some people complain that they cannot set the maxmem forkaf24@firebug.cl.cam.ac.uk2005-07-152-4/+4
* Initial tools support for 32-bit x86 pae.kaf24@firebug.cl.cam.ac.uk2005-07-133-123/+265
* Add xc_init_store and run xenbus probe on INITDOMAIN_STORE privcmd ioctl.cl349@firebug.cl.cam.ac.uk2005-07-122-0/+14