aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
Commit message (Expand)AuthorAgeFilesLines
* User tools send evtchn notifications via /dev/xen/evtchnkaf24@firebug.cl.cam.ac.uk2005-10-062-134/+7
* Ensure that all fields of evtchn_op_t are initialised whenkaf24@firebug.cl.cam.ac.uk2005-10-061-31/+26
* EVTCHNOP_alloc_unbound can allocate a port in an arbitrarykaf24@firebug.cl.cam.ac.uk2005-10-052-1/+5
* Clean up sched_op() hypercall interface. One particularkaf24@firebug.cl.cam.ac.uk2005-10-043-5/+6
* Allow EVTCHNOP_bind_{ipi,virq} to specify the vcpu tokaf24@firebug.cl.cam.ac.uk2005-10-041-1/+2
* Make PAE defs in xg_private.h usable in both 32- andkaf24@firebug.cl.cam.ac.uk2005-09-231-15/+18
* Add VGA acceleration support for cirrus logic device modelkaf24@firebug.cl.cam.ac.uk2005-09-231-7/+16
* Clean up xc_vmx_build():kaf24@firebug.cl.cam.ac.uk2005-09-233-468/+145
* Parse vcpus for VMX guest.kaf24@firebug.cl.cam.ac.uk2005-09-211-0/+4
* Dynamically generate the local apic entries in ACPI MADT table.kaf24@firebug.cl.cam.ac.uk2005-09-201-1/+29
* Fix xc_ptrace (live debug, not coredump debug) for 32-bit pae.kaf24@firebug.cl.cam.ac.uk2005-09-194-94/+193
* Re-indent libxc to avoid hard tabs. Also, fix the PAEkaf24@firebug.cl.cam.ac.uk2005-09-1913-1012/+1165
* Fix the libxc Makefile.kaf24@firebug.cl.cam.ac.uk2005-09-151-2/+1
* merge?cl349@firebug.cl.cam.ac.uk2005-09-151-4/+14
|\
| * Like IA32 PAE xenlinux, we also need make VMX guest 1:1 page table PGDkaf24@firebug.cl.cam.ac.uk2005-09-151-4/+14
* | Better build fix.cl349@firebug.cl.cam.ac.uk2005-09-151-4/+5
|/
* Fix build!cl349@firebug.cl.cam.ac.uk2005-09-151-4/+4
* Merge latest xen-unstable into xen-ia64-unstable to prepdjm@kirby.fc.hp.com2005-09-146-30/+45
|\
| * Fix xc_make_page_below_4G(). Should fix PAE domainkaf24@firebug.cl.cam.ac.uk2005-09-141-2/+2
| * Fix xc_domain_memory_decrease_reservation().kaf24@firebug.cl.cam.ac.uk2005-09-141-16/+19
| * Add some sanity check when creating 3-level 1:1 page tablekaf24@firebug.cl.cam.ac.uk2005-09-141-8/+22
| * 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