aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Disable kernel build in Xen build system.Keir Fraser2010-09-132-49/+15
* xen: define raw version of set_xen_guest_handleKeir Fraser2010-09-133-4/+6
* xsm: Avoid null dereference in flask get_page_sidKeir Fraser2010-09-131-1/+4
* The sysctl hypercall should be callable from HVM guests.Keir Fraser2010-09-131-0/+3
* vmx: Unifying the CPU_BASED_VM_EXEC_CONTROL VMCS field write into aKeir Fraser2010-09-134-15/+18
* vmx: Unifying the SECONDARY_VM_EXEC_CONTROL VMCS field write into aKeir Fraser2010-09-131-9/+13
* vmx: Caching the VMCS field EXCEPTION_BITMAP and cleanup some unused function.Keir Fraser2010-09-134-24/+24
* vmx: Rename host_vmcs to vmxon_regionKeir Fraser2010-09-131-7/+7
* libxc, tmem: Fix build after fd2e5008c2e0Keir Fraser2010-09-132-4/+4
* tmem (tools): move to new ABI version to handle long object-idsKeir Fraser2010-09-132-10/+69
* tmem (hv): move to new ABI version to handle long object-idsKeir Fraser2010-09-132-127/+194
* page_alloc: Hold heap_lock while adjusting page states to/from PGC_state_free.Keir Fraser2010-09-131-4/+4
* x86 vmx: Add handlers for missing exit_reasons documented by Intel SDM 3BKeir Fraser2010-09-132-0/+26
* page_alloc: Check neighbouring chunks belong to same NUMA node beforeKeir Fraser2010-09-131-23/+10
* tools/xenstore: libxenstore: fix threading bug which cause xend startup hangIan Jackson2010-09-101-10/+34
* oxenstored: when reading / read automatically the root node.Vincent Hanquez2010-09-101-1/+6
* xl: Fix adding additional config cmdline parametersAndre Przywara2010-09-101-9/+5
* xl: fix adding configuration parameters on command lineAndre Przywara2010-09-101-8/+6
* xl: don't leak a lot of memory in forked process in domain_createGianni Tedesco2010-09-101-1/+1
* libxl: don't leak gc pointers to caller's structs; prevent double freeGianni Tedesco2010-09-101-2/+5
* xl: fix double free of domain namesGianni Tedesco2010-09-101-1/+1
* xl: remove another string literal from config structIan Campbell2010-09-101-1/+1
* xl: use xlu_cfg_replace_string in a few more places.Ian Campbell2010-09-091-12/+6
* libxl, xl: don't free string literals in config structureGianni Tedesco2010-09-093-20/+24
* libxl: move hvm_build_set_params to libxl_dom.c [part 2]Ian Campbell2010-09-081-62/+0
* libxl: Use libxl__ namespace for internal typesIan Campbell2010-09-0813-172/+172
* libxl: move hvm_build_set_params to libxl_dom.cIan Campbell2010-09-083-7/+43
* libxl: Ensure all _hidden functions use libxl__ prefix (manual part)Ian Campbell2010-09-0811-264/+264
* libxl: Ensure all _hidden functions use libxl__ prefix (autogenerated patch)Ian Campbell2010-09-0813-644/+644
* xl: correct calls to dolog() (aka LOG)Ian Jackson2010-09-081-2/+5
* xl: do not return to caller from monitoring daemonIan Campbell2010-09-081-0/+8
* tools/debugger/gdbsx: use MTF flag for HVM guests for single stepMukesh Rathor2010-09-071-0/+14
* remus: remove remus kernel extensions (now distributed with pvops kernel)Brendan Cully2010-09-0725-5754/+0
* remus: use plug qdisc for network buffering instead of queueBrendan Cully2010-09-072-16/+16
* libxc: restore: reset I/O fd to flags to back to state caller passed usIan Campbell2010-09-071-7/+11
* libxc: provide notification of final checkpoint to restore endIan Campbell2010-09-073-4/+38
* libxl: Fix NULL deref in libxl_ctx_free()Gianni Tedesco2010-09-071-1/+1
* libxl: ship libxl_uuid.h, to unbreak out-of-tree libxl buildsGianni Tedesco2010-09-071-1/+1
* libxl: include domain id in userdata path.Ian Campbell2010-09-071-2/+2
* libxl+xend: use correct paths for PV console when running bootloaderIan Campbell2010-09-073-3/+3
* xl: do not run bootloader on restore.Ian Campbell2010-09-031-4/+6
* libxc: use a switch statement in xc_domain_restore.c::pagebuf_get_one.Ian Campbell2010-09-031-14/+29
* libxc: logger: add newline when progress is completeIan Campbell2010-09-032-2/+7
* libxc: document save/restore protocolIan Campbell2010-09-033-19/+130
* xend: reserve vtd_mem on guest restoreMiroslav Rezanina2010-09-031-1/+9
* QEMU_TAG updateIan Jackson2010-09-021-3/+3
* xl: do not continue in the child and exec xenconsole in the parentStefano Stabellini2010-09-021-37/+31
* libxl: do not log lack of guest support for suspend event channelIan Campbell2010-09-021-3/+1
* xl: support console autoconnect on restoreIan Campbell2010-09-021-2/+6
* xl: randomly generate UUIDsGianni Tedesco2010-09-027-32/+173