index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
monitor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-25
monitor: make monitor_fprintf and mon_get_cpu externally visible
Pavel Butsykin
1
-3
/
+2
2015-09-25
utils: rename strtosz to use qemu prefix
Marc-André Lureau
1
-1
/
+1
2015-09-21
qapi: New QMP command query-qmp-schema for QMP introspection
Markus Armbruster
1
-0
/
+16
2015-09-21
qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()
Markus Armbruster
1
-1
/
+1
2015-09-16
monitor: uninclude cpu_ldst
Peter Crosthwaite
1
-1
/
+0
2015-09-16
monitor: remove target-specific code from monitor.c
Pavel Butsykin
1
-852
/
+8
2015-09-16
hmp-commands-info: move info_cmds content out of monitor.c
Pavel Butsykin
1
-387
/
+2
2015-09-04
hmp: add info iothreads command
Ting Wang
1
-0
/
+7
2015-09-03
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
1
-0
/
+20
2015-09-03
trace-events: Add hmp completion
Dr. David Alan Gilbert
1
-0
/
+20
2015-09-03
s390x: Info skeys sub-command
Jason J. Herne
1
-0
/
+9
2015-09-03
s390x: Dump-skeys hmp support
Jason J. Herne
1
-0
/
+4
2015-09-03
s390x: Dump storage keys qmp command
Jason J. Herne
1
-0
/
+7
2015-08-19
osdep.h: Remove qemu_printf
Peter Maydell
1
-2
/
+2
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
1
-0
/
+1
2015-06-22
qerror: Finally unused, clean up
Markus Armbruster
1
-13
/
+0
2015-06-22
qmp: Wean off qerror_report()
Markus Armbruster
1
-18
/
+6
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-33
/
+33
2015-06-22
QemuOpts: Wean off qerror_report_err()
Markus Armbruster
1
-1
/
+1
2015-06-22
disas: Remove uses of CPU env
Peter Crosthwaite
1
-1
/
+1
2015-06-22
monitor: Split mon_get_cpu fn to remove ENV_GET_CPU
Peter Crosthwaite
1
-36
/
+29
2015-06-22
monitor: Fix failure path for "S" argument
Bandan Das
1
-1
/
+1
2015-06-22
monitor: Point to "help" command on syntax error
Bandan Das
1
-0
/
+2
2015-06-22
monitor: cleanup parsing of cmd name and cmd arguments
Bandan Das
1
-40
/
+56
2015-06-22
monitor: remove debug prints
Bandan Das
1
-19
/
+1
2015-06-22
qobject: Use 'bool' inside qdict
Eric Blake
1
-1
/
+1
2015-06-22
qobject: Use 'bool' for qbool
Eric Blake
1
-5
/
+5
2015-06-15
audio: remove LOG_TO_MONITOR along with default_mon
Kővágó, Zoltán
1
-4
/
+0
2015-06-12
qmp/hmp: add rocker device support
Scott Feldman
1
-0
/
+28
2015-06-08
monitor: Fix QMP ABI breakage around "id"
Markus Armbruster
1
-0
/
+2
2015-06-02
monitor: Change return type of monitor_cur_is_qmp() to bool
Markus Armbruster
1
-2
/
+4
2015-06-02
monitor: Rename monitor_ctrl_mode() to monitor_is_qmp()
Markus Armbruster
1
-6
/
+8
2015-06-02
monitor: Turn int command_mode into bool in_command_mode
Markus Armbruster
1
-11
/
+12
2015-06-02
monitor: Drop do_qmp_capabilities()'s superfluous QMP check
Markus Armbruster
1
-5
/
+1
2015-06-02
monitor: Unbox Monitor member mc and rename to qmp
Markus Armbruster
1
-18
/
+15
2015-06-02
monitor: Rename monitor_control_read(), monitor_control_event()
Markus Armbruster
1
-10
/
+4
2015-06-02
monitor: Rename handle_user_command() to handle_hmp_command()
Markus Armbruster
1
-5
/
+5
2015-06-02
monitor: Limit QError use to command handlers
Markus Armbruster
1
-13
/
+14
2015-06-02
monitor: Inline monitor_has_error() into its only caller
Markus Armbruster
1
-6
/
+1
2015-06-02
monitor: Wean monitor_protocol_emitter() off mon->error
Markus Armbruster
1
-6
/
+7
2015-06-02
monitor: Propagate errors through invalid_qmp_mode()
Markus Armbruster
1
-8
/
+10
2015-06-02
monitor: Propagate errors through qmp_check_input_obj()
Markus Armbruster
1
-9
/
+10
2015-06-02
monitor: Propagate errors through qmp_check_client_args()
Markus Armbruster
1
-32
/
+33
2015-06-02
monitor: Drop unused "new" HMP command interface
Markus Armbruster
1
-21
/
+1
2015-06-02
monitor: Use traditional command interface for HMP device_add
Markus Armbruster
1
-2
/
+0
2015-06-02
monitor: Convert client_migrate_info to QAPI
Markus Armbruster
1
-24
/
+18
2015-06-02
monitor: Improve and document client_migrate_info protocol error
Markus Armbruster
1
-1
/
+1
2015-06-02
monitor: Clean up after previous commit
Markus Armbruster
1
-29
/
+11
2015-06-02
monitor: Drop broken, unused asynchronous command interface
Markus Armbruster
1
-68
/
+2
2015-05-11
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-11
/
+14
[next]