| Commit message (Expand) | Author | Age | Files | Lines |
* | qmp: Move dispatcher to a coroutine | Kevin Wolf | 2020-10-09 | 1 | -0/+3 |
* | qmp: constify QmpCommand and list | Marc-André Lureau | 2020-03-17 | 1 | -3/+3 |
* | qapi: remove qmp_unregister_command() | Marc-André Lureau | 2019-02-18 | 1 | -8/+0 |
* | qapi: Support multiple command registries per program | Markus Armbruster | 2017-03-05 | 1 | -19/+18 |
* | qapi: Support unregistering QMP commands | Markus Armbruster | 2016-09-19 | 1 | -0/+8 |
* | all: Remove unnecessary glib.h includes | Peter Maydell | 2016-06-07 | 1 | -1/+0 |
* | qmp: Drop dead command->type | Eric Blake | 2016-05-12 | 1 | -1/+0 |
* | qapi: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -1/+1 |
* | qemu-ga: Extend 'guest-info' command to expose flag 'success-response' | Mark Wu | 2013-10-10 | 1 | -0/+5 |
* | qemu-ga: Add interface to traverse the qmp command list by QmpCommand | Mark Wu | 2013-10-10 | 1 | -22/+8 |
* | qapi: Fix unchecked strdup() by converting to g_strdup() | Markus Armbruster | 2013-01-30 | 1 | -1/+1 |
* | qapi: move include files to include/qobject/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | qapi/qmp-registry.c: Include headers it needs | Eduardo Habkost | 2012-12-06 | 1 | -0/+2 |
* | qapi: add support for command options | Luiz Capitulino | 2012-05-15 | 1 | -1/+3 |
* | qemu-ga: add a whitelist for fsfreeze-safe commands | Michael Roth | 2012-04-30 | 1 | -2/+12 |
* | guest agent: add supported command list to guest-info RPC | Michael Roth | 2011-12-13 | 1 | -0/+13 |
* | guest agent: add RPC blacklist command-line option | Michael Roth | 2011-12-13 | 1 | -5/+38 |
* | Use glib memory allocation and free functions | Anthony Liguori | 2011-08-21 | 1 | -1/+1 |
* | qapi: add QMP command registration/lookup functions | Michael Roth | 2011-07-21 | 1 | -0/+40 |