Re: [Qemu-devel] [PATCH v2 1/2] qmp: add support for system_suspend

2015-12-01 Thread Chen Hanxiao
On 12/01/2015 02:10 AM, Eric Blake wrote: On 11/27/2015 08:01 PM, Chen Hanxiao wrote: From: Chen Hanxiao This patch add support for system_suspend qmp command. Signed-off-by: Chen Hanxiao --- qapi-schema.json | 9 + qmp-commands.hx | 21 + qmp.c

Re: [Qemu-devel] [PATCH v2 1/2] qmp: add support for system_suspend

2015-11-30 Thread Eric Blake
On 11/27/2015 08:01 PM, Chen Hanxiao wrote: > From: Chen Hanxiao > > This patch add support for system_suspend qmp command. > > Signed-off-by: Chen Hanxiao > --- > qapi-schema.json | 9 + > qmp-commands.hx | 21 + > qmp.c| 5 + > 3 files changed,

[Qemu-devel] [PATCH v2 1/2] qmp: add support for system_suspend

2015-11-27 Thread Chen Hanxiao
From: Chen Hanxiao This patch add support for system_suspend qmp command. Signed-off-by: Chen Hanxiao --- qapi-schema.json | 9 + qmp-commands.hx | 21 + qmp.c| 5 + 3 files changed, 35 insertions(+) diff --git a/qapi-schema.json b/qapi-schema.js