aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/xen/xend/XendCheckpoint.py
Commit message (Expand)AuthorAgeFilesLines
* tools/migrate: Fix regression when migrating from older version of XenAndrew Cooper2013-10-101-1/+1
* Do not wait for memory teardown when live migrateMiroslav Rezanina2010-10-281-1/+8
* xend: reserve vtd_mem on guest restoreMiroslav Rezanina2010-09-031-1/+9
* xend: Remove use of non-existent xc.handle() function.Keir Fraser2010-06-091-1/+1
* xend: Remove broken bits of NUMA code.Keir Fraser2010-06-011-15/+0
* xend: destroy restored domain when its device doesn't existKeir Fraser2010-01-271-7/+6
* Remus: Make checkpoint buffering HVM-awareKeir Fraser2009-11-091-20/+0
* Remus: Make xc_domain_restore loop until the fd is closed.Keir Fraser2009-11-091-1/+1
* Add nomigrate config option to disable migration/restoreKeir Fraser2009-10-201-2/+13
* xend: Rename device backend value when xm save/migrateKeir Fraser2009-08-071-0/+14
* xend: Set up CPUID leaves on restore for both PV and HVM guests.Keir Fraser2009-07-231-1/+1
* Add support for superpages (hugepages) in PV domainKeir Fraser2009-05-261-1/+3
* xend: Time-out if guest fails to suspendKeir Fraser2009-03-121-1/+1
* xend: Make /var/lib/xen if not already present.Keir Fraser2009-03-031-0/+14
* xend: Fix memory allocation bug after hvm reboot in numa systemKeir Fraser2008-12-091-1/+1
* Teach xc_save to use event-channel-based domain suspend if available.Keir Fraser2008-07-041-0/+2
* xend: Fix and improve error handling for failed suspend/migrateKeir Fraser2008-05-081-12/+2
* x86, hvm: Guest CPUID configuration.Keir Fraser2008-04-251-0/+1
* NUMA node migrationKeir Fraser2008-02-281-2/+31
* Fix save/restore failure cleanupKeir Fraser2008-02-021-3/+11
* xend: Perform uuid/name uniqueness check on restore.Keir Fraser2008-01-301-1/+9
* Fix leaking of /vm/<uuid> path in xenstore on various VM lifecycle events.Keir Fraser2008-01-251-2/+2
* pv-qemu 9/10: XenD device model re-factoringKeir Fraser2007-10-251-1/+4
* Xend: "shadow_memory" setting in xm config is in MiB, not bytes.Tim Deegan2007-09-111-1/+1
* Fix domain restore after memory auto-balloon changes.kfraser@localhost.localdomain2007-09-061-6/+5
* xend: Fix memory ballooning logic during save/restore. Should be samekfraser@localhost.localdomain2007-08-281-10/+21
* Fix "xm restore" require 4 times amount of memory on ia64.kfraser@localhost.localdomain2007-08-171-1/+2
* [HVM] [TOOLS] Move device state save earlier in suspend pathTim Deegan2007-08-131-0/+3
* [HVM] Control qemu's state-save via xenstore, instead of SIGUSR1Tim Deegan2007-07-241-5/+1
* xend: Pass information to user when failing migrate due to PCI dev.Keir Fraser2007-07-011-0/+2
* Avoid using /tmp for qemu state files since an unprivileged userSteven Hand2007-06-081-3/+4
* Deprecate XendDomainInfo.state - now use _stateGet() to get the liveTom Wilkie2007-04-201-2/+22
* xend: Store canonical vnif config info in /vm/<uuid>/devicekfraser@localhost.localdomain2007-04-111-7/+0
* Clean up save/restore state record handling. No need for Python tokfraser@localhost.localdomain2007-04-041-12/+4
* hvm: Lazy memory allocation during HVM restore. General cleanup andkfraser@localhost.localdomain2007-04-041-3/+4
* Some save/restore cleanups.Steven Hand2007-04-021-5/+6
* [HVM] Save/restore: don't get guest size from "memory_static_min"Tim Deegan2007-03-291-5/+3
* Fix the python type dismatch exception when HVM restoreTim Deegan2007-03-161-2/+2
* [XEND] Mark save record fd close-on-exec after calling xc_restoreTim Deegan2007-03-141-0/+10
* [HVM] Save/restore: more state propagation in xendTim Deegan2007-03-131-2/+2
* [HVM] Save/restore: update HVM detection in save/restore code in xend.Tim Deegan2007-03-121-4/+5
* [HVM] Save/restore: tidy PFN handling in the tools.Tim Deegan2007-03-081-1/+6
* More PV save/restore fixes.kfraser@localhost.localdomain2007-02-281-5/+5
* Add xm save -c/--checkpoint optionkfraser@localhost.localdomain2007-02-281-4/+6
* Let xend choose to do hard or soft domain resumption depending onkfraser@localhost.localdomain2007-02-281-17/+0
* [HVM] Save/restore: don't try to set the console ring MFNTim Deegan2007-02-081-2/+5
* Implement clean return from save/restore failure (so that originalkfraser@localhost.localdomain2007-01-221-1/+23
* Tidy up the restore path following HVM save/restore patches.Ewan Mellor2007-01-191-16/+10
* [HVM] save restore: frame workTim Deegan2007-01-181-6/+81
* Enable lazy (on-demand) allocation of memory to a guest being restored; thisSteven Hand2007-01-161-3/+5