This series changes qemu-ga to not emit a success response for commands guest-shutdown and guest-suspend-{ram,disk,hybrid}. More details and the reason for this change can be found in the following patches.
V2 o Rename option_is_enabled() to option_value_matches() [Michael] o Improve guest-shutdown and guest-suspend-* docs [Michael] qapi-schema-guest.json | 56 +++++++++++++++++++++++++++++----------------- qapi/qmp-core.h | 10 ++++++++- qapi/qmp-dispatch.c | 8 +++++-- qapi/qmp-registry.c | 4 +++- qemu-ga.c | 2 -- scripts/qapi-commands.py | 14 ++++++++++-- 6 files changed, 66 insertions(+), 28 deletions(-)