<pre>Sir,<br>we have been working on suspend and resume support for lguest.<br><br>Our approach is to suspend all the processes active in user space of lguest<br>using one of the existing methods of process check pointing with a few<br>
modifications &amp; integrations.<br>We poweroff the guest,finishing the suspend. <br><br>Later, we can now resume all processes.To resume we pass extra argument in lguest bootup command and call our resume code from /etc/init.d/rcS.Its working fairly.No large workload yet tested. <br>
<br>We would like to know your views and comments...<br><br></pre>