aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xg_private.c
Commit message (Expand)AuthorAgeFilesLines
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* HVM firmware passthrough control tools supportRoss Philipson2013-01-101-1/+1
* libxc: pass arguments to xc_hvm_build() in a structureDavid Vrabel2012-03-011-2/+1
* # HG changeset patchIan Campbell2010-08-241-0/+14
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-5/+7
* libxc: New hcall_buf_{prep,release} pre-mlock interfaceKeir Fraser2010-01-221-16/+0
* libxc: Replace bzero() usage with memset().Keir Fraser2009-03-121-1/+1
* libxc: Define xc_ffs{8,16,32,64} functions. Use them.Keir Fraser2009-01-061-1/+0
* libxc: Fix memory leak in zlib usageKeir Fraser2008-12-101-0/+1
* libxc: drop double un?lock_pages definition to fix static linkingKeir Fraser2008-05-221-16/+0
* tools: Build fixes for *BSD.Keir Fraser2008-04-151-2/+1
* libxc: Move xg_memalign() into a proper source file, so that itKeir Fraser2008-04-091-0/+18
* libxenguest: Remove bogus weak definitions of xc_{set,get}_hvm_param().kfraser@localhost.localdomain2007-04-131-12/+0
* [HVM] Save/restore: merge xc_linux_save and xc_hvm_saveTim Deegan2007-04-111-11/+0
* [HVM] Save/restore: merge xc_linux_restore and xc_hvm_restoreTim Deegan2007-04-051-10/+0
* hvm: Lazy memory allocation during HVM restore. General cleanup andkfraser@localhost.localdomain2007-04-041-1/+1
* Remove hvm_drain_io() hypercall, simplify qemu main loop and do notkfraser@localhost.localdomain2007-04-041-5/+0
* [HVM][QEMU] Save/restore: enable HVM live migrationTim Deegan2007-03-161-1/+3
* [HVM] Save/restore: make sure all ioreqs are gone when a domain is savedTim Deegan2007-03-081-0/+5
* libxc: Code format cleanups.Keir Fraser2007-02-241-41/+51
* Merge with xenppc-unstable.hgkfraser@localhost.localdomain2007-02-141-3/+2
|\
| * [HVM] Save/restore: disentangle max_pfn from nr_pages.Tim Deegan2007-02-091-1/+1
| * [HVM] Save/restore: don't try to set the console ring MFNTim Deegan2007-02-081-2/+1
* | [POWERPC][XEN] Merge with xen-unstable.hg.Hollis Blanchard2007-02-061-6/+27
|\|
| * [LIBXC] Provide weak stub default implementations of xc_hvm_save() andkfraser@localhost.localdomain2007-01-231-6/+27
* | [POWERPC][LIBXC] Add missing HVM stubs.Hollis Blanchard2007-01-031-0/+12
|/
* [HVM] Re-introduce the 'apic' configuration option, default to 1.kfraser@localhost.localdomain2006-11-271-6/+1
* [XEN] Replace hvm_setup_platform() with hvm_domain_initialise()kaf24@localhost.localdomain2006-11-051-1/+0
* [TOOLS] Uncompress and allocate memory for gzipped kernel and initrd images onIan Campbell2006-10-261-16/+41
* [SOLARIS] Don't mlock() hypercall buffers.kfraser@localhost.localdomain2006-10-231-0/+16
* [SOLARIS] A couple of simple compile fixes for tools/ on Solaris.kfraser@localhost.localdomain2006-10-171-0/+1
* Use a global build configuration file, and rework libxc Makefile for PPC.kfraser@dhcp93.uk.xensource.com2006-05-311-0/+15
* Fix whitespace in libxc. Tabs are manually fixed.kaf24@firebug.cl.cam.ac.uk2006-04-151-1/+1
* Fix the gzip size extraction in xc_inflate_buffer(). Extractkaf24@firebug.cl.cam.ac.uk2006-03-171-4/+5
* Clean up internal libxc functions to take 'const char *'kaf24@firebug.cl.cam.ac.uk2006-03-091-2/+2
* Add a parallel set of APIs to the domain builders to allow images andkaf24@firebug.cl.cam.ac.uk2006-03-091-4/+60
* Proactively check for NULL strings passed into xc_linx_build. Either dokaf24@firebug.cl.cam.ac.uk2006-01-101-0/+3
* Get rid of anonymous unions in public header files.kaf24@firebug.cl.cam.ac.uk2005-09-141-1/+1
* Fix build failure due to missing unistd.hkaf24@firebug.cl.cam.ac.uk2005-08-301-0/+1
* Break the building/save/restore code out into a separate library libxenguest.cl349@firebug.cl.cam.ac.uk2005-08-251-0/+86