aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_dom_x86.c
Commit message (Expand)AuthorAgeFilesLines
* libxc: introduce xc_domain_get_guest_width()Dario Faggioli2013-09-131-10/+3
* libxc/x86: fix page table creation for huge guestsJan Beulich2013-09-121-8/+16
* libxc: check return values from mallocIan Jackson2013-06-141-0/+3
* libxc: check failure of xc_dom_*_to_ptr, xc_map_foreign_rangeIan Jackson2013-06-141-0/+45
* libxl: write IO ABI for disk frontendsWei Liu2013-04-261-0/+34
* xc: use XENMEM_claim_pages hypercall during guest creation.Dan Magenheimer2013-04-161-0/+12
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* libxc: fixes for the ARM platformStefano Stabellini2013-02-151-0/+5
* libxc: drop relics of running on non-PAE 32-bit hostsJan Beulich2013-01-241-61/+5
* libxc: x86: ensure that the initial mapping fits into the guest's memoryIan Campbell2013-01-111-0/+12
* 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