aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_domain_save.c
Commit message (Expand)AuthorAgeFilesLines
* tools/libxc: Fix memory leaks in xc_domain_save()Andrew Cooper2013-06-261-0/+9
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* tools/xc: log pid in xc_save/xc_restore outputOlaf Hering2013-02-151-1/+3
* libxc: drop relics of running on non-PAE 32-bit hostsJan Beulich2013-01-241-12/+3
* X86/vMCE: handle broken page with regard to migrationLiu Jinsong2012-12-061-1/+12
* docs: document/mark-up SCHEDOP_*Ian Campbell2012-11-191-1/+8
* libxc: Support save/restore of up to 4096 VCPUs (increase from 64 VCPUs).Keir Fraser2012-08-221-8/+9
* libxc: Do not segfault if (e.g.) switch_qemu_logdirty failsIan Jackson2012-06-281-1/+1
* libxc: introduce XC_SAVE_ID_TOOLSTACKStefano Stabellini2012-05-111-0/+17
* Use a reserved pfn in the guest address space to store mem event ringsTim Deegan2012-03-081-0/+36
* x86/vMCE: save/restore MCA capabilitiesJan Beulich2012-02-241-0/+1
* 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