aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_resume.c
Commit message (Expand)AuthorAgeFilesLines
* libxc: introduce xc_domain_get_guest_width()Dario Faggioli2013-09-131-17/+4
* libxc: convert domctl interfaces over to hypercall buffersIan Campbell2010-10-221-7/+0
* libxc: pass an xc_interface handle to page locking functionsIan Campbell2010-10-181-2/+2
* # HG changeset patchIan Campbell2010-08-241-0/+16
* libxc: remove \n from strings passed to PERRORKeir Fraser2010-05-281-1/+1
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-27/+27
* libxc: use new (replacement) mmap-batch ioctlKeir Fraser2010-01-131-2/+2
* libxc: create a domain_info_context structure to store guest_width and p2m_si...Keir Fraser2009-12-011-9/+12
* xc_resume: fix modify_returncode when host width != guest widthKeir Fraser2009-11-041-15/+37
* libxc: The following patch replace the libxc interface to useKeir Fraser2008-06-191-5/+5
* [TOOLS] Make xc_domain_{save, restore} understand compat guestsTim Deegan2007-09-191-9/+4
* HVM: First attempt at domain-resume on save-failure.kfraser@localhost.localdomain2007-04-121-4/+57
* Some save/restore cleanups.Steven Hand2007-04-021-2/+2
* Let xend choose to do hard or soft domain resumption depending onkfraser@localhost.localdomain2007-02-281-6/+2
* Make domctl/sysctl interfaces 32-/64-bit invariant.kfraser@localhost.localdomain2007-01-241-1/+1
* libxenguest: Fix xc_resume() build for non-x86.kfraser@localhost.localdomain2007-01-241-5/+6
* Implement clean return from save/restore failure (so that originalkfraser@localhost.localdomain2007-01-221-14/+142
* [LIBXC] Fix non-x86 build.kaf24@localhost.localdomain2007-01-211-7/+24
* [LIBXC] Refactor xc_domain_resume() into its own source file.kfraser@localhost.localdomain2007-01-191-0/+35