aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix violation of C90 mixed-code-and-declarations restriction.emellor@leeni.uk.xensource.com2006-03-021-1/+3
* Fix printf.emellor@leeni.uk.xensource.com2006-03-021-2/+2
* Added a basic integrity checker, and some basic ability to recover from storeemellor@leeni.uk.xensource.com2006-03-024-52/+167
* Silence the messages that are emitted when removing nodes that already haveemellor@leeni.uk.xensource.com2006-03-021-3/+4
* Avoid a race between Xend removing the vm entries corresponding to a domain,emellor@leeni.uk.xensource.com2006-03-021-1/+8
* Remove unused #include <sys/ioctl.h>.emellor@leeni.uk.xensource.com2006-03-011-2/+0
* Fix tools Makefiles to respect CFLAGS. Disable stack-smashkaf24@firebug.cl.cam.ac.uk2006-02-286-18/+26
* Fix a multi HVM domain issue (bugzilla bug #542):kaf24@firebug.cl.cam.ac.uk2006-02-281-12/+13
* Merged.emellor@leeni.uk.xensource.com2006-02-275-16/+142
|\
| * Add support for configuring feature flags when starting guests.Ian.Campbell@xensource.com2006-02-275-16/+142
* | Reconstitute the ip parameter correctly. Closes bug #491.emellor@leeni.uk.xensource.com2006-02-271-1/+2
* | Use cleverer sed pattern to avoid use of head -1.emellor@leeni.uk.xensource.com2006-02-271-1/+1
* | Break out the hotplug cleanup code into xen-hotplug-cleanup. Claim the blockemellor@leeni.uk.xensource.com2006-02-274-4/+24
|/
* Move files that have appeared in the wrong place due to incorrect patch -p se...emellor@leeni.uk.xensource.com2006-02-277-0/+312
* While testing TCP & UDP tests (coming soon), I tracked down a bug in theemellor@leeni.uk.xensource.com2006-02-271-3/+14
* The attached patch does the following:emellor@leeni.uk.xensource.com2006-02-276-56/+64
* The attached patch breaks outemellor@leeni.uk.xensource.com2006-02-272-90/+3
* Merged.emellor@leeni.uk.xensource.com2006-02-271-6/+1
* The disk isn't guaranteed to be the first device in the config sxp --kaf24@firebug.cl.cam.ac.uk2006-02-261-6/+5
* pygrub currently takes a file on the command line to mean a config filekaf24@firebug.cl.cam.ac.uk2006-02-261-6/+14
* Instead of using a static filename in the guest bootloader, use a randomkaf24@firebug.cl.cam.ac.uk2006-02-261-7/+10
* Avoid pcnet dm packet loss / corruption.kaf24@firebug.cl.cam.ac.uk2006-02-251-0/+4
* Tools changes for per-vcpu io event channel on IA64.kaf24@firebug.cl.cam.ac.uk2006-02-241-5/+17
* initialize few structure fully to zero with talloc_zerovhanquez@kneesa.uk.xensource.com2006-02-231-9/+2
* 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-236-60/+65
* Adding a second IP address onto eth0 causes the vif-* hotplug scripts toemellor@leeni.uk.xensource.com2006-02-221-1/+1
* Cset 8916 missed two extra pages for VT-i domain and thus breaks domainkaf24@firebug.cl.cam.ac.uk2006-02-221-2/+2
* XM-Test takes a really long time to build the initrd it uses for testing. Th...pl@us.ibm.com2006-02-222-0/+12
* Cleanups to tools since HVM domain P2M table and 1-1 table are built in xen.kaf24@firebug.cl.cam.ac.uk2006-02-212-34/+4
* Add PAE option to HVM config file.kaf24@firebug.cl.cam.ac.uk2006-02-217-14/+31
* tpm: Fixes and cleanupcl349@firebug.cl.cam.ac.uk2006-02-212-2/+15
* Fix loading binary kernel images.cl349@firebug.cl.cam.ac.uk2006-02-201-0/+1
* Remove obsolete ccache patch from xm-test buildroot.kaf24@firebug.cl.cam.ac.uk2006-02-171-11/+0
* Fix buildroot problems and bring the buildroot image upkaf24@firebug.cl.cam.ac.uk2006-02-173-21/+69
* This patch displays the network-list/block-list/vtpm-list using the 'xm'emellor@leeni.uk.xensource.com2006-02-171-18/+122
* Tools changes for PCI front/back drivers.kaf24@firebug.cl.cam.ac.uk2006-02-163-47/+329
* Fix bugs related to the virtual TPM. Also make the vTPMkaf24@firebug.cl.cam.ac.uk2006-02-163-6/+10
* Fix a dead download url for ccache when building the xm-test ramdisk.kaf24@firebug.cl.cam.ac.uk2006-02-161-0/+11
* VTPM Tools: Fix threading bug in vtpm_manager while using NPTL. Nowkaf24@firebug.cl.cam.ac.uk2006-02-165-17/+13
* Re-enable VGA acceleration under the new phys_to_machine_mapping.kaf24@firebug.cl.cam.ac.uk2006-02-164-140/+194
* New memory_op subcall XENMEM_translate_gpfn_list.kaf24@firebug.cl.cam.ac.uk2006-02-163-0/+86
* When xc_linux_build fails without a meaninful errno, force errno to EINVALvhanquez@kneesa.uk.xensource.com2006-02-161-2/+4
* Clean up vmxassist/setup.c. It is no longer necessary tokaf24@firebug.cl.cam.ac.uk2006-02-131-7/+1
* Fix exporting vnet config to xenstore.mjw@wray-m-3.hpl.hp.com2006-02-101-1/+1
* Cope with -1 eventchn_fd -- this occurs when using --no-domain-init (aemellor@leeni.uk.xensource.com2006-02-101-1/+3
* Parse --port argument to migration.emellor@leeni.uk.xensource.com2006-02-101-1/+1
* Fix xm-test network tests to work with hvm support enabled.adam@ipcoast.com2006-02-104-7/+41
* The attached patch adds 'xm vtpm-list <DomId>' functionality.emellor@leeni.uk.xensource.com2006-02-101-1/+12
* Rather than require config changes if you aren't using eth0, use theemellor@leeni.uk.xensource.com2006-02-102-2/+3