index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qapi
/
qmp-registry.c
Age
Commit message (
Expand
)
Author
2019-02-18
qapi: remove qmp_unregister_command()
Marc-André Lureau
2017-03-05
qapi: Support multiple command registries per program
Markus Armbruster
2016-09-19
qapi: Support unregistering QMP commands
Markus Armbruster
2016-06-07
all: Remove unnecessary glib.h includes
Peter Maydell
2016-05-12
qmp: Drop dead command->type
Eric Blake
2016-02-04
qapi: Clean up includes
Peter Maydell
2013-10-10
qemu-ga: Extend 'guest-info' command to expose flag 'success-response'
Mark Wu
2013-10-10
qemu-ga: Add interface to traverse the qmp command list by QmpCommand
Mark Wu
2013-01-30
qapi: Fix unchecked strdup() by converting to g_strdup()
Markus Armbruster
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
2012-12-06
qapi/qmp-registry.c: Include headers it needs
Eduardo Habkost
2012-05-15
qapi: add support for command options
Luiz Capitulino
2012-04-30
qemu-ga: add a whitelist for fsfreeze-safe commands
Michael Roth
2011-12-12
guest agent: add supported command list to guest-info RPC
Michael Roth
2011-12-12
guest agent: add RPC blacklist command-line option
Michael Roth
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-07-21
qapi: add QMP command registration/lookup functions
Michael Roth