aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_dom_boot.c
Commit message (Expand)AuthorAgeFilesLines
* libxc: use xc_vcpu_getinfo() instead of calling do_domctl()Dario Faggioli2013-09-131-9/+8
* libxc: use xc_vcpu_setcontext() instead of calling do_domctl()Dario Faggioli2013-09-131-10/+4
* 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-13/+10
* tools: Fix memset(&p,0,sizeof(p)) idiom in several places.Michael Young2013-02-131-1/+1
* tools: drop ia64 supportIan Campbell2012-09-121-1/+1
* lib{xc,xl}: Seed grant tables with xenstore and console grantsAlex Zeffertt2012-02-091-0/+156
* libxc: finalise transition to hypercall buffers.Ian Campbell2010-10-221-1/+1
* libxc: convert domctl interfaces over to hypercall buffersIan Campbell2010-10-221-6/+12
* # HG changeset patchIan Campbell2010-08-241-1/+15
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-40/+41
* libxenguest: Revert domain builder interface changes for 'superpages'Keir Fraser2009-07-201-2/+2
* Add support for superpages (hugepages) in PV domainKeir Fraser2009-05-261-2/+2
* libxc: Use vcpu_guest_context_any_t instead of two pagesKeir Fraser2008-08-271-5/+4
* Fix a few typosKeir Fraser2008-08-041-1/+1
* libxc: Clean up xc_map_foreign_ranges() interface to hide theKeir Fraser2008-07-231-20/+8
* libxc: check length on string copy (strcpy -> strncpy).Keir Fraser2007-10-231-1/+3
* libxc: improve error message when starting a domain and mmap() failsKeir Fraser2007-09-211-1/+4
* [LIBXC] Allocate memory and populate p2m in arch-specific code.Hollis Blanchard2007-03-211-7/+1
* [LIBXC] Move domain builder hooks into arch-specific files and remove ifdefs.Hollis Blanchard2007-03-211-287/+0
* libxc: Code format cleanups.Keir Fraser2007-02-241-204/+216
* New domain builder arch_setup hook clean up.kfraser@localhost.localdomain2007-02-021-21/+18
* new domain builder fix to boot domU on IA64.kaf24@localhost.localdomain2007-01-301-2/+48
* 32-on-64: New set_address_size domctl for switching to compat mode.kaf24@localhost.localdomain2007-01-261-12/+8
* libxc domain builder rewrite, core bits.Emmanuel Ackaouy2007-01-251-0/+515