aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xg_private.h
Commit message (Expand)AuthorAgeFilesLines
* libxc: introduce xc_map_domain_meminfo (and xc_unmap_domain_meminfo)Dario Faggioli2013-09-131-0/+9
* libxc: drop relics of running on non-PAE 32-bit hostsJan Beulich2013-01-241-36/+0
* libxc: add ARM support to xc_dom (PV domain building)Ian Campbell2012-10-091-0/+4
* libxc: convert shadow domctl interfaces and save/restore over to hypercall bu...Ian Campbell2010-10-221-0/+1
* # HG changeset patchIan Campbell2010-08-241-0/+16
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-3/+5
* libxc: New hcall_buf_{prep,release} pre-mlock interfaceKeir Fraser2010-01-221-2/+0
* libxc: create a domain_info_context structure to store guest_width and p2m_si...Keir Fraser2009-12-011-7/+11
* libxc: remove redundant declaration of xc_copy_to_domain_page().Keir Fraser2008-07-111-3/+0
* libxc: Move xg_memalign() into a proper source file, so that itKeir Fraser2008-04-091-17/+1
* libxc: Leave portability of xg_memalign() as in original patch, ratherKeir Fraser2008-04-091-1/+1
* save/restore: Use page-aligned allocations for hypercall args that areKeir Fraser2008-04-091-0/+18
* Tools: fix save/restore of 32-bit PV guests with 64-bit toolsKeir Fraser2008-02-131-1/+3
* [TOOLS] Make xc_domain_{save, restore} understand compat guestsTim Deegan2007-09-191-12/+14
* libxc portability fixes for NetBSD.kfraser@localhost.localdomain2007-09-191-1/+0
* Some save/restore cleanups.Steven Hand2007-04-021-5/+4
* Move some definitions from xg_save_resotre.h to xg_private.hKeir Fraser2007-02-241-0/+17
* Lift physical address restriction in save/restore code.kfraser@localhost.localdomain2007-02-151-0/+7
* Remove old elf-parsing code from tools and from Xen.kfraser@localhost.localdomain2007-02-151-77/+0
* libxc header fixups.Emmanuel Ackaouy2007-01-251-49/+69
* Improve consistency of type-attribute usage (volatile/const).kfraser@localhost.localdomain2006-12-211-3/+3
* Allow loading of ELF kernel images that support both PAE and non-PAE.kfraser@localhost.localdomain2006-12-141-0/+1
* [TOOLS] Uncompress and allocate memory for gzipped kernel and initrd images onIan Campbell2006-10-261-2/+0
* [SOLARIS] Don't build ptrace code on Solaris.kfraser@localhost.localdomain2006-10-171-4/+0
* Replace dom0_ops hypercall with three new hypercalls:kfraser@localhost.localdomain2006-08-251-9/+0
* [TOOLS] Cleanups to domU ELF loader.Ian Campbell2006-08-231-1/+1
* [TOOLS] Allow tools to load kernels which use an ELF notes segment.Ian Campbell2006-08-231-2/+26
* Allow 32-bit libxc to load 64-bit ELF files.kaf24@firebug.cl.cam.ac.uk2006-06-301-6/+6
* [TOOLS] Remove plan9 loader code. Latest plan9 port uses linux builder.kfraser@dhcp93.uk.xensource.com2006-06-271-4/+1
* [LIBXC] Convert all printf/fprintf uses to use a macro instead.kaf24@firebug.cl.cam.ac.uk2006-06-071-17/+1
* Represent PFNs with their own type, rather than 'unsigned long'.kaf24@firebug.cl.cam.ac.uk2006-06-061-2/+2
* Create new vmassist type 'pae_extended_cr3'. Only advertisekaf24@firebug.cl.cam.ac.uk2006-06-051-0/+3
* Use a global build configuration file, and rework libxc Makefile for PPC.kfraser@dhcp93.uk.xensource.com2006-05-311-0/+8
* [PTRACE] Fix ptrace for hvm guests.kaf24@firebug.cl.cam.ac.uk2006-05-241-0/+10
* Add support to domain builders for loading kernels with physical addresses in...cl349@firebug.cl.cam.ac.uk2006-05-111-1/+4
* Move Linux-specific privcmd code into private libxc implementations.kaf24@firebug.cl.cam.ac.uk2006-05-021-1/+1
* Fix whitespace in libxc. Tabs are manually fixed.kaf24@firebug.cl.cam.ac.uk2006-04-151-5/+5
* Clean up internal libxc functions to take 'const char *'kaf24@firebug.cl.cam.ac.uk2006-03-091-8/+12
* Add a parallel set of APIs to the domain builders to allow images andkaf24@firebug.cl.cam.ac.uk2006-03-091-8/+12
* Indirect hypercalls through a hypercall transfer page.kaf24@firebug.cl.cam.ac.uk2006-01-241-0/+3
* Add -Wdeclaration-after-statement to Xen and tools build.kaf24@firebug.cl.cam.ac.uk2005-11-221-1/+1
* Make it possible to run valgrind on code linked with the libxc libraries.emellor@leeni.uk.xensource.com2005-11-221-0/+10
* Many fixes for save/restore and related areas for PAE in particular. Nowsmh22@firebug.cl.cam.ac.uk2005-11-161-2/+0
* Enable save/restore for PAE domains.smh22@firebug.cl.cam.ac.uk2005-11-081-0/+2
* Fix Xen public interfaces and the tools to consistentlykaf24@firebug.cl.cam.ac.uk2005-10-121-8/+8
* Make PAE defs in xg_private.h usable in both 32- andkaf24@firebug.cl.cam.ac.uk2005-09-231-15/+18
* Catchup with xen-unstable, add ia64 specifics to tools, and some VTI mergedjm@kirby.fc.hp.com2005-09-131-0/+1
* Break the building/save/restore code out into a separate library libxenguest.cl349@firebug.cl.cam.ac.uk2005-08-251-0/+170