aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_dom_core.c
Commit message (Expand)AuthorAgeFilesLines
* libxc: Fix guest boot on ARM after XSA-55Julien Grall2013-06-261-4/+6
* libxc: Better range check in xc_dom_alloc_segmentIan Jackson2013-06-141-1/+2
* libxc: check blob size before proceeding in xc_dom_check_gzipMatthew Daley2013-06-141-0/+5
* libxc: check return values from mallocIan Jackson2013-06-141-0/+13
* libxc: check failure of xc_dom_*_to_ptr, xc_map_foreign_rangeIan Jackson2013-06-141-0/+6
* libxc: Fix range checking in xc_dom_pfn_to_ptr etc.Ian Jackson2013-06-141-0/+13
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* libxc: x86: ensure that the initial mapping fits into the guest's memoryIan Campbell2013-01-111-1/+2
* libxc: builder: limit maximum size of kernel/ramdisk.Ian Jackson2012-10-261-4/+73
* Revert 26109:6ccfe4d29f95Ian Jackson2012-10-261-73/+4
* xl: Do not leak events when a domain exits.Ian Campbell2012-10-251-4/+73
* libxc: add ARM support to xc_dom (PV domain building)Ian Campbell2012-10-091-4/+6
* # HG changeset patchIan Campbell2010-08-241-1/+15
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-120/+133
* libxc: Check there's enough memory for segments we're creatingKeir Fraser2010-02-031-1/+12
* libxc: Check full range of pfns for xc_dom_pfn_to_ptrKeir Fraser2010-02-031-1/+3
* libxc: Fix memory leak in zlib usageKeir Fraser2008-12-101-0/+1
* Add PV-GRUBKeir Fraser2008-06-181-1/+5
* domain builder: make mmap() failure message more verbose.Keir Fraser2007-12-041-2/+6
* libxc portability fixes for NetBSD.kfraser@localhost.localdomain2007-09-191-2/+2
* domain builder: Fix sanity check for gzip size.kfraser@localhost.localdomain2007-04-261-2/+2
* [LIBXC] Allocate memory and populate p2m in arch-specific code.Hollis Blanchard2007-03-211-5/+1
* [domain builder] Remove unnecessary alignment of virtual address base.Christian Limpach2007-03-031-3/+0
* libxc: Code format cleanups.Keir Fraser2007-02-241-285/+298
* libxc: Domain builder must align initial virtual mapping to 4MBkfraser@localhost.localdomain2007-02-021-0/+3
* libxc domain builder rewrite, core bits.Emmanuel Ackaouy2007-01-251-0/+773