aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_domain_save.c
Commit message (Expand)AuthorAgeFilesLines
* tools: VM generation ID save/restore and migrate.Paul Durrant2011-12-161-1/+12
* tools/libxc: Remus Checkpoint CompressionShriram Rajagopalan2011-12-011-8/+210
* Fix save/restore for HVM domains with viridian=1Paul Durrant2011-11-251-0/+12
* libxc: Squash xc_e820.h (and delete) into xenctrl.hKonrad Rzeszutek Wilk2011-06-281-1/+0
* tools: merge several bitop functions into xc_bitops.hOlaf Hering2011-06-101-58/+8
* tools: Introduce "allocate-only" page type for migrationGeorge Dunlap2011-05-261-6/+13
* tools: Save superpages in the same batch, to make detection easierGeorge Dunlap2011-05-261-0/+12
* libxc: save: move static stats variable to stack variable.Ian Campbell2011-05-241-13/+14
* libxc: save: don't bother calculating stat's deltas unless we are going to pr...Ian Campbell2011-05-241-10/+12
* libxc: save: encapsulate time stats in a structIan Campbell2011-05-241-17/+18
* libxc: save: move static "write_count" variable into outbuf.Ian Campbell2011-05-241-5/+6
* libxc: save: noncached write doesn't use live parameter.Ian Campbell2011-05-241-7/+7
* libxc: save: rename ratewrite to uncached.Ian Campbell2011-05-241-3/+3
* libxc: save: drop code under ADAPTIVE_SAVE ifdef.Ian Campbell2011-05-241-110/+2
* libxc: save/restore: remove static context variablesIan Campbell2011-05-241-5/+4
* libxc: after saving, unmap correct amount for live_m2pJim Fehlig2011-05-241-2/+2
* libxc: Handle failed xc_get_hvm_param in domain saveGeorge Dunlap2011-02-251-0/+4
* tools/libxc: fix comment typo in xc_domain_saveOlaf Hering2010-12-161-1/+1
* libxc: Save the HVM_PARAM_ACPI_IOPORTS_LOCATIONAnthony Perard2010-11-081-0/+10
* x86: xsave save/restore support for both PV and HVM guests (version 2)Keir Fraser2010-11-081-2/+74
* Revert 22347:16093532f384 "x86: xsave save/restore support"Keir Fraser2010-11-041-73/+2
* x86: xsave save/restore support for both PV and HVM guests.Keir Fraser2010-11-031-2/+73
* libxc: do not align/lock buffers which do not need itIan Campbell2010-10-221-8/+1
* libxc: convert shadow domctl interfaces and save/restore over to hypercall bu...Ian Campbell2010-10-221-25/+15
* libxc: correct handling of switch_qemu_logdirty callback return valueIan Campbell2010-10-251-2/+2
* tools: cleanup domain save switch_qemu_logdirty callbackIan Campbell2010-10-211-6/+15
* libxc: add xc_machphys_mfn_list to wrap XENMEM_machphys_mfn_listIan Campbell2010-10-181-6/+1
* libxc: add xc_domain_maximum_gpfn to wrap XENMEM_maximum_gpfnIan Campbell2010-10-181-1/+1
* libxc: pass an xc_interface handle to page locking functionsIan Campbell2010-10-181-3/+3
* libxc: provide notification of final checkpoint to restore endIan Campbell2010-09-071-0/+14
* libxc: logger: add newline when progress is completeIan Campbell2010-09-031-0/+2
* libxc: document save/restore protocolIan Campbell2010-09-031-10/+10
* # HG changeset patchIan Campbell2010-08-241-0/+14
* PV console for HVM domainsStefano Stabellini2010-08-051-0/+11
* Don't save Xen heap pages during domain saveKeir Fraser2010-06-151-38/+44
* libxc: remove \n from strings passed to PERRORKeir Fraser2010-05-281-2/+2
* libxc: save/restore error handling fixesKeir Fraser2010-05-281-31/+33
* libxc: Use new DBGPRINTF for a few debugging output messagesKeir Fraser2010-05-281-1/+1
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-97/+98
* libxc: xc_domain_save.c: rename "write_exact" macroKeir Fraser2010-05-281-16/+16
* libxc: Flush I/O before xc_domain_save completionKeir Fraser2010-04-121-0/+7
* libxc: mmapbatch-v2 adjustmentsKeir Fraser2010-01-221-2/+2
* libxc: New hcall_buf_{prep,release} pre-mlock interfaceKeir Fraser2010-01-221-3/+3
* xc_domain_save: allocate pfn_err before useKeir Fraser2010-01-191-0/+2
* x86: add and use XEN_DOMCTL_getpageframeinfo3Keir Fraser2010-01-131-7/+7
* libxc: use new (replacement) mmap-batch ioctlKeir Fraser2010-01-131-18/+31
* libxc: pass the suspend_context through function and allocate the context on ...Keir Fraser2009-12-011-13/+14
* libxc: move domain_info_context into the save_contextKeir Fraser2009-12-011-7/+10
* libxc: create a global context structure to record global variables in saveKeir Fraser2009-12-011-49/+47
* libxc: create a domain_info_context structure to store guest_width and p2m_si...Keir Fraser2009-12-011-39/+35