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