search for: xen_hvm_suspend

Displaying 2 results from an estimated 2 matches for "xen_hvm_suspend".

2011 Mar 11
2
[GIT PULL stable-2.6.32.x] PV on HVM fixes
...end: add "arch" to pre/post suspend hooks xen: suspend: refactor non-arch specific pre/post suspend hooks xen: suspend: move arch specific pre/post suspend hooks into generic hooks xen: suspend: pull pre/post suspend hooks out into suspend_info xen: suspend: remove xen_hvm_suspend Stefano Stabellini (9): xen: do not try to allocate the callback vector again at restore time xen: do not set xenstored_ready before xenbus_probe on hvm xen: do not initialize PV timers on HVM if !xen_have_vector_callback xen: no need to delay xen_setup_shutdown_event for h...
2011 Feb 16
4
[PATCH] xen: use freeze/restore/thaw PM events for suspend/resume/chkpt
Use PM_FREEZE, PM_THAW and PM_RESTORE power events for suspend/resume/checkpoint functionality, instead of PM_SUSPEND and PM_RESUME. Use of these pm events fixes the Xen Guest hangup when taking checkpoints. When a suspend event is cancelled (while taking checkpoints once/continuously), we use PM_THAW instead of PM_RESUME. PM_RESTORE is used when suspend is not cancelled. See