Re: [Qemu-devel] [PATCH v5 07/12] suspend: add system_wakeup monitor command

2012-02-21 Thread Gerd Hoffmann
Hi, >> +# @system_wakeup: >> +# >> +# Wakeup guest from suspend >> +# >> +# Since: 1.1 >> +# >> +# Returns: nothing. > > Would be nice to note that this command does nothing if the guest is already > suspended (btw, does is_suspend account for guest initiated suspends too?). s/suspended/runn

Re: [Qemu-devel] [PATCH v5 07/12] suspend: add system_wakeup monitor command

2012-02-17 Thread Luiz Capitulino
On Wed, 15 Feb 2012 11:28:16 +0100 Gerd Hoffmann wrote: > This patch adds the system_wakeup monitor command which will simply > wake up suspended guests. > > Signed-off-by: Gerd Hoffmann > --- > hmp-commands.hx | 14 ++ > hmp.c|5 + > hmp.h|1

[Qemu-devel] [PATCH v5 07/12] suspend: add system_wakeup monitor command

2012-02-15 Thread Gerd Hoffmann
This patch adds the system_wakeup monitor command which will simply wake up suspended guests. Signed-off-by: Gerd Hoffmann --- hmp-commands.hx | 14 ++ hmp.c|5 + hmp.h|1 + qapi-schema.json | 11 +++ qmp-commands.hx | 21 ++