neel
3e49998fdf
Add an ioctl to suspend a virtual machine (VM_SUSPEND). The ioctl can be called
...
from any context i.e., it is not required to be called from a vcpu thread. The
ioctl simply sets a state variable 'vm->suspend' to '1' and returns.
The vcpus inspect 'vm->suspend' in the run loop and if it is set to '1' the
vcpu breaks out of the loop with a reason of 'VM_EXITCODE_SUSPENDED'. The
suspend handler waits until all 'vm->active_cpus' have transitioned to
'vm->suspended_cpus' before returning to userspace.
Discussed with: grehan
2014-03-26 23:34:27 +00:00
..
2014-03-26 23:34:27 +00:00
2014-03-25 08:31:47 +00:00
2014-03-25 08:31:47 +00:00
2014-03-25 19:28:40 +00:00
2014-03-22 10:26:09 +00:00
2014-03-22 10:26:09 +00:00
2014-03-25 22:32:13 +00:00
2014-03-10 06:05:26 +00:00
2014-03-16 01:43:23 +00:00
2014-03-25 19:17:22 +00:00
2014-03-22 10:26:09 +00:00
2014-02-08 05:17:49 +00:00
2014-02-28 16:51:33 +00:00
2014-03-25 22:08:31 +00:00
2014-03-22 10:26:09 +00:00
2014-03-19 21:03:04 +00:00
2014-03-25 23:30:35 +00:00
2014-03-22 13:06:32 +00:00
2014-03-25 19:20:34 +00:00
2014-03-25 06:55:53 +00:00
2014-03-14 02:58:48 +00:00
2014-03-14 06:29:43 +00:00
2014-03-26 22:46:03 +00:00
2014-03-15 00:57:50 +00:00
2014-02-25 18:44:33 +00:00
2014-03-25 06:55:53 +00:00
2014-03-16 10:55:57 +00:00
2014-03-05 01:17:47 +00:00
2014-03-16 10:55:57 +00:00
2014-03-11 00:25:55 +00:00
2014-03-22 10:26:09 +00:00
2014-03-11 01:45:46 +00:00
2014-03-22 10:26:09 +00:00
2014-02-05 23:13:40 +00:00
2014-03-25 22:49:33 +00:00
2014-02-04 00:00:01 +00:00
2014-03-21 01:30:33 +00:00
2014-03-25 22:08:31 +00:00
2014-03-23 12:49:25 +00:00
2014-02-06 13:28:06 +00:00
2014-03-18 01:40:25 +00:00
2014-03-22 11:26:39 +00:00
2014-03-22 10:26:09 +00:00
2014-03-26 17:40:13 +00:00
2014-03-19 20:40:57 +00:00
2014-03-14 06:29:43 +00:00