aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_dom_x86.c
Commit message (Expand)AuthorAgeFilesLines
* libxc: add xc_domain_add_to_physmap to wrap XENMEM_add_to_physmapIan Campbell2010-10-181-13/+8
* libxc: wrappers for XENMEM {increase,decrease}_reservation and populate_physmapIan Campbell2010-10-181-2/+2
* # HG changeset patchIan Campbell2010-08-241-1/+15
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-63/+62
* libxenguest: Revert domain builder interface changes for 'superpages'Keir Fraser2009-07-201-21/+20
* x86_64: allow more vCPU-s per guestKeir Fraser2009-06-181-2/+2
* Add support for superpages (hugepages) in PV domainKeir Fraser2009-05-261-11/+44
* x86 dom builder: Allocate domU pages in batches.Keir Fraser2009-03-191-4/+10
* libxc: Fix gcc 4.3 build failureKeir Fraser2008-12-091-2/+4
* tools: replace sprintf with snprintf where applicableKeir Fraser2008-06-121-2/+2
* x86 domain builder: Propagate x86_compat return code.Keir Fraser2007-12-051-1/+3
* domain builder: Zero start_info struct.kfraser@localhost.localdomain2007-08-031-0/+2
* hvm: e820 public header cleanup.Keir Fraser2007-06-101-1/+0
* [BUILDER] Propagate the native protocol ABI for a guest out of theIan Campbell2007-05-151-0/+4
* [BUILDER] Ensure that the L3 page table page for a PAE guest which does notIan Campbell2007-05-091-1/+82
* [TOOLS] libxc: Fix x86 build.Ian Campbell2007-03-221-0/+1
* Merge with xen-unstable.hg.Hollis Blanchard2007-03-211-28/+6
|\
| * x86: Add VGCF_onlien flag to vcpu_guest_context.kfraser@localhost.localdomain2007-03-121-2/+2
| * [BUILDER]: Initialize code segment selectors in virtual IDT to 0.Ian Campbell2007-03-081-26/+4
* | [LIBXC] Allocate memory and populate p2m in arch-specific code.Hollis Blanchard2007-03-211-1/+14
* | [LIBXC] Move domain builder hooks into arch-specific files and remove ifdefs.Hollis Blanchard2007-03-211-0/+169
|/
* libxc: Code format cleanups.Keir Fraser2007-02-241-186/+205
* libxc: Domain builder must align initial virtual mapping to 4MBkfraser@localhost.localdomain2007-02-021-1/+3
* libxc domain builder rewrite, core bits.Emmanuel Ackaouy2007-01-251-0/+559