aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_domain_restore.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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-95/+97
* Remus: increase failover timeout from 500ms to 1sKeir Fraser2010-02-121-3/+3
* libxc: New hcall_buf_{prep,release} pre-mlock interfaceKeir Fraser2010-01-221-1/+1
* libxc: Unbreak HVM live migration after 0b138a019292.Keir Fraser2010-01-211-6/+20
* libxc: use new (replacement) mmap-batch ioctlKeir Fraser2010-01-131-8/+8
* libxc: pass the restore_context through function and allocate the context on ...Keir Fraser2009-12-011-30/+32
* libxc: move the domain_info_context into the restore_contextKeir Fraser2009-12-011-3/+8
* libxc: move restore global variable to a global static contextKeir Fraser2009-12-011-78/+73
* libxc: create a domain_info_context structure to store guest_width and p2m_si...Keir Fraser2009-12-011-42/+40
* Replace tsc_native config option with tsc_mode config optionKeir Fraser2009-11-251-0/+12
* Remus: Make checkpoint buffering HVM-awareKeir Fraser2009-11-091-96/+287
* Remus: Initiate failover if a packet is not received every 500ms.Keir Fraser2009-11-091-1/+51
* Remus: Make xc_domain_restore loop until the fd is closed.Keir Fraser2009-11-091-256/+489
* [HVM] add super page support for HVM migrationKeir Fraser2009-08-271-24/+343
* tmem: save/restore/migrate/livemigrate and shared pool authenticationKeir Fraser2009-08-061-0/+21
* x86_64: allow more vCPU-s per guestKeir Fraser2009-06-181-1/+1
* Add support for superpages (hugepages) in PV domainKeir Fraser2009-05-261-115/+106
* restore: sign extend p2m when restoring on a host with pfn width <Keir Fraser2009-04-081-1/+1
* Use virtual 8086 mode for VMX guests with CR0.PE == 0Keir Fraser2008-12-091-0/+16
* Fix restore crash with certain guest memory sizesKeir Fraser2008-08-141-7/+7
* libxc: The following patch replace the libxc interface to useKeir Fraser2008-06-191-6/+6
* hvm: Fix the realmode live migration issue with Intel EPTKeir Fraser2008-06-131-0/+16
* save/restore: Use page-aligned allocations for hypercall args that areKeir Fraser2008-04-091-10/+18
* Tools: fix save/restore of 32-bit PV guests with 64-bit toolsKeir Fraser2008-02-131-6/+6
* libxc: Consolidate read()/write() syscall wrappers to read/write anKeir Fraser2007-11-111-45/+25
* x86: Save/restore new syscall/sysenter context info.Keir Fraser2007-10-251-28/+56
* [TOOLS] Make xc_domain_{save, restore} understand compat guestsTim Deegan2007-09-191-95/+121
* Do not clobber new wallclock offset on restore.Ian Campbell2007-08-081-12/+23
* libxenguest: Add another range check to dom restore.kfraser@localhost.localdomain2007-06-211-1/+1
* libxenguest: Add missing range-check on count field read from a domainkfraser@localhost.localdomain2007-06-211-3/+4
* [HVM] Save/restore: catch more error cases in the toolsTim Deegan2007-04-121-6/+15
* [HVM] Save/restore: save HVM GPRs and DRs with the rest of the CPU stateTim Deegan2007-04-121-20/+0
* Fix PV guest restore.kfraser@localhost.localdomain2007-04-101-3/+5
* libxc: Fix save/restore code for style.Keir Fraser2007-04-091-146/+206
* libxc: Clarify xc_mmu interface and make it private.kfraser@localhost.localdomain2007-04-061-6/+8
* [HVM] Save/restore: merge xc_linux_restore and xc_hvm_restoreTim Deegan2007-04-051-0/+1086