qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] qmp/hmp: wakeup-from-suspend-support command


From: Daniel Henrique Barboza
Subject: [Qemu-devel] [PATCH 0/3] qmp/hmp: wakeup-from-suspend-support command
Date: Wed, 6 Dec 2017 10:02:14 -0200

This series introduces a new qmp/hmp command called
query-wakeup-from-suspend-support that retrieves information of
whether the running guest has support to properly wake up from
the SUSPENDED state, allowing management to forbid the
guest-suspend operation if this support isn't available.



Daniel Henrique Barboza (3):
  qmp: introduce query-wakeup-from-suspend-support command
  hmp: introduce wakeup-from-suspend-support command
  qga: update guest-suspend-ram and guest-suspend-hybrid descriptions

 hmp-commands-info.hx    | 15 +++++++++++++++
 hmp.c                   | 11 +++++++++++
 hmp.h                   |  1 +
 include/sysemu/sysemu.h |  1 +
 qapi-schema.json        | 23 +++++++++++++++++++++++
 qga/qapi-schema.json    | 12 ++++++++----
 qmp.c                   |  9 +++++++++
 vl.c                    |  5 +++++
 8 files changed, 73 insertions(+), 4 deletions(-)

-- 
2.13.6




reply via email to

[Prev in Thread] Current Thread [Next in Thread]