aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure curr_vcpu in domain.c is set correctly, even whenkaf24@firebug.cl.cam.ac.uk2006-03-294-12/+16
* Make maximum number of supported physical CPUs a compile-timekaf24@firebug.cl.cam.ac.uk2006-03-294-7/+33
* Remove vcpu_avail from the public S-Expression that's passed over the wire.anthony@rhesis.austin.ibm.com2006-03-291-4/+17
* SVM patch to update guest time with latest hvm modifications.kaf24@firebug.cl.cam.ac.uk2006-03-293-6/+9
* Some fixes to IRET hypercall and failsafe callback handlers:kaf24@firebug.cl.cam.ac.uk2006-03-297-56/+99
* Initialise p2m entries to INVALID_MFN and disable debug printk in pfn to mfn ...cl349@firebug.cl.cam.ac.uk2006-03-291-1/+4
* Fix get_page_type() when passed PGT_va_mutable.kaf24@firebug.cl.cam.ac.uk2006-03-281-2/+1
* Clean up and fix VCPU hotplug and SMP save/restore.kaf24@firebug.cl.cam.ac.uk2006-03-286-97/+176
* Change do_IRQ high bit masking.cl349@firebug.cl.cam.ac.uk2006-03-285-10/+10
* The introduction of the SMI handling code added in cset 9371 iskaf24@firebug.cl.cam.ac.uk2006-03-281-1/+1
* mergekaf24@firebug.cl.cam.ac.uk2006-03-284-4/+49
|\
| * Merged.emellor@leeni.uk.xensource.com2006-03-2838-496/+629
| |\
| * | Mention uClibc and buildroot configs.emellor@leeni.uk.xensource.com2006-03-281-9/+12
| * | Added README for the XenSource-hosted initrd.emellor@leeni.uk.xensource.com2006-03-281-0/+39
| * | Download the initrd from xm-test.xensource.com, unless otherwise specified.emellor@leeni.uk.xensource.com2006-03-281-1/+2
| * | Watch for @introduceDomain, for symmetry with the existing watch onemellor@leeni.uk.xensource.com2006-03-281-2/+3
| * | Have TCPXMLRPCServer inherit from SocketServer.ThreadingMixIn. This allowsemellor@leeni.uk.xensource.com2006-03-281-1/+2
* | | Add missing -xen ia64 config file.kaf24@firebug.cl.cam.ac.uk2006-03-281-0/+1523
* | | SVM only patch to fix location of PIO request RIP update.kaf24@firebug.cl.cam.ac.uk2006-03-281-5/+2
| |/ |/|
* | Remove special handling of {set,clear}_in_cr4().cl349@firebug.cl.cam.ac.uk2006-03-282-28/+9
* | Simplify the failsafe callback handler in x86/64 linux. It doesn'tkaf24@firebug.cl.cam.ac.uk2006-03-281-23/+3
* | Add -xen buildconfig for ia64 and tweak CONFIG_VT setup to avoidkaf24@firebug.cl.cam.ac.uk2006-03-284-32/+36
* | Make -xen default kernel compile on x86_64 by removing b44 module.kaf24@firebug.cl.cam.ac.uk2006-03-271-9/+7
* | Whitespace.cl349@firebug.cl.cam.ac.uk2006-03-271-2/+1
* | Fix 64-bit HVM guest debug via gdbserver:kaf24@firebug.cl.cam.ac.uk2006-03-264-14/+156
* | Allow 64-bit Xen to run 64-bit hvm SMP guests.kaf24@firebug.cl.cam.ac.uk2006-03-261-1/+19
* | Don't reclaim vcpus that are not put into use yet when destroying HVMkaf24@firebug.cl.cam.ac.uk2006-03-262-0/+4
* | Fix build error with debug=y inxen/ia64 by movingkaf24@firebug.cl.cam.ac.uk2006-03-262-2/+3
* | The attached patch to the qemu emulation of the pcnet hardware fixeskaf24@firebug.cl.cam.ac.uk2006-03-262-296/+178
* | Add format printf attribute to panic() prototype and fix the error kaf24@firebug.cl.cam.ac.uk2006-03-262-2/+3
* | Added tag 3.0.2-rc for changeset af0573e9e5258db0a9d28aa954dd302ddd2c2d23kaf24@firebug.cl.cam.ac.uk2006-03-241-0/+1
* | Switch the default build to make the -xen kernel, not the -xen0 and -xenU3.0.2-rcemellor@leeni.uk.xensource.com2006-03-241-1/+1
* | Fix bug 515 by adding a global lock around the hotplug scripts in the non-ude...harry@localhost.localdomain2006-03-241-0/+6
* | 1) Introduce new exception type XendInvalidDomain that maps to the high levelanthony@rhesis.austin.ibm.com2006-03-243-28/+12
* | Create /var/xen/dump/ during tools installation, or core fileskaf24@firebug.cl.cam.ac.uk2006-03-241-0/+1
* | Detect spurious faults taken in the hypervisor that arekaf24@firebug.cl.cam.ac.uk2006-03-245-42/+178
* | This patch is mainly a cleanup of vmx related xentrace code. One minorkaf24@firebug.cl.cam.ac.uk2006-03-245-14/+9
* | Update gdb documentationkaf24@firebug.cl.cam.ac.uk2006-03-241-2/+2
|/
* The patch removes old Xenbus files, fixes 0 length mmu_updates table bug kaf24@firebug.cl.cam.ac.uk2006-03-246-1030/+50
* Fix mini-os xenbus.kaf24@firebug.cl.cam.ac.uk2006-03-2414-316/+473
* Remove unnecessary zlib includes.kaf24@firebug.cl.cam.ac.uk2006-03-232-2/+0
* on_selected_cpus() must not send IPIs with empty target masks.kaf24@firebug.cl.cam.ac.uk2006-03-231-0/+17
* Merged.emellor@leeni.uk.xensource.com2006-03-2318-159/+222
|\
| * Remove unused variable.cl349@firebug.cl.cam.ac.uk2006-03-231-2/+0
| * Reduce spin-waiting in Xen serial driver:kaf24@firebug.cl.cam.ac.uk2006-03-234-27/+50
| * Merge hvm_store_cpu_guest_regs() and hvm_store_cpu_guest_ctrl_regs()kaf24@firebug.cl.cam.ac.uk2006-03-237-78/+112
| * Rename generic_page_range as apply_to_page_range, export the symbolkaf24@firebug.cl.cam.ac.uk2006-03-236-52/+60
* | Remove undefined XFAIL_TESTS variable.emellor@leeni.uk.xensource.com2006-03-231-1/+1
* | Remove undefined XFAIL_TESTS variable.emellor@leeni.uk.xensource.com2006-03-231-1/+1
|/
* Merged.emellor@leeni.uk.xensource.com2006-03-232-5/+9
|\