aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_hvm_build.c
Commit message (Expand)AuthorAgeFilesLines
* libelf-loader: introduce elf_load_imageStefano Stabellini2012-01-231-2/+3
* hvmloader: Move acpi_enabled out of hvm_info_table into xenstorePaul Durrant2011-11-181-1/+0
* tools: libxc: allow HVM firmware to be loaded at an arbitrary alignmentIan Campbell2011-05-241-7/+5
* tools: libxc: enable libelf logging for HVM domain builder.Ian Campbell2011-05-241-0/+3
* libxc: set all VCPU's online by default in HVM info tableGianni Tedesco2011-04-071-0/+1
* tools/libxc, hvm: Fix 1G page allocation algorithmShan Haitao2011-01-281-11/+13
* PoD: Fix two code commentsLiu, Jinsong2011-01-141-2/+3
* libxc: wrappers for XENMEM {increase,decrease}_reservation and populate_physmapIan Campbell2010-10-181-33/+23
* # HG changeset patchIan Campbell2010-08-241-0/+14
* [Xen-devel] [PATCH] PoD: Fix domain build populate-on-demand cache allocationGeorge Dunlap2010-08-111-14/+4
* xc: fix segfault in pv domain create if kernel is an invalid imageGianni Tedesco2010-08-091-0/+1
* PV console for HVM domainsStefano Stabellini2010-08-051-1/+4
* libxc: Do not bother initialising shared-info page in HVM-domain builder.Keir Fraser2010-07-221-22/+1
* libxc: remove \n from strings passed to PERRORKeir Fraser2010-05-281-5/+5
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-31/+32
* HAP 1GB: Add corner case handling for 1GB super page.Keir Fraser2010-04-221-0/+8
* 1GB Page Table Support for HVM Guest 1/3Keir Fraser2010-04-061-24/+101
* libxenguest: Remove unused static inline function is_loadable_phdr()Keir Fraser2009-09-021-6/+0
* x86, hvm: stdvga improvementsKeir Fraser2009-01-141-1/+1
* x86, hvm: Move E820 table creation into hvmloader, extendKeir Fraser2009-01-081-106/+57
* Move libelf headers out of xen public header dir.Keir Fraser2009-01-081-1/+1
* PoD memory 8/9: libxc interfaceKeir Fraser2009-01-051-5/+57
* hvm builder: Cleaner sp_extents allocationKeir Fraser2008-07-311-1/+1
* libxc: Fix after xc_map_foreign_ranges() patch.Keir Fraser2008-07-241-6/+8
* libxc: Clean up xc_map_foreign_ranges() interface to hide theKeir Fraser2008-07-231-18/+6
* x86, hvm: Support 2MB superpage allocations for HVM guests.Keir Fraser2008-05-151-4/+44
* vmx: Fix address of EPT identity-map pagetable that is passed from theKeir Fraser2008-04-241-1/+1
* hvm: Allocate memory for hvm domains in batches.Keir Fraser2008-04-091-4/+15
* x86, vmx: Enable EPT (Extended PageTable) support on new Intel processors.Keir Fraser2008-04-091-25/+45
* hvm: Allocate an unmapped guard page to separate ordinary low RAMKeir Fraser2008-01-171-3/+18
* hvm: Avoid need for ugly setcpucontext() in HVM domain builder byKeir Fraser2007-10-011-53/+15
* hvm: e820 public header cleanup.Keir Fraser2007-06-101-4/+4
* hvm: Domains must be at least 2MB in size.Keir Fraser2007-05-051-31/+31
* hvmloader: Place SMBIOS tables at 0xE9000. Previous location was lowerkfraser@localhost.localdomain2007-04-261-10/+5
* HVM: First attempt at domain-resume on save-failure.kfraser@localhost.localdomain2007-04-121-41/+0
* hvm: Do not save/restore shared_info gpfn location.kfraser@localhost.localdomain2007-03-191-1/+0
* libxc: Explicitly reserve space for special pages in HVM memmap.kfraser@localhost.localdomain2007-03-161-0/+6
* x86: Add VGCF_onlien flag to vcpu_guest_context.kfraser@localhost.localdomain2007-03-121-1/+7
* [HVM] Builder must know which kind of vcpu context struct to useTim Deegan2007-03-011-4/+26
* x86 hvm domain builder, restore: set shared_info.arch.max_pfn forKeir Fraser2007-02-241-0/+1
* Remove unnecessary check from HVM builder.kfraser@localhost.localdomain2007-02-151-9/+0
* libelf: use for hvm builder.Emmanuel Ackaouy2007-01-251-156/+66
* [HVM] Ignore evtchn_upcall_mask and initialise to zero.kfraser@localhost.localdomain2007-01-091-2/+1
* [LIBXC] Add an error reporting API to the libxc library.kfraser@localhost.localdomain2006-12-071-6/+10
* [HVM] Re-introduce the 'apic' configuration option, default to 1.kfraser@localhost.localdomain2006-11-271-119/+49
* [XEN] Cleanups to phys/mach address handling.kfraser@localhost.localdomain2006-11-271-7/+0
* [HVM] Clarify the HVM e820 map. Also make it rather morekfraser@localhost.localdomain2006-11-091-6/+29
* [HVM] Reserve 2 pages for ACPI tables in e820.kaf24@firebug.cl.cam.ac.uk2006-11-081-1/+1
* [LIBXC] Fix memory alloc/dealloc routines to return error properly.kfraser@localhost.localdomain2006-11-071-9/+0
* [HVM] Move VMX VMCS initialisation to vcpu-initialisation time.kfraser@localhost.localdomain2006-11-061-41/+10