aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added section on Xend's runtime dependencies.Ewan Mellor2007-04-031-0/+22
* xen: Allow vcpus to defer a shutdown request across criticalkfraser@localhost.localdomain2007-04-037-18/+134
* Remove unused import.Ewan Mellor2007-04-031-1/+0
* Fix "xm migrate" hang on failure.kfraser@localhost.localdomain2007-04-031-2/+6
* Fix the ia64 build after save/restore cleanups.kfraser@localhost.localdomain2007-04-031-18/+25
* xend: Map re.compile on hosts_allow for XMLRPCServer.kfraser@localhost.localdomain2007-04-021-2/+2
* hvm vmx: VMX MSR bitmap format and size is VMX-specific, so move itskfraser@localhost.localdomain2007-04-025-12/+11
* hvm svm: Clear FS/GS base MSR intercepts.kfraser@localhost.localdomain2007-04-021-0/+28
* Some save/restore cleanups.Steven Hand2007-04-0211-112/+132
* xen: Remove two incorrect assertions.kfraser@localhost.localdomain2007-04-021-3/+0
* xen: Fix x86/64 build.kfraser@localhost.localdomain2007-04-021-3/+3
* xentop: Fix memory leak.kfraser@localhost.localdomain2007-04-021-0/+2
* hvm hap: Add hap option to user's manual.kfraser@localhost.localdomain2007-04-021-0/+4
* hvm hap: P2M page table cleanup and bug fix.kfraser@localhost.localdomain2007-04-022-34/+33
* xen: Extra %esp tracing on double fault.kfraser@localhost.localdomain2007-04-024-7/+16
* linux: Remove a few redundant config options. Build util.c for ia64Keir Fraser2007-03-315-30/+9
* linux: Avoid use of ptep_get_and_clear_full name as it's a macro onKeir Fraser2007-03-313-10/+6
* libxc: Fix the build with some versions of gcc.Keir Fraser2007-03-312-4/+4
* linux gntdev: Mark x86-specific code as such with ifdef.Keir Fraser2007-03-311-0/+2
* xen x86: Fix double-fault handler stack overflow.Keir Fraser2007-03-315-14/+21
* xend: Implement auto-ballooning for Solaris.Keir Fraser2007-03-313-17/+53
* libxc: User-space grant table device.Keir Fraser2007-03-312-0/+215
* linux: User-space grant table device.Keir Fraser2007-03-317-29/+1107
* linux: Add a hook before a page table entry is cleared, for use withKeir Fraser2007-03-312-2/+15
* xm: Fix an indentation bug.Keir Fraser2007-03-311-4/+4
* blktap: Fix qcow2raw.Keir Fraser2007-03-311-7/+2
* xen: Fix numa=on boot.Keir Fraser2007-03-312-6/+10
* hvm svm: Some code cleanups.Keir Fraser2007-03-302-26/+18
* hvm vmx: Fix MSR-intercept bitmap initialisation (two bitmap offsetsKeir Fraser2007-03-308-52/+57
* xen: Fix domain shutdown to synchronously stop domain execution.Keir Fraser2007-03-302-9/+13
* [LINUX] Explcitly include linux/mutex.h in files which use mutexes, rather thenIan Campbell2007-03-302-0/+2
* Add support for HVM domains to new xm XenAPI create codeTom Wilkie2007-03-302-24/+113
* svm: Improve emulation of SMSW instruction for memory operands.Keir Fraser2007-03-301-6/+58
* hvm: Must increment RIP on INT3 instruction in SVM.Keir Fraser2007-03-304-23/+20
* [LINUX] Make sure to initialiase the xen features bitmap before first use on ...Ian Campbell2007-03-302-2/+2
* Add config files for testing xm via XendAPITom Wilkie2007-03-303-0/+240
* Managed HVM guests are not displayed by 'xm list' after restarting xend.Jim Fehlig2007-03-131-2/+2
* Made tracing thread safe, and also print thread name.Magnus Carlsson2007-03-291-44/+50
* xend: Fix shutdown method after PV-on-HVM save/restore patch.kfraser@localhost.localdomain2007-03-291-8/+7
* acm: Provide the possibility to choose the VM label of domain-0 in thekfraser@localhost.localdomain2007-03-299-36/+163
* hvm: Fix the assert on size in HVM MMIO flag-setting functionskfraser@localhost.localdomain2007-03-291-16/+26
* Enable VMX MSR bitmap support.kfraser@localhost.localdomain2007-03-295-2/+38
* xen: Rename remaining vcpu_flags as pause_flags.kfraser@localhost.localdomain2007-03-2926-77/+74
* xen: Remove droppings from a previous patch.kfraser@localhost.localdomain2007-03-292-3/+0
* xen: Remove {nmi_pending,nmi_masked,paused} vcpu bitflags.kfraser@localhost.localdomain2007-03-2913-81/+52
* MergeTim Deegan2007-03-2931-116/+144
|\
| * Let xm commands use domids with XenAPITom Wilkie2007-03-291-4/+14
| * xen: Get rid of some VCPUF_* flags and move into their own byte fields.kfraser@localhost.localdomain2007-03-2930-112/+130
* | [HVM] Save/restore: PV-on-HVM driver save/restore supportTim Deegan2007-03-296-8/+93
|/
* MergeTim Deegan2007-03-294-31/+41
|\