aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove linux-2.4 sparse tree.kaf24@firebug.cl.cam.ac.uk2005-10-0786-31371/+8
* Some cleanup in TPM-related files and implementation of functionality that kaf24@firebug.cl.cam.ac.uk2005-10-073-39/+61
* Re-enable the pygrub build and fix the build with olderkaf24@firebug.cl.cam.ac.uk2005-10-074-2/+19
* Move mmio operation structure from domain to vcpu.kaf24@firebug.cl.cam.ac.uk2005-10-075-135/+135
* Rationalise xenstore header files a little. xenstored.h,kaf24@firebug.cl.cam.ac.uk2005-10-0714-49/+12
* Update kernel watch API to pass the array of watch arguments to the callbackkaf24@firebug.cl.cam.ac.uk2005-10-0711-28/+65
* Change xs_read_watch interface to return a sized array (in userspace and inkaf24@firebug.cl.cam.ac.uk2005-10-078-49/+101
* Clean up file vmx.c:kaf24@firebug.cl.cam.ac.uk2005-10-071-141/+141
* Add installation of the udev rules if appropriate. With a normal 'makekaf24@firebug.cl.cam.ac.uk2005-10-073-2/+33
* Merged.emellor@ewan2005-10-0714-101/+117
|\
| * Add udev rules that map similar to the hotplug agent. Based off of whatkaf24@firebug.cl.cam.ac.uk2005-10-071-0/+4
| * Move the block-phy and block-file handling into a commonkaf24@firebug.cl.cam.ac.uk2005-10-075-71/+85
| * The hotplug agent sets the path now, but that's not as practical to dokaf24@firebug.cl.cam.ac.uk2005-10-073-2/+3
| * Remove bind_evtchn_to_irq/unbind_evtchn_from_irq from thekaf24@firebug.cl.cam.ac.uk2005-10-075-28/+25
* | Regig the construction of new domains so that restore and create can share theemellor@ewan2005-10-071-17/+11
|/
* The attached fixes a few things to make the blkfront and netfrontkaf24@firebug.cl.cam.ac.uk2005-10-076-72/+31
* merge.kaf24@firebug.cl.cam.ac.uk2005-10-071-5/+5
|\
| * Merge.emellor@ewan2005-10-075-154/+116
| |\
| * \ Merge.emellor@ewan2005-10-0712-274/+138
| |\ \
| * | | Rename the source domain on migration, regardless of the live flag. This fixesemellor@ewan2005-10-071-5/+5
* | | | This patch copies the NAT scripts in tools/examples/ tokaf24@firebug.cl.cam.ac.uk2005-10-071-0/+1
| |_|/ |/| |
* | | Move construct_vmcs to arch_vmx_do_launch.kaf24@firebug.cl.cam.ac.uk2005-10-075-154/+116
| |/ |/|
* | Big simplification of the Xen event-channel interface.kaf24@firebug.cl.cam.ac.uk2005-10-0712-274/+138
|/
* Fix conflicting merge.emellor@ewan2005-10-071-1/+1
* Merged.emellor@ewan2005-10-0623-608/+396
|\
| * User tools send evtchn notifications via /dev/xen/evtchnkaf24@firebug.cl.cam.ac.uk2005-10-0614-333/+76
| * Change how event channels are allocated and used by the controlkaf24@firebug.cl.cam.ac.uk2005-10-0615-282/+327
* | Remove xm commands block-refresh and vbd-refresh, as these are unsupported.emellor@ewan2005-10-067-51/+51
|/
* Added Zope's test.py, and a unit test to sxp. This test itself isn't veryemellor@ewan2005-10-068-1/+1186
* Merged.emellor@ewan2005-10-0620-146/+182
|\
| * Ensure that all fields of evtchn_op_t are initialised whenkaf24@firebug.cl.cam.ac.uk2005-10-0610-82/+75
| * mixup in vcpu-enable and vcpu-disable help stringvh249@kneesaa.uk.xensource.com2005-10-051-2/+2
| * Reformat the pfn_info structure to ensure thatkaf24@firebug.cl.cam.ac.uk2005-10-053-9/+12
| * Activate suspending/resuming of the TPM interface and addkaf24@firebug.cl.cam.ac.uk2005-10-052-35/+46
| * Gentoo compatible stuff has to be done *before* the set -e. You could also dokaf24@firebug.cl.cam.ac.uk2005-10-051-11/+11
| * EVTCHNOP_alloc_unbound can allocate a port in an arbitrarykaf24@firebug.cl.cam.ac.uk2005-10-058-20/+49
* | Allow shutdown code SHUTDOWN_HALT, which we handle here in exactly the sameemellor@ewan2005-10-061-0/+9
* | Rename all dying domains to be prefixed with Zombie. This allows a new domainemellor@ewan2005-10-061-11/+22
* | Reduce the log level for the 'cannot recreate information for dying domain'emellor@ewan2005-10-061-6/+11
* | Issue diagnostic if we find dying domains on Xend restart, because we will notemellor@ewan2005-10-061-20/+25
* | Raise an exception if an error appears on the pipes to our children, and makeemellor@ewan2005-10-061-27/+39
|/
* Fix the handling of VCPUs, specifically wrt the broken VCPU hotplugging, bugemellor@ewan2005-10-051-44/+65
* Change boolean config option parsing to allow True and Y and similar usefulemellor@ewan2005-10-051-3/+4
* Fix save/restore -- too much work being done inkaf24@firebug.cl.cam.ac.uk2005-10-051-20/+18
* Emulate guest reads of CR4, masking features that Xenkaf24@firebug.cl.cam.ac.uk2005-10-051-0/+8
* Send event-channel notification from console daemonkaf24@firebug.cl.cam.ac.uk2005-10-051-0/+6
* Revert changes checked in by mistake in previous changeset.kaf24@firebug.cl.cam.ac.uk2005-10-051-13/+1
* Clean up DESTDIR handling. Default install is to rootkaf24@firebug.cl.cam.ac.uk2005-10-055-23/+29
* Merge (with trepidation).emellor@ewan2005-10-0521-454/+920
|\
| * Add Gentoo handling to network-bridge. Based on patcheskaf24@firebug.cl.cam.ac.uk2005-10-051-0/+11