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
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,
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