On Tue, May 08, 2012 at 02:24:43PM -0300, Luiz Capitulino wrote: > 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.
Looks good. Tested the affected RPCs and everything seems to work as expected. Applied to qemu-ga queue. > > 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(-) >