aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_domain_restore.c
Commit message (Expand)AuthorAgeFilesLines
* tools/migrate: Fix regression when migrating from older version of XenAndrew Cooper2013-10-101-1/+2
* libxc: fix memory leak in load_p2m_frame_list error handlingMatthew Daley2013-09-251-0/+1
* libxc: use xc_vcpu_getinfo() instead of calling do_domctl()Dario Faggioli2013-09-131-4/+3
* libxc: use xc_vcpu_setcontext() instead of calling do_domctl()Dario Faggioli2013-09-131-5/+1
* tools/libxc: Fix memory leaks in xc_domain_restore()Andrew Cooper2013-06-241-0/+3
* libxc: check return values from mallocIan Jackson2013-06-141-0/+13
* libxc: check failure of xc_dom_*_to_ptr, xc_map_foreign_rangeIan Jackson2013-06-141-0/+27
* 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-2/+4
* libxc: drop relics of running on non-PAE 32-bit hostsJan Beulich2013-01-241-16/+6
* X86/vMCE: handle broken page with regard to migrationLiu Jinsong2012-12-061-2/+19
* docs: document/mark-up SCHEDOP_*Ian Campbell2012-11-191-2/+8
* tools: Make restore work properly with PV superpage flagDave McCracken2012-11-121-29/+101
* libxc: Support save/restore of up to 4096 VCPUs (increase from 64 VCPUs).Keir Fraser2012-08-221-12/+12
* libxc: restore: bounds check for start_info.{store_mfn,console.domU.mfn}Ian Campbell2012-07-231-0/+12
* libxc: introduce XC_SAVE_ID_TOOLSTACKStefano Stabellini2012-05-111-1/+52
* Use a reserved pfn in the guest address space to store mem event ringsTim Deegan2012-03-081-0/+42
* lib{xc,xl}: Seed grant tables with xenstore and console grantsAlex Zeffertt2012-02-091-1/+18
* tools: VM generation ID save/restore and migrate.Paul Durrant2011-12-161-1/+48
* tools/libxc: Remus Checkpoint CompressionShriram Rajagopalan2011-12-011-1/+72
* Fix save/restore for HVM domains with viridian=1Paul Durrant2011-11-251-0/+14
* tools: Introduce "allocate-only" page type for migrationGeorge Dunlap2011-05-261-15/+18
* tools: libxc: Detect superpages on domain restoreGeorge Dunlap2011-05-261-16/+106
* libxc: save/restore: remove static context variablesIan Campbell2011-05-241-8/+4
* gcc-4.6 compile fix: tools/libxc/xc_domain_restore.cOlaf Hering2011-05-201-2/+0
* libxc: Missed one when replacing read_exact with RDEXACT macroGeorge Dunlap2011-03-031-1/+1
* libxc: fix incorrect scanning of pfn array in pagebuf during migrationShriram Rajagopalan2011-03-031-4/+4
* tools: Change the name of the qemu save file at restore timeStefano Stabellini2011-01-211-1/+1
* libxc: convert evtchn interfaces to use an opaque handle typeIan Campbell2010-12-231-1/+1
* libxc: Save the HVM_PARAM_ACPI_IOPORTS_LOCATIONAnthony Perard2010-11-081-0/+20
* x86: xsave save/restore support for both PV and HVM guests (version 2)Keir Fraser2010-11-081-10/+68
* Revert 22347:16093532f384 "x86: xsave save/restore support"Keir Fraser2010-11-041-68/+10
* x86: xsave save/restore support for both PV and HVM guests.Keir Fraser2010-11-031-10/+68
* libxl: Fix migration of HVM guestsIan Campbell2010-10-281-4/+9
* libxc: finalise transition to hypercall buffers.Ian Campbell2010-10-221-1/+1
* libxc: do not align/lock buffers which do not need itIan Campbell2010-10-221-16/+2
* libxc: convert shadow domctl interfaces and save/restore over to hypercall bu...Ian Campbell2010-10-221-23/+27
* libxc: wrappers for XENMEM {increase,decrease}_reservation and populate_physmapIan Campbell2010-10-181-11/+3
* libxc: pass an xc_interface handle to page locking functionsIan Campbell2010-10-181-3/+3
* libxc: restore: reset I/O fd to flags to back to state caller passed usIan Campbell2010-09-071-7/+11
* libxc: provide notification of final checkpoint to restore endIan Campbell2010-09-071-4/+23
* libxc: use a switch statement in xc_domain_restore.c::pagebuf_get_one.Ian Campbell2010-09-031-14/+29
* libxc: document save/restore protocolIan Campbell2010-09-031-8/+8
* # HG changeset patchIan Campbell2010-08-241-10/+11
* libxc: remus: unbreak after 21488:dd6bbdc42033Brendan Cully2010-08-191-14/+18
* PV console for HVM domainsStefano Stabellini2010-08-051-0/+27
* xc_domain_restore: Remove static variable 'completed'Keir Fraser2010-06-101-25/+25
* xc_domain_restore: Revert 20126:442bc6f82cf3, 19639:205b1badbcfdKeir Fraser2010-06-101-424/+115
* libxc: remove \n from strings passed to PERRORKeir Fraser2010-05-281-7/+7
* libxc: save/restore error handling fixesKeir Fraser2010-05-281-84/+89