aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Remove unnecessary union in grant table map/unmap ops.akw27@arcadians.cl.cam.ac.uk2005-08-137-26/+23
* | | | | | | | If block-create didn't work, then chances are block-destroy doesn't work kaf24@firebug.cl.cam.ac.uk2005-08-131-1/+1
* | | | | | | | xm block-create doesn't work. It seems like this command hasn't even kaf24@firebug.cl.cam.ac.uk2005-08-132-4/+6
* | | | | | | | This changest allows grant mappings to arbitrary PTEs.akw27@arcadians.cl.cam.ac.uk2005-08-125-71/+329
|\ \ \ \ \ \ \ \
| * | | | | | | | mergeiap10@freefall.cl.cam.ac.uk2005-08-125-27/+21
| |\| | | | | | | | | |/ / / / / / | |/| | | | | |
| | * | | | | | Remove the BUG() from HYPERVISOR_update_va_mapping and change all the appropr...iap10@freefall.cl.cam.ac.uk2005-08-125-27/+21
| * | | | | | | Build xenstore interface as shared library.kaf24@firebug.cl.cam.ac.uk2005-08-122-15/+8
| * | | | | | | another mergekaf24@firebug.cl.cam.ac.uk2005-08-121-1/+1
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | forget to substitute CC back to gccvh249@arcadians.cl.cam.ac.uk2005-08-121-1/+1
| * | | | | | | mergekaf24@firebug.cl.cam.ac.uk2005-08-128-52/+29
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | make needlessly global functions static and use NULL instead of 0 for pointervh249@arcadians.cl.cam.ac.uk2005-08-126-9/+9
* | | | | | | | not valid file descriptor is -1 not 0vh249@arcadians.cl.cam.ac.uk2005-08-121-1/+1
* | | | | | | | remove pointless NULL checks before free()vh249@arcadians.cl.cam.ac.uk2005-08-126-42/+19
| * | | | | | | Fix wallclock time when the offset relative to the epochkaf24@firebug.cl.cam.ac.uk2005-08-126-23/+56
|/ / / / / / /
* | | | | | | Rearrange code in __start_xen() to work around internalkaf24@firebug.cl.cam.ac.uk2005-08-121-13/+12
* | | | | | | Fix --output-pid (broken when we fixed --pid-file).kaf24@firebug.cl.cam.ac.uk2005-08-121-4/+3
|/ / / / / /
* | | | | | This patch fixes "xm reboot" command.kaf24@firebug.cl.cam.ac.uk2005-08-111-2/+1
* | | | | | domU always reports an error "Ignoring shutdown request: -1" when wekaf24@firebug.cl.cam.ac.uk2005-08-111-1/+3
* | | | | | Memory leak in xc_linux_save, and uninitialised varkaf24@firebug.cl.cam.ac.uk2005-08-112-2/+14
* | | | | | Fix loop iterator aliasing in x86/32 memory initialisation.kaf24@firebug.cl.cam.ac.uk2005-08-111-5/+5
* | | | | | Support VCPU migration for VMX guests.kaf24@firebug.cl.cam.ac.uk2005-08-119-101/+155
* | | | | | Fix getdomaininfo for vmx guests.kaf24@firebug.cl.cam.ac.uk2005-08-111-4/+6
* | | | | | Remove arch/xen/x86_64/kernel/init_task.c from sparse tree. It'skaf24@firebug.cl.cam.ac.uk2005-08-111-49/+0
* | | | | | A simple make ARCH=xen clean && make ARCH=xen vmlinuz will fail becausekaf24@firebug.cl.cam.ac.uk2005-08-111-1/+1
* | | | | | Change vpit->period and friends to count in nanoseconds.kaf24@firebug.cl.cam.ac.uk2005-08-111-15/+17
* | | | | | Implement event filtering command line options for xentrace.kaf24@firebug.cl.cam.ac.uk2005-08-113-8/+126
* | | | | | When the guest shuts down a VM, make sure that the domain gets destroyed.kaf24@firebug.cl.cam.ac.uk2005-08-112-7/+13
* | | | | | [ We'll try to get in a proper fix into 3.0 - this is just the backup plan]kaf24@firebug.cl.cam.ac.uk2005-08-111-2/+4
* | | | | | Fix comments about the localtime option.kaf24@firebug.cl.cam.ac.uk2005-08-111-2/+2
* | | | | | Clean up unused junk in xemexample.vmxkaf24@firebug.cl.cam.ac.uk2005-08-111-43/+1
* | | | | | Need to reset device model pid on rebootkaf24@firebug.cl.cam.ac.uk2005-08-111-0/+1
* | | | | | Support rebooting VMX domainskaf24@firebug.cl.cam.ac.uk2005-08-113-2/+22
* | | | | | Handle VMX domains correctly across xend restartskaf24@firebug.cl.cam.ac.uk2005-08-116-4/+21
* | | | | | Separate out VMCS host state initialization from the restkaf24@firebug.cl.cam.ac.uk2005-08-111-18/+25
* | | | | | Improved error reporting on vmlaunch/vmresume failure.kaf24@firebug.cl.cam.ac.uk2005-08-111-0/+6
* | | | | | Fix config file parsing for VMX domains.kaf24@firebug.cl.cam.ac.uk2005-08-112-18/+18
* | | | | | This patch addresses Rustys' [1]suggestions. Most visibly:kaf24@firebug.cl.cam.ac.uk2005-08-112-42/+37
| |_|_|_|/ |/| | | |
* | | | | Fix handling of memory holes for Xen heap and domain 0kaf24@firebug.cl.cam.ac.uk2005-08-112-28/+73
* | | | | Clean up event-channel notification code in Xen.kaf24@firebug.cl.cam.ac.uk2005-08-115-26/+32
* | | | | Fix where "!" operator used in Bitwise operation. kaf24@firebug.cl.cam.ac.uk2005-08-111-1/+1
* | | | | More time fixes. Now time is set properly in domU's, andkaf24@firebug.cl.cam.ac.uk2005-08-114-67/+64
* | | | | Added support for abbreviated xm sub commandstwilkie@paploo.uk.xensource.com2005-08-111-0/+4
* | | | | PAE page directories must be below 4GB. Based on a patchkaf24@firebug.cl.cam.ac.uk2005-08-114-13/+26
* | | | | The following patch provides x86_64 SMP support for xen linux. Many,kaf24@firebug.cl.cam.ac.uk2005-08-1113-7/+656
* | | | | Since Xend doesn't use twisted anymore, remove the references from the kaf24@firebug.cl.cam.ac.uk2005-08-111-6/+0
* | | | | Remove qemu-vgaram-bin. It's not used any more.kaf24@firebug.cl.cam.ac.uk2005-08-113-5/+2
* | | | | The attached patch fixes the xm list command, which verykaf24@firebug.cl.cam.ac.uk2005-08-111-1/+1
* | | | | merge?cl349@firebug.cl.cam.ac.uk2005-08-101-1/+1
|\ \ \ \ \
| * | | | | Enable reiserfs in x86_64 domU kerneliap10@firebug.cl.cam.ac.uk2005-08-101-1/+1
| | |_|_|/ | |/| | |
* | | | | merge?cl349@firebug.cl.cam.ac.uk2005-08-102-11/+8
|\| | | |