Re: [Qemu-devel] [PATCH v3] qemu-ga: Add the guest-suspend command

2012-01-03 Thread Luiz Capitulino
On Thu, 15 Dec 2011 10:51:15 -0600 Michael Roth wrote: > On 12/15/2011 09:09 AM, Luiz Capitulino wrote: > > It supports three modes: "hibernate" (suspend to disk), "sleep" > > (suspend to ram) and "hybrid" (save RAM contents to disk, but > > suspend instead of powering off). > > > > The command w

Re: [Qemu-devel] [PATCH v3] qemu-ga: Add the guest-suspend command

2011-12-15 Thread Michael Roth
On 12/15/2011 09:09 AM, Luiz Capitulino wrote: It supports three modes: "hibernate" (suspend to disk), "sleep" (suspend to ram) and "hybrid" (save RAM contents to disk, but suspend instead of powering off). The command will try to execute the scripts provided by the pm-utils package. If that fai