Re: [Qemu-devel] [PATCH v2 3/6] suspend: add wakeup monitor command

2012-01-19 Thread Luiz Capitulino
On Mon, 16 Jan 2012 19:15:12 +0100 Gerd Hoffmann wrote: > This patch adds a 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

[Qemu-devel] [PATCH v2 3/6] suspend: add wakeup monitor command

2012-01-16 Thread Gerd Hoffmann
This patch adds a 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 +++