qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] qmp/hmp: wakeup-from-suspend-support command
@ 2017-12-06 12:02 Daniel Henrique Barboza
  2017-12-06 12:02 ` [Qemu-devel] [PATCH 1/3] qmp: introduce query-wakeup-from-suspend-support command Daniel Henrique Barboza
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Daniel Henrique Barboza @ 2017-12-06 12:02 UTC (permalink / raw)
  To: qemu-devel; +Cc: armbru, dgilbert, mdroth, Daniel Henrique Barboza

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-12-23 15:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-06 12:02 [Qemu-devel] [PATCH 0/3] qmp/hmp: wakeup-from-suspend-support command Daniel Henrique Barboza
2017-12-06 12:02 ` [Qemu-devel] [PATCH 1/3] qmp: introduce query-wakeup-from-suspend-support command Daniel Henrique Barboza
2017-12-06 14:26   ` Eric Blake
2017-12-06 15:50     ` Daniel Henrique Barboza
2017-12-21 19:03       ` Daniel Henrique Barboza
2017-12-06 12:02 ` [Qemu-devel] [PATCH 2/3] hmp: introduce wakeup-from-suspend-support command Daniel Henrique Barboza
2017-12-06 12:02 ` [Qemu-devel] [PATCH 3/3] qga: update guest-suspend-ram and guest-suspend-hybrid descriptions Daniel Henrique Barboza
2017-12-21 19:23 ` [Qemu-devel] [PATCH 0/3] qmp/hmp: wakeup-from-suspend-support command no-reply

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).