aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_domain_save.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Replace tsc_native config option with tsc_mode config optionKeir Fraser2009-11-251-0/+31
* Remus: Do bitmap scan word-by-word before bit-by-bit.Keir Fraser2009-11-091-0/+10
* Remus: Do not bother with to_skip/to_fix bitmaps after the first final round.Keir Fraser2009-11-091-40/+61
* Remus: Buffer checkpoint data locally until domain has resumed execution.Keir Fraser2009-11-091-1/+112
* Remus: Add callbacks for suspend, postcopy and preresume in xc_domain_save.Keir Fraser2009-11-091-11/+45
* Fix some issues for HVM log dirty:Keir Fraser2009-09-071-36/+5
* tmem: save/restore/migrate/livemigrate and shared pool authenticationKeir Fraser2009-08-061-0/+18
* libxc: export xc_map_m2p() so that it can be called outside.Keir Fraser2009-06-011-4/+6
* libxc: fix link error of xc_save on ia64Keir Fraser2009-03-241-109/+0
* libxc: Use write_exact() in lock_suspend_event().Keir Fraser2009-03-181-3/+3
* Move the suspend event channel function to libxc, it will use theKeir Fraser2009-03-181-0/+107
* Use virtual 8086 mode for VMX guests with CR0.PE == 0Keir Fraser2008-12-091-5/+17
* xc_save: use correct size when unmapping live p2m.Keir Fraser2008-09-291-2/+2
* hvm, save/restore: Skip page batches which contain no valid pages.Keir Fraser2008-09-231-1/+14
* xc_domain_save: Do not poll-wait for guest to shutdown -- it shouldKeir Fraser2008-09-091-53/+4
* xc_save: Clean up (*suspend)() callback hook.Keir Fraser2008-09-081-3/+3
* hvm: Use main memory for video memory.Keir Fraser2008-08-271-6/+0
* libxc: Clean up xc_map_foreign_ranges() interface to hide theKeir Fraser2008-07-231-22/+20
* libxc: The following patch replace the libxc interface to useKeir Fraser2008-06-191-9/+9
* hvm: Fix the realmode live migration issue with Intel EPTKeir Fraser2008-06-131-0/+19
* libxenguest: Fix a typo.Keir Fraser2008-04-111-1/+1
* save/restore: Use page-aligned allocations for hypercall args that areKeir Fraser2008-04-091-5/+7
* save/restore: Batch contiguous page-sized writes together during domain save.Keir Fraser2008-04-091-11/+37
* libxc: Remove permute() function from xc_domain_save().Keir Fraser2008-03-191-27/+1
* save/restore: Permute saved memory with 2MB chunk size.Keir Fraser2008-03-181-21/+9
* Tools: fix save/restore of 32-bit PV guests with 64-bit toolsKeir Fraser2008-02-131-23/+25
* libxc: Consistently print errno on write() error in domain_save code.Keir Fraser2007-11-111-21/+17
* libxc: Consolidate read()/write() syscall wrappers to read/write anKeir Fraser2007-11-111-32/+26
* x86: Save/restore new syscall/sysenter context info.Keir Fraser2007-10-251-12/+28
* [TOOLS] Make xc_domain_{save, restore} understand compat guestsTim Deegan2007-09-191-72/+133
* Log an error when enabling shadow mode fails for live relocation.kfraser@localhost.localdomain2007-09-181-7/+12
* hvm: e820 public header cleanup.Keir Fraser2007-06-101-1/+1
* save/restore: If ENABLE_LOGDIRTY fails, it may be because it iskfraser@localhost.localdomain2007-05-011-2/+11
* xen: Fix maximum_gpfn() hypercall to always return max_gpfn not nr_gpfns.Keir Fraser2007-04-251-1/+1
* [HVM] Save/restore: save HVM GPRs and DRs with the rest of the CPU stateTim Deegan2007-04-121-43/+21
* [HVM] Save/restore: merge xc_linux_save and xc_hvm_saveTim Deegan2007-04-111-0/+1609