aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xenguest.h
Commit message (Expand)AuthorAgeFilesLines
* PoD memory 8/9: libxc interfaceKeir Fraser2009-01-051-0/+6
* xc_save: Clean up (*suspend)() callback hook.Keir Fraser2008-09-081-1/+1
* Remove defunct powerpc port.Keir Fraser2008-05-081-14/+0
* HVM: First attempt at domain-resume on save-failure.kfraser@localhost.localdomain2007-04-121-5/+0
* [HVM] Save/restore: merge xc_linux_save and xc_hvm_saveTim Deegan2007-04-111-13/+6
* [HVM] Save/restore: merge xc_linux_restore and xc_hvm_restoreTim Deegan2007-04-051-15/+7
* Clean up save/restore state record handling. No need for Python tokfraser@localhost.localdomain2007-04-041-3/+0
* hvm: Lazy memory allocation during HVM restore. General cleanup andkfraser@localhost.localdomain2007-04-041-4/+4
* Remove hvm_drain_io() hypercall, simplify qemu main loop and do notkfraser@localhost.localdomain2007-04-041-2/+0
* Some save/restore cleanups.Steven Hand2007-04-021-4/+5
* [HVM][QEMU] Save/restore: enable HVM live migrationTim Deegan2007-03-161-2/+4
* [HVM] Save/restore: tidy PFN handling in the tools.Tim Deegan2007-03-081-0/+1
* [HVM] Save/restore: make sure all ioreqs are gone when a domain is savedTim Deegan2007-03-081-0/+2
* Write Xen ELF notes into xenstore on domain build.kfraser@localhost.localdomain2007-02-261-0/+14
* 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] Fix mismerge.Hollis Blanchard2007-02-071-0/+14
* | [POWERPC][XEN] Merge with xen-unstable.hg.Hollis Blanchard2007-02-061-0/+20
|\|
| * [HVM] save restore: frame workTim Deegan2007-01-181-0/+20
* | [XEND][POWERPC] Remove FlatDeviceTree.py, eliminate devtree from prose builder.Jimi Xenidis2007-01-211-14/+0
* | [XEND][POWERPC] Move flat device tree construction from python to libxc for x...Jimi Xenidis2007-01-211-2/+1
|/
* [TOOLS] Fix the build. Clearly demarcate PPC-specific stuff.kfraser@localhost.localdomain2006-12-131-0/+1
* [POWERPC] Merge in outstanding changes from xenppc-unstable.hg.Hollis Blanchard2006-12-121-0/+1
* [TOOLS][POWERPC] Add Prose Domain BuilderJimi Xenidis2006-10-181-0/+13
* [HVM] Re-introduce the 'apic' configuration option, default to 1.kfraser@localhost.localdomain2006-11-271-12/+7
* [XEN] Replace hvm_setup_platform() with hvm_domain_initialise()kaf24@localhost.localdomain2006-11-051-2/+0
* [TOOLS] Paravirt guests have their memory allocated in thekfraser@localhost.localdomain2006-11-021-14/+18
* 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-3/+3
* Add a parallel set of APIs to the domain builders to allow images andkaf24@firebug.cl.cam.ac.uk2006-03-091-1/+61
* Add support for configuring feature flags when starting guests.Ian.Campbell@xensource.com2006-02-271-0/+1
* Per-vcpu IO evtchn patch for HVM domain.kaf24@firebug.cl.cam.ac.uk2006-02-231-1/+0
* Add PAE option to HVM config file.kaf24@firebug.cl.cam.ac.uk2006-02-211-1/+2
* Big merge the HVM full-virtualisation abstractions.kaf24@firebug.cl.cam.ac.uk2006-01-311-1/+1
* 8604:a51fcb5de470 introduced a discrepancy between the declarationemellor@leeni.uk.xensource.com2006-01-121-2/+2
* Extend the xc_linux_save interface to take a callback function for handling theemellor@leeni.uk.xensource.com2006-01-101-1/+3
* Rename VMX option name lapic to apic, and pass it to xen bykaf24@firebug.cl.cam.ac.uk2006-01-031-1/+1
* Provide an option to disable ACPI from the VMX config file.kaf24@firebug.cl.cam.ac.uk2006-01-011-0/+1
* This patch provide local APIC support for vmx guest.kaf24@firebug.cl.cam.ac.uk2005-10-281-0/+1
* some fixes to VMX:kaf24@firebug.cl.cam.ac.uk2005-10-231-2/+0
* Remove 'n_vcpu' field from start_info structure. Domain0kaf24@firebug.cl.cam.ac.uk2005-10-181-1/+0
* Clean up xc_vmx_build():kaf24@firebug.cl.cam.ac.uk2005-09-231-3/+0
* Remove control interface in kernels and domain builder.cl349@firebug.cl.cam.ac.uk2005-09-071-1/+0
* Update suspend/resume for new console code.cl349@firebug.cl.cam.ac.uk2005-09-031-1/+2
* Enable 'live' migration from a tools pov; prior to this the 'live' flag was shand@ubuntu.eng.hq.xensource.com2005-09-021-10/+11
* New console transport and update xenconsoled.cl349@firebug.cl.cam.ac.uk2005-08-301-1/+3
* Break the building/save/restore code out into a separate library libxenguest.cl349@firebug.cl.cam.ac.uk2005-08-251-0/+66