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-dispatch.c
Age
Commit message (
Expand
)
Author
2016-05-12
qmp: Drop dead command->type
Eric Blake
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-02-04
qapi: Clean up includes
Peter Maydell
2015-12-17
qapi: Add alias for ErrorClass
Eric Blake
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
2015-01-29
qmp: Eliminate silly QERR_COMMAND_NOT_FOUND macro
Markus Armbruster
2014-05-09
qapi: Clean up fragile use of error_is_set()
Markus Armbruster
2014-05-09
qapi: Drop redundant, unclean error_is_set()
Markus Armbruster
2014-05-08
qmp hmp: Consistently name Error * objects err, and not errp
Markus Armbruster
2014-04-25
qerror.h: Remove QERR defines that are only used once
Cole Robinson
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
2012-08-13
error: drop error_get_qobject()/error_set_qobject()
Luiz Capitulino
2012-08-13
qemu-ga: switch to the new error format on the wire
Luiz Capitulino
2012-05-15
qapi: add support for command options
Luiz Capitulino
2011-12-12
guest agent: add RPC blacklist command-line option
Michael Roth
2011-07-21
qapi: add QMP dispatch functions
Michael Roth