aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * Fix Xen public interfaces and the tools to consistentlykaf24@firebug.cl.cam.ac.uk2005-10-1221-207/+203
| * Fix PAE overflow in xc_linux_build.kaf24@firebug.cl.cam.ac.uk2005-10-121-3/+3
| * Error print on err path.kaf24@firebug.cl.cam.ac.uk2005-10-121-1/+1
* | Modify printfs to be able to compile on ia64.djm@kirby.fc.hp.com2005-10-131-11/+8
|/
* Append a newline to error messages, so that they are parsed by XendCheckpoint.pyemellor@ewan2005-10-091-1/+1
* 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