aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* If /sbin/ isn't in the path, udev rules will erroneously not getkaf24@firebug.cl.cam.ac.uk2005-11-147-5/+24
* The various changes to move to using info instead of passing the configemellor@leeni.uk.xensource.com2005-11-123-8/+10
* This test was failing for he wrong reason. Calls to block-attach after thedan@guaranine.beaverton.ibm.com2005-11-121-3/+5
* Disable use of mmap. This allows Xenstored to run with an NFS-mountedemellor@leeni.uk.xensource.com2005-11-121-1/+1
* New Xenbus driver structure, bringing an explicit state machine to the table.emellor@leeni.uk.xensource.com2005-11-113-31/+102
* Rename the commands inside the hotplug scripts to match those used by hotplugemellor@leeni.uk.xensource.com2005-11-118-53/+56
* Don't call iptables if it is not installed. This code is only there to ensureemellor@leeni.uk.xensource.com2005-11-111-1/+7
* Fix function call syntax in vif-route and vif-nat.emellor@leeni.uk.xensource.com2005-11-112-2/+2
* Merged.emellor@leeni.uk.xensource.com2005-11-1118-87/+45
|\
| * Remove unnecessary NULL checks before freeing memory blocks.kaf24@firebug.cl.cam.ac.uk2005-11-1116-84/+41
| * Merge with xen-unstable-ia64.hgkaf24@firebug.cl.cam.ac.uk2005-11-1121-344/+567
| |\
| | * nloopbacks default is now 8. So vifnum of greater than 7 requireskaf24@firebug.cl.cam.ac.uk2005-11-111-2/+2
| | * Remove unnecessary ifdef in defn of xprintk. Installkaf24@firebug.cl.cam.ac.uk2005-11-111-0/+1
| * | Merge latest xen-unstable into xen-ia64-unstabledjm@kirby.fc.hp.com2005-11-1099-35606/+1382
| |\ \
| * | | Fix ia64 tools build (new parameter in xc_vmx_build)djm@kirby.fc.hp.com2005-11-091-0/+1
* | | | Chmod a+x.emellor@leeni.uk.xensource.com2005-11-111-0/+0
| |_|/ |/| |
* | | This patch use same expression as vif for vmx guest but has a distinguish "ty...Xiaofeng Ling2005-11-106-10/+37
* | | Removed autogenerated file.emellor@leeni.uk.xensource.com2005-11-101-3/+0
* | | Fix the log reopening by moving the code with all the races out of the signalemellor@leeni.uk.xensource.com2005-11-101-23/+52
* | | Add some minor defensive coding/error handling in xc_vmx_build.c likekaf24@firebug.cl.cam.ac.uk2005-11-101-5/+9
* | | mergekaf24@firebug.cl.cam.ac.uk2005-11-106-267/+378
|\ \ \
| * \ \ Merged.emellor@leeni.uk.xensource.com2005-11-102-22/+21
| |\ \ \
| * | | | Various chmod a+x.emellor@leeni.uk.xensource.com2005-11-1012-0/+0
| * | | | Modularize runtest.sh and add a quick option.danms@us.ibm.com2005-11-101-180/+224
| * | | | Make the 04_restore test verify that two block devices and two nics aredanms@us.ibm.com2005-11-101-6/+60
| * | | | Remove this accidental commitdanms@us.ibm.com2005-11-101-14/+0
| * | | | Tweak the usage of mke2fs to be quiet, so that the XML reportsdan@guaranine.beaverton.ibm.com2005-11-102-3/+5
| * | | | Add this file that wasn't in the tarball for the initial importdanms@us.ibm.com2005-11-101-0/+25
| * | | | Remove semicolons from Console.py. It's a habit.danms@us.ibm.com2005-11-101-64/+64
* | | | | Enable xm console for vmx guest.kaf24@firebug.cl.cam.ac.uk2005-11-103-3/+54
* | | | | Fix some more bugs in pygrub including:kaf24@firebug.cl.cam.ac.uk2005-11-101-9/+11
| |/ / / |/| | |
* | | | Attached patch fixes a thinko in pygrub's setup.pykaf24@firebug.cl.cam.ac.uk2005-11-101-2/+3
* | | | Updates comments in network-bridge, removes dead code, minor typo fixes.kaf24@firebug.cl.cam.ac.uk2005-11-101-20/+18
|/ / /
* | / Added missing __init__.py.emellor@leeni.uk.xensource.com2005-11-091-0/+2
| |/ |/|
* | Cope with the ValueError exception that we get if you use Xend with the recentemellor@leeni.uk.xensource.com2005-11-091-1/+12
* | Support recent change moving virtual IOAPIC model into Xen forkaf24@firebug.cl.cam.ac.uk2005-11-096-4/+9
* | More fixes for save/restore; use configured memory for generating sxp.smh22@firebug.cl.cam.ac.uk2005-11-093-86/+27
* | This patch prevents the xm-test console library from duplicating theemellor@leeni.uk.xensource.com2005-11-091-2/+0
* | This patch adds a new test that attempts to save and restore a domainemellor@leeni.uk.xensource.com2005-11-092-1/+74
* | Chmod a+x.emellor@leeni.uk.xensource.com2005-11-091-0/+0
* | Fix 64-bit build. smh22@firebug.cl.cam.ac.uk2005-11-091-4/+5
* | Enable save/restore for PAE domains.smh22@firebug.cl.cam.ac.uk2005-11-085-821/+1006
* | Use '-' instead of '_' in xen version strings.smh22@firebug.cl.cam.ac.uk2005-11-081-2/+2
* | Increase the static constant default number of loopback interfaces, nloopbacks,emellor@leeni.uk.xensource.com2005-11-081-1/+3
* | Merged.emellor@leeni.uk.xensource.com2005-11-083-16/+20
|\ \
| * \ mergeMichael.Fetterman@cl.cam.ac.uk2005-11-083-16/+20
| |\ \
| | * \ mergeMichael.Fetterman@cl.cam.ac.uk2005-11-083-16/+20
| | |\ \
| | | * | Fix vncviewer spawning so it actually works.mafetter@seana.research.intel-research.net2005-11-081-1/+1
| | | * | Added some minor defensive coding/error handling in xc_linux_build.cmafetter@seana.research.intel-research.net2005-11-081-7/+10
| | | * | Minor Makefile cleanup in tools/libxc/Makefileunknown@aosda.research.intel-research.net2005-11-071-8/+9