aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix 2 VMX time-related bugs:kaf24@firebug.cl.cam.ac.uk2006-03-232-5/+9
* | Added copyright declaration for Christopher Clark, Andrew Tridgell.emellor@leeni.uk.xensource.com2006-03-231-0/+34
|/
* Use *args inside FAIL and SKIP so that it is possible to call these functionsemellor@leeni.uk.xensource.com2006-03-231-4/+4
* Import the current version of talloc from the Samba 3 source base. This givesemellor@leeni.uk.xensource.com2006-03-234-133/+278
* Merged.emellor@leeni.uk.xensource.com2006-03-232-0/+1
* Merged.emellor@leeni.uk.xensource.com2006-03-231-10/+53
|\
| * Enable Windows PAE guest on x86-64. Deals with two issues:kaf24@firebug.cl.cam.ac.uk2006-03-231-10/+53
* | Improve error handling, in particular fixing the ProtocolError that is thrownemellor@leeni.uk.xensource.com2006-03-234-9/+38
* | Added exception handler for ProtocolError.emellor@leeni.uk.xensource.com2006-03-231-0/+6
* | Added example config entries for xend-tcp-xmlrpc-server andemellor@leeni.uk.xensource.com2006-03-232-4/+8
* | Use the string Error: rather than Xend has generated an internal Fault:.emellor@leeni.uk.xensource.com2006-03-231-1/+1
* | Removed unused handler parameter from UnixXMLRPCServer interface -- just passemellor@leeni.uk.xensource.com2006-03-232-5/+6
* | Fix call to send_sysrq.emellor@leeni.uk.xensource.com2006-03-231-1/+1
* | Use XML-RPC as a transport for Xend instead of S-Expression/HTTP.anthony@rhesis.austin.ibm.com2006-03-2312-510/+314
|/
* Fix a Linux bug in the driver core in regards to the bind sysfs driverkaf24@firebug.cl.cam.ac.uk2006-03-231-0/+14
* Support late binding of PCI devices to the PCI backend driver inkaf24@firebug.cl.cam.ac.uk2006-03-237-145/+525
* The PCI Frontend doesn't properly clean-up PCI buses and their deviceskaf24@firebug.cl.cam.ac.uk2006-03-232-13/+28
* SVM patch to fix guest time, including 64bit msr code - allowing 64bitkaf24@firebug.cl.cam.ac.uk2006-03-234-56/+96
* Fix build with crash_debug=y.kaf24@firebug.cl.cam.ac.uk2006-03-231-1/+1
* Update and extend netif transmit/receive flag names.kaf24@firebug.cl.cam.ac.uk2006-03-233-7/+15
* merge with xen-ia64-unstable.hgkaf24@firebug.cl.cam.ac.uk2006-03-2213-129/+626
|\
| * Paravirtualise the CPUID instruction by forcing emulation with an invalid-opc...kaf24@firebug.cl.cam.ac.uk2006-03-2210-45/+511
| * Clean up netfront. Eliminate some macros in favour of inline functions.kaf24@firebug.cl.cam.ac.uk2006-03-221-43/+52
| * Externally triggered reboot signal executes ctrl_alt_del()kaf24@firebug.cl.cam.ac.uk2006-03-221-24/+8
| * Replace evtchn macro maze with static inline functions.kaf24@firebug.cl.cam.ac.uk2006-03-221-17/+55
* | [IA64] build xen_sysfs by defaultawilliam@xenbuild.aw2006-03-224-0/+11
* | merge xen-unstable.hgawilliam@xenbuild.aw2006-03-2253-339/+997
|\|
| * A few cleanups based on comments from Arjan van de Ven.kaf24@firebug.cl.cam.ac.uk2006-03-223-41/+24
| * Use shiny new mutexes instead of semaphores where possible in our Linux code.kaf24@firebug.cl.cam.ac.uk2006-03-225-40/+40
| * Licensing clarifications in Linux source files:kaf24@firebug.cl.cam.ac.uk2006-03-2239-122/+427
| * On x86/64 a domU kernel just sits around forever on a panic becausekaf24@firebug.cl.cam.ac.uk2006-03-221-0/+19