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