aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_hvm_build.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [XEN] Replace hvm_setup_platform() with hvm_domain_initialise()kaf24@localhost.localdomain2006-11-051-8/+3
* [XEN] Remove VGCF_hvm_guest, replace with XEN_DOMINF_hvm_guest.kfraser@localhost.localdomain2006-11-031-1/+0
* [HVM] Clean up VCPU initialisation in Xen. No longerkfraser@localhost.localdomain2006-11-021-67/+36
* [HVM] Move shadow initialisation into domain-creation hypercall.kfraser@localhost.localdomain2006-11-011-93/+16
* [HVM] HVM is now a flag parameter to domain-creation hypercall.kfraser@localhost.localdomain2006-11-011-0/+15
* [HVM] Use correct types for guest physical addressesTim Deegan2006-10-311-1/+0
* [SOLARIS] Don't mlock() hypercall buffers.kfraser@localhost.localdomain2006-10-231-3/+3
* [HVM] E820 table misreports the ACPI NVS/Data information whichkfraser@localhost.localdomain2006-10-181-29/+6
* [XEN] Rename shadow2 to shadow and move the various sourcekaf24@localhost.localdomain2006-08-281-1/+1
* Replace dom0_ops hypercall with three new hypercalls:kfraser@localhost.localdomain2006-08-251-16/+16
* [SHADOW] Clean up the DOM0_SHADOW_OP interface.kfraser@localhost.localdomain2006-08-221-6/+5
* [hvm] Export gpfn of store page to guest - not mfn.Christian Limpach2006-08-221-1/+1
* [qemu] Support HVM guests with more than 3.75G memory.Christian Limpach2006-08-171-56/+101
* Replace shadow pagetable code with shadow2.tdeegan@york.uk.xensource.com2006-08-161-0/+13
* Make room in e820map for SMBIOS tables.kfraser@localhost.localdomain2006-08-141-3/+3
* [XEN] Clean up e820 definitions. Define shared set in hvm public dir.kaf24@localhost.localdomain2006-08-131-21/+1
* [XEN] Add a warning about changeable size of shared_info structure.kaf24@localhost.localdomain2006-08-121-1/+1
* [HVM] Remove unused apic_enabled field from hvm_info_table.kfraser@localhost.localdomain2006-08-101-1/+0