aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Our 10,000th changeset! (Clean up trailing whitespace in README file :-)kaf24@firebug.cl.cam.ac.uk2006-05-161-26/+0
* Fix the tools build:kaf24@firebug.cl.cam.ac.uk2006-05-163-25/+30
* Extend xentrace man page.kaf24@firebug.cl.cam.ac.uk2006-05-161-0/+75
* Use common code for enabling tracing via xenmon and xentrace, also fixingkaf24@firebug.cl.cam.ac.uk2006-05-164-139/+74
* Document the UUID domU configuration parameter in example configurations.kaf24@firebug.cl.cam.ac.uk2006-05-164-0/+16
* Remove unnecessary extra linker parameters from qemu-dm build.kaf24@firebug.cl.cam.ac.uk2006-05-151-1/+1
* Add rudimentary ACPI support which allows a fully virtualized domainkaf24@firebug.cl.cam.ac.uk2006-05-156-149/+339
* Fix 64-bit build. xc_ptrace() is still broken for x86/64 however.kaf24@firebug.cl.cam.ac.uk2006-05-141-1/+1
* Fix an out-of-bounds memory access in xc_ptrace.c.kaf24@firebug.cl.cam.ac.uk2006-05-121-0/+5
* Re-enables ptrace for paravirtualized guests.kaf24@firebug.cl.cam.ac.uk2006-05-121-31/+41
* Update the readme for tools/examples/scripts.kaf24@firebug.cl.cam.ac.uk2006-05-121-1/+12
* Fix xentrace to initialise the trace buffers if they are not set up.kaf24@firebug.cl.cam.ac.uk2006-05-121-11/+48
* Fix the cirrus vga model to not leak memory when switching betweenkaf24@firebug.cl.cam.ac.uk2006-05-125-117/+50
* Move set/unset_vram_mapping into cirrus_vga.c, pending a fixup patch.kaf24@firebug.cl.cam.ac.uk2006-05-123-94/+106
* Fix network bridge script to select the right interface when bridge already e...cl349@firebug.cl.cam.ac.uk2006-05-111-1/+1
* Add support to domain builders for loading kernels with physical addresses in...cl349@firebug.cl.cam.ac.uk2006-05-112-15/+30
* dom0 and anonymous connections can create unlimited sized entries in the store.vhanquez@kneesa.uk.xensource.com2006-05-113-3/+10
* Try to create runtime xenstored's directories at startup time.vhanquez@kneesa.uk.xensource.com2006-05-113-2/+19
* Fix up enforce_dom0_cpu test case to check that dom0 has at least 2 vcpusRyan Harper2006-05-111-21/+38
* I am adding one more test case for vTPM migration. The new one doeskaf24@firebug.cl.cam.ac.uk2006-05-113-35/+141
* Fix a typo in xc_ptrace() and fix single-stepping when attachedkaf24@firebug.cl.cam.ac.uk2006-05-111-6/+6
* This patch adds a boolean parameter 'network' to the save method of thekaf24@firebug.cl.cam.ac.uk2006-05-105-26/+30
* The PciController class lacks a configuration method to re-generate thekaf24@firebug.cl.cam.ac.uk2006-05-101-0/+25
* This patch enhances the Summagraphics emulation by adding 2 features:kaf24@firebug.cl.cam.ac.uk2006-05-105-45/+124
* Reset Cirrus device model `VRAM' whenever a VGA/SVGA mode switch occurs.kaf24@firebug.cl.cam.ac.uk2006-05-101-4/+11
* Clean up and refactor some parts of the vTPM and migration-related scripts.kaf24@firebug.cl.cam.ac.uk2006-05-103-100/+137
* This small patch fixes new make-dependencies of the secpol_toolkaf24@firebug.cl.cam.ac.uk2006-05-101-2/+2
* Fix code which finds the default interface if there are static routes.cl349@firebug.cl.cam.ac.uk2006-05-081-2/+1
* The buildroot xm-test grabs is no longer present, this patch fixes it.stekloff@dyn9047022152.beaverton.ibm.com2006-05-073-9/+19
* Fix console runaway detection for the smallmem_neg test, following the changesemellor@leeni.uk.xensource.com2006-05-071-3/+1
* Abstract block-attach and block-detach calls, and add to that the correctemellor@leeni.uk.xensource.com2006-05-0715-127/+88
* Move the logic to find the Xen Python scripts above the import statements.emellor@leeni.uk.xensource.com2006-05-061-7/+10
* Merged.emellor@leeni.uk.xensource.com2006-05-055-11/+20
|\
| * Instead of just having the bootloader config sxp replace anything else,kaf24@firebug.cl.cam.ac.uk2006-05-053-9/+18
| * Fix python pciif script to reference correct 2.0 compatibility variable.kaf24@firebug.cl.cam.ac.uk2006-05-051-1/+1
| * Replace a bash-specific redirection in tools/ioemu/configure with akaf24@firebug.cl.cam.ac.uk2006-05-051-1/+1
* | Use the auxbin module to find the appropriate install directory for our Pythonemellor@leeni.uk.xensource.com2006-05-054-15/+50
* | Remove ssidref field from test -- this now only works if there is a policy inemellor@leeni.uk.xensource.com2006-05-051-2/+0
|/
* Add a HOWTO to help writing tests, includes domains with networking.stekloff@dyn9047022152.beaverton.ibm.com2006-05-041-0/+134
* Add new networking infrastructure to Xm-Test. The goal is to makestekloff@dyn9047022152.beaverton.ibm.com2006-05-0417-337/+769
* Second step toward a new network infrastructure, move XmConsole to beemellor@leeni.uk.xensource.com2006-05-0479-485/+210
* First step to network infrastructure, add a type to XenDomain to identifystekloff@dyn9047022152.beaverton.ibm.com2006-05-041-5/+13
* Merged.emellor@leeni.uk.xensource.com2006-05-043-8/+22
|\
| * Instead of knowing explicitly about the pygrub entry option, allowkaf24@firebug.cl.cam.ac.uk2006-05-033-8/+22
* | Xm-tests 01_memset_basic_pos.test and 03_memset_random_pos.test startemellor@leeni.uk.xensource.com2006-05-022-7/+29
|/
* Fix perfc array range on reset.kaf24@firebug.cl.cam.ac.uk2006-05-022-247/+0
* Move Linux-specific privcmd code into private libxc implementations.kaf24@firebug.cl.cam.ac.uk2006-05-0219-277/+354
* Debugging Xend with XEND_DAEMONIZE set to False doesn't work as kaf24@firebug.cl.cam.ac.uk2006-04-301-2/+7
* Define new event-channel and physdev hypercalls with a more extensiblekaf24@firebug.cl.cam.ac.uk2006-04-301-21/+16
* Wait for the device to be connected on the guest (with a 10s timeout)vhanquez@kneesa.uk.xensource.com2006-04-281-1/+11