aboutsummaryrefslogtreecommitdiff
path: root/monitor.c
AgeCommit message (Expand)Author
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-22qerror: Finally unused, clean upMarkus Armbruster
2015-06-22qmp: Wean off qerror_report()Markus Armbruster
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-06-22QemuOpts: Wean off qerror_report_err()Markus Armbruster
2015-06-22disas: Remove uses of CPU envPeter Crosthwaite
2015-06-22monitor: Split mon_get_cpu fn to remove ENV_GET_CPUPeter Crosthwaite
2015-06-22monitor: Fix failure path for "S" argumentBandan Das
2015-06-22monitor: Point to "help" command on syntax errorBandan Das
2015-06-22monitor: cleanup parsing of cmd name and cmd argumentsBandan Das
2015-06-22monitor: remove debug printsBandan Das
2015-06-22qobject: Use 'bool' inside qdictEric Blake
2015-06-22qobject: Use 'bool' for qboolEric Blake
2015-06-15audio: remove LOG_TO_MONITOR along with default_monKővágó, Zoltán
2015-06-12qmp/hmp: add rocker device supportScott Feldman
2015-06-08monitor: Fix QMP ABI breakage around "id"Markus Armbruster
2015-06-02monitor: Change return type of monitor_cur_is_qmp() to boolMarkus Armbruster
2015-06-02monitor: Rename monitor_ctrl_mode() to monitor_is_qmp()Markus Armbruster
2015-06-02monitor: Turn int command_mode into bool in_command_modeMarkus Armbruster
2015-06-02monitor: Drop do_qmp_capabilities()'s superfluous QMP checkMarkus Armbruster
2015-06-02monitor: Unbox Monitor member mc and rename to qmpMarkus Armbruster
2015-06-02monitor: Rename monitor_control_read(), monitor_control_event()Markus Armbruster
2015-06-02monitor: Rename handle_user_command() to handle_hmp_command()Markus Armbruster
2015-06-02monitor: Limit QError use to command handlersMarkus Armbruster
2015-06-02monitor: Inline monitor_has_error() into its only callerMarkus Armbruster
2015-06-02monitor: Wean monitor_protocol_emitter() off mon->errorMarkus Armbruster
2015-06-02monitor: Propagate errors through invalid_qmp_mode()Markus Armbruster
2015-06-02monitor: Propagate errors through qmp_check_input_obj()Markus Armbruster
2015-06-02monitor: Propagate errors through qmp_check_client_args()Markus Armbruster
2015-06-02monitor: Drop unused "new" HMP command interfaceMarkus Armbruster
2015-06-02monitor: Use traditional command interface for HMP device_addMarkus Armbruster
2015-06-02monitor: Convert client_migrate_info to QAPIMarkus Armbruster
2015-06-02monitor: Improve and document client_migrate_info protocol errorMarkus Armbruster
2015-06-02monitor: Clean up after previous commitMarkus Armbruster
2015-06-02monitor: Drop broken, unused asynchronous command interfaceMarkus Armbruster
2015-05-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-05-07migration: Add hmp interface to set and query parametersLiang Li
2015-04-30monitor: Remove unused functionsThomas Huth
2015-04-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150427'...Peter Maydell
2015-04-27monitor: check return value of qemu_find_net_clients_except()Jason Wang
2015-04-27monitor: replace the magic number 255 with MAX_QUEUE_NUMJason Wang
2015-04-27Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150427-1' into ...Peter Maydell
2015-04-27monitor: Make client_migrate_info synchronousMarkus Armbruster
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell
2015-04-24qmp: Give saner messages related to qmp_capabilities misuseEric Blake
2015-03-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20150320-1' into s...Peter Maydell
2015-03-19Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-03-1...Peter Maydell
2015-03-19Fix remaining warnings from Sparse (void return)Stefan Weil
2015-03-18profiler: Reenable built-in profilerAlexey Kardashevskiy
2015-03-17qom: Implement info qom-tree HMP commandAndreas Färber