aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Make version strings consistent across all interfaces.cl349@firebug.cl.cam.ac.uk2005-12-041-1/+1
* Rename set-vcpus to vcpu-set (match docs) and update short help page.cl349@firebug.cl.cam.ac.uk2005-12-041-9/+10
* Bump blktap and dom0op version numbers.kaf24@firebug.cl.cam.ac.uk2005-12-041-1/+1
* Image.py should send 2 new arguments to qemu-dm for setting QEMU windowkaf24@firebug.cl.cam.ac.uk2005-12-041-1/+1
* Fix same_vm test by adding missing '$'.cl349@firebug.cl.cam.ac.uk2005-12-041-1/+1
* Use test ([) instead of expr to compare integers.cl349@firebug.cl.cam.ac.uk2005-12-041-2/+2
* Mergeiap10@freefall.cl.cam.ac.uk2005-12-037-13/+37
|\
| * Enable multiple NICs for vmx domain by configuration filekaf24@firebug.cl.cam.ac.uk2005-12-032-2/+5
| * Set the device model windows title as the domain namekaf24@firebug.cl.cam.ac.uk2005-12-035-3/+13
| * Set hostname in DHCP config from the guest name, and if more than one interfaceemellor@leeni.uk.xensource.com2005-12-031-8/+19
* | Update xend-config.sxp so that dom0-min-mem is 196MB by default, as this is r...iap10@freefall.cl.cam.ac.uk2005-12-031-1/+1
* | Merge with xen-ia64-unstable.hgkaf24@firebug.cl.cam.ac.uk2005-12-0319-200/+413
|\|
| * Read from the store if the filename reported by losetup has been truncated (theemellor@leeni.uk.xensource.com2005-12-031-3/+34
| * Merged.emellor@leeni.uk.xensource.com2005-12-021-3/+1
| |\
| | * Fix vif-net script for setups where eth0 has no IP address.cl349@firebug.cl.cam.ac.uk2005-12-021-3/+1
| * | Make "xm list --long" generate device configuration data from xenstore statedan@guaranine.beaverton.ibm.com2005-12-021-3/+3
| |/
| * This patch adds a new domain config option, 'cpus' which is a list ofemellor@leeni.uk.xensource.com2005-12-028-17/+80
| * Fix the block-sharing check for physical devices by using a lock to serialiseemellor@leeni.uk.xensource.com2005-12-021-73/+85
| * Added /etc/init.d/dhcpd to list of init files to check for (supporting Centosemellor@leeni.uk.xensource.com2005-12-021-1/+1
| * Added serialisation facilities. Udev is supposed to serialise events, but sadlyemellor@leeni.uk.xensource.com2005-12-021-1/+87
| * Remove the watch on the /vm/<uuid> path when rebooting or migrating. We don'temellor@leeni.uk.xensource.com2005-12-021-6/+25
| * Don't log every time around the big transaction writing the device details.emellor@leeni.uk.xensource.com2005-12-021-20/+24
| * Added xen-hotplug.log to the files to collect.emellor@leeni.uk.xensource.com2005-12-021-3/+4
| * Initialise the connection ID when a domain is introduced. This (re)enablesemellor@leeni.uk.xensource.com2005-12-026-78/+77
| * Fix error message.emellor@leeni.uk.xensource.com2005-12-021-1/+1
* | Mergedjm@kirby.fc.hp.com2005-12-02145-3960/+5445
|\|
| * Use getopt.gnu_getopt rather than getopt.getopt, so that xm list VM --long isemellor@leeni.uk.xensource.com2005-12-022-9/+19
| * Merged.emellor@leeni.uk.xensource.com2005-12-0210-19/+29
| |\
| | * Fix VBD recovery logic on SMP guests (+ a minor error reporting fix for save)smh22@firebug.cl.cam.ac.uk2005-12-011-1/+1
| | * Define explicit evtchn_port_t type (32 bits) and plumb upkaf24@firebug.cl.cam.ac.uk2005-12-017-15/+16
| | * Fix migrate. smh22@firebug.cl.cam.ac.uk2005-12-012-3/+12
| * | Add test for the last unresolved bit of bug #416. Check thatdan@localhost.localdomain2005-12-012-1/+60
| |/
| * ptsname() is applied to the master fd, not the slave fd.kaf24@firebug.cl.cam.ac.uk2005-12-011-2/+2
| * Merged.emellor@leeni.uk.xensource.com2005-12-017-40/+25
| |\
| | * Merged.emellor@leeni.uk.xensource.com2005-12-011-2/+2
| | |\
| | | * Match rename of free_pages field to free_memoryrread@ubuntu.eng.hq.xensource.com2005-11-301-2/+2
| | * | Remove config.py, it's autogenerated from config.py.instekloff@elm3b216.beaverton.ibm.com2005-12-011-4/+0
| | |/
| | * Merged.emellor@leeni.uk.xensource.com2005-12-0131-237/+230
| | |\
| | * | Some tweaks to the restore and migrate tests to expose the consoles of thedan@guaranine.beaverton.ibm.com2005-11-303-9/+22
| | * | Remove useless test 05_create_noroot_noramdan@caffeine.beaverton.ibm.com2005-11-302-27/+0
| | * | Enable console debug dumping so that we submit the oops generated bydan@guaranine.beaverton.ibm.com2005-11-301-0/+3
| * | | Move the dom0 ballooning-out code from the xm create handler and into theemellor@leeni.uk.xensource.com2005-12-014-68/+121
| * | | Remove /local when xenstored starts. This stops stale data affecting the emellor@leeni.uk.xensource.com2005-12-011-1/+27
| * | | Work around the fact that the physinfo dom0 call is not implemented for IA64.emellor@leeni.uk.xensource.com2005-12-011-4/+11
| * | | Added a pages_to_kib function, which converts a page count into a number ofemellor@leeni.uk.xensource.com2005-12-011-0/+17
| | |/ | |/|
| * | Merged.emellor@leeni.uk.xensource.com2005-11-3020-1605/+1602
| |\ \
| | * | GNTTABOP_map_grant_ref returns error status and handle askaf24@firebug.cl.cam.ac.uk2005-11-303-12/+16
| | * | Public interface cleanups. Widen some fields in publickaf24@firebug.cl.cam.ac.uk2005-11-305-47/+39
| | |/
| | * Fix serial pty creation in qemu-dm. Set raw attributes tokaf24@firebug.cl.cam.ac.uk2005-11-301-7/+10
| | * Removes the carriage returns from some of the vtpmkaf24@firebug.cl.cam.ac.uk2005-11-3010-1516/+1509