aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
Commit message (Expand)AuthorAgeFilesLines
...
* Fix libxc warnings with gcc-4.1 and glibc-2.3.90.kaf24@firebug.cl.cam.ac.uk2006-03-021-3/+11
* Add support for configuring feature flags when starting guests.Ian.Campbell@xensource.com2006-02-272-6/+120
* Tools changes for per-vcpu io event channel on IA64.kaf24@firebug.cl.cam.ac.uk2006-02-241-5/+17
* Clean up some vmx code.kaf24@firebug.cl.cam.ac.uk2006-02-232-5/+5
* Per-vcpu IO evtchn patch for HVM domain.kaf24@firebug.cl.cam.ac.uk2006-02-232-5/+14
* Cleanups to tools since HVM domain P2M table and 1-1 table are built in xen.kaf24@firebug.cl.cam.ac.uk2006-02-211-14/+0
* Add PAE option to HVM config file.kaf24@firebug.cl.cam.ac.uk2006-02-213-7/+12
* Fix loading binary kernel images.cl349@firebug.cl.cam.ac.uk2006-02-201-0/+1
* New memory_op subcall XENMEM_translate_gpfn_list.kaf24@firebug.cl.cam.ac.uk2006-02-163-0/+86
* Build the phys_to_machine_mapping array in Xen rather thankaf24@firebug.cl.cam.ac.uk2006-02-031-258/+1
* Fix some more pfn/mfn/gmfn/gpfn inconsistencies. Fix some directkaf24@firebug.cl.cam.ac.uk2006-02-024-8/+8
* Big merge the HVM full-virtualisation abstractions.kaf24@firebug.cl.cam.ac.uk2006-01-317-20/+21
* Re-arrange things in the domain builder a bit so as to make sure thatsos22@douglas.cl.cam.ac.uk2006-01-301-54/+54
* Replace the MMUEXTOP 'pfn hole' commands with a newkaf24@firebug.cl.cam.ac.uk2006-01-284-30/+64
* Turn down debug a bit, and generally tidy hings up a little.sos22@douglas.cl.cam.ac.uk2006-01-271-2/+0
* Create a block of reserved PFNs in shadow translate mode guests, andsos22@douglas.cl.cam.ac.uk2006-01-265-46/+22
* Merge.sos22@douglas.cl.cam.ac.uk2006-01-264-213/+21
|\
| * Remove unneeded /proc/xen/grant and its libxc wrapper.kaf24@firebug.cl.cam.ac.uk2006-01-263-201/+0
| * Fix 64-bit build.sos22@douglas.cl.cam.ac.uk2006-01-251-12/+21
* | Make SMP guests work in shadow translate mode.sos22@douglas.cl.cam.ac.uk2006-01-261-3/+12
* | Make some basic cases of grant tables work in shadow translate mode.sos22@douglas.cl.cam.ac.uk2006-01-253-7/+48
|/
* Make shadow translate mode work for unprivileged, uniprocessor guestssos22@douglas.cl.cam.ac.uk2006-01-251-63/+127
* Indirect hypercalls through a hypercall transfer page.kaf24@firebug.cl.cam.ac.uk2006-01-243-1/+23
* No longer call xc_vcpu_getcontext() on restore (required after cset 8610). smh22@firebug.cl.cam.ac.uk2006-01-171-7/+0
* xc_vcpu_getcontext() can no longer be called before akaf24@firebug.cl.cam.ac.uk2006-01-143-34/+5
* 8604:a51fcb5de470 introduced a discrepancy between the declarationemellor@leeni.uk.xensource.com2006-01-122-3/+4
* Fix the build.kaf24@firebug.cl.cam.ac.uk2006-01-101-7/+8
* Merged.emellor@leeni.uk.xensource.com2006-01-102-0/+4
|\
| * Proactively check for NULL strings passed into xc_linx_build. Either dokaf24@firebug.cl.cam.ac.uk2006-01-102-2/+8
* | Proactively check for NULL strings passed into xc_linux_build. Either DTRTemellor@leeni.uk.xensource.com2006-01-101-3/+7
|/
* Extend the xc_linux_save interface to take a callback function for handling theemellor@leeni.uk.xensource.com2006-01-103-16/+12
* Merged.emellor@leeni.uk.xensource.com2006-01-0911-134/+189
|\
| * Fix a couple of bogus dom0_op names:kaf24@firebug.cl.cam.ac.uk2006-01-0610-67/+66
| * Marge with xen-ia64-unstable.hgkaf24@firebug.cl.cam.ac.uk2006-01-033-42/+34
| |\
| | * Move public hvm interfaces into xen/include/public/hvm.kaf24@firebug.cl.cam.ac.uk2006-01-032-5/+10
| | * Rename VMX option name lapic to apic, and pass it to xen bykaf24@firebug.cl.cam.ac.uk2006-01-032-37/+24
| * | Adapt xen-ia64 to changes in xen-unstabledjm@kirby.fc.hp.com2006-01-031-0/+1
| * | Mergedjm@kirby.fc.hp.com2006-01-036-41/+310
| |\|
| | * Provide an option to disable ACPI from the VMX config file.kaf24@firebug.cl.cam.ac.uk2006-01-012-16/+47
| | * Allow non-privileged domains restricted access tokaf24@firebug.cl.cam.ac.uk2005-12-312-0/+43
| | * Avoid xen crash if there is no VMX support. If a platformkaf24@firebug.cl.cam.ac.uk2005-12-301-25/+10
| * | Plumb through nr_pages -- needed for correct balloon driver functiondjm@kirby.fc.hp.com2005-12-301-0/+1
| * | Ensure initrd fields are set to 0 when no initrd is present (by Kevin Tian)djm@kirby.fc.hp.com2005-12-291-0/+3
* | | Added missing munmap for live_p2m_frame_list_list.emellor@leeni.uk.xensource.com2006-01-091-0/+3
| |/ |/|
* | Add support to xenctx for printing stack traces on x86_32 and x86_64.Ian.Campbell@xensource.com2005-12-223-0/+210
|/
* Mergedjm@kirby.fc.hp.com2005-12-215-206/+373
|\
| * This patch fix several issue to support >2G 64bit vmx guest in IA-32ekaf24@firebug.cl.cam.ac.uk2005-12-201-7/+8
| * Add debugging flag for domains to make domu debugging a run-time optionkaf24@firebug.cl.cam.ac.uk2005-12-151-6/+16
| * Add MP debug support to gdbserver.kaf24@firebug.cl.cam.ac.uk2005-12-154-198/+354
* | diff -r 545ba1b126ca tools/libxc/xc_linux_build.cdjm@kirby.fc.hp.com2005-12-211-3/+45