Sign in
qemu
/
qemu
/
ee1045877a7e226945c7cec2bda80039bd2d0c8e
/
monitor.c
caf1531
monitor: make monitor_fprintf and mon_get_cpu externally visible
by Pavel Butsykin
· 9 years ago
4677bb4
utils: rename strtosz to use qemu prefix
by Marc-André Lureau
· 9 years ago
39a1815
qapi: New QMP command query-qmp-schema for QMP introspection
by Markus Armbruster
· 9 years ago
7fad30f
qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()
by Markus Armbruster
· 9 years ago
e6b65fe
monitor: uninclude cpu_ldst
by Peter Crosthwaite
· 9 years ago
bf95728
monitor: remove target-specific code from monitor.c
by Pavel Butsykin
· 9 years ago
da76ee7
hmp-commands-info: move info_cmds content out of monitor.c
by Pavel Butsykin
· 9 years ago
6231316
hmp: add info iothreads command
by Ting Wang
· 10 years ago
b041066
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
by Peter Maydell
· 10 years ago
987bd27
trace-events: Add hmp completion
by Dr. David Alan Gilbert
· 10 years ago
a08f008
s390x: Info skeys sub-command
by Jason J. Herne
· 10 years ago
a4538a5
s390x: Dump-skeys hmp support
by Jason J. Herne
· 10 years ago
7ee0c3e
s390x: Dump storage keys qmp command
by Jason J. Herne
· 10 years ago
71baf78
osdep.h: Remove qemu_printf
by Peter Maydell
· 10 years ago
cc7a8ea
Include qapi/qmp/qerror.h exactly where needed
by Markus Armbruster
· 10 years ago
4629ed1
qerror: Finally unused, clean up
by Markus Armbruster
· 10 years ago
485febc
qmp: Wean off qerror_report()
by Markus Armbruster
· 10 years ago
c6bd8c7
qerror: Clean up QERR_ macros to expand into a single string
by Markus Armbruster
· 10 years ago
70b9433
QemuOpts: Wean off qerror_report_err()
by Markus Armbruster
· 10 years ago
d49190c
disas: Remove uses of CPU env
by Peter Crosthwaite
· 10 years ago
5bcda5f
monitor: Split mon_get_cpu fn to remove ENV_GET_CPU
by Peter Crosthwaite
· 10 years ago
e549d2a
monitor: Fix failure path for "S" argument
by Bandan Das
· 10 years ago
dd41eea
monitor: Point to "help" command on syntax error
by Bandan Das
· 10 years ago
ae50212
monitor: cleanup parsing of cmd name and cmd arguments
by Bandan Das
· 10 years ago
19f2db5
monitor: remove debug prints
by Bandan Das
· 10 years ago
34acbc9
qobject: Use 'bool' inside qdict
by Eric Blake
· 10 years ago
fc48ffc
qobject: Use 'bool' for qbool
by Eric Blake
· 10 years ago
06ac27f
audio: remove LOG_TO_MONITOR along with default_mon
by Kővágó, Zoltán
· 10 years ago
fafa4d5
qmp/hmp: add rocker device support
by Scott Feldman
· 10 years ago
779cec4
monitor: Fix QMP ABI breakage around "id"
by Markus Armbruster
· 10 years ago
489653b
monitor: Change return type of monitor_cur_is_qmp() to bool
by Markus Armbruster
· 10 years ago
9f3982f
monitor: Rename monitor_ctrl_mode() to monitor_is_qmp()
by Markus Armbruster
· 10 years ago
f994b25
monitor: Turn int command_mode into bool in_command_mode
by Markus Armbruster
· 10 years ago
6a50636
monitor: Drop do_qmp_capabilities()'s superfluous QMP check
by Markus Armbruster
· 10 years ago
74358f2
monitor: Unbox Monitor member mc and rename to qmp
by Markus Armbruster
· 10 years ago
c83fe23
monitor: Rename monitor_control_read(), monitor_control_event()
by Markus Armbruster
· 10 years ago
7ef6cf6
monitor: Rename handle_user_command() to handle_hmp_command()
by Markus Armbruster
· 10 years ago
710aec9
monitor: Limit QError use to command handlers
by Markus Armbruster
· 10 years ago
452e030
monitor: Inline monitor_has_error() into its only caller
by Markus Armbruster
· 10 years ago
70ea0c5
monitor: Wean monitor_protocol_emitter() off mon->error
by Markus Armbruster
· 10 years ago
4086182
monitor: Propagate errors through invalid_qmp_mode()
by Markus Armbruster
· 10 years ago
ba0510a
monitor: Propagate errors through qmp_check_input_obj()
by Markus Armbruster
· 10 years ago
326283a
monitor: Propagate errors through qmp_check_client_args()
by Markus Armbruster
· 10 years ago
8a4f501
monitor: Drop unused "new" HMP command interface
by Markus Armbruster
· 10 years ago
318660f
monitor: Use traditional command interface for HMP device_add
by Markus Armbruster
· 10 years ago
b8a185b
monitor: Convert client_migrate_info to QAPI
by Markus Armbruster
· 10 years ago
13cadef
monitor: Improve and document client_migrate_info protocol error
by Markus Armbruster
· 10 years ago
84add86
monitor: Clean up after previous commit
by Markus Armbruster
· 10 years ago
65207c5
monitor: Drop broken, unused asynchronous command interface
by Markus Armbruster
· 10 years ago
0403b0f
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 10 years ago
50e9a62
migration: Add hmp interface to set and query parameters
by Liang Li
· 10 years ago
26b9310
monitor: Remove unused functions
by Thomas Huth
· 10 years ago
da378d0
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150427' into staging
by Peter Maydell
· 10 years ago
bcfa4d6
monitor: check return value of qemu_find_net_clients_except()
by Jason Wang
· 10 years ago
eaed483
monitor: replace the magic number 255 with MAX_QUEUE_NUM
by Jason Wang
· 10 years ago
3d27b09
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150427-1' into staging
by Peter Maydell
· 10 years ago
3b5704b
monitor: Make client_migrate_info synchronous
by Markus Armbruster
· 10 years ago
42874d3
Switch non-CPU callers from ld/st*_phys to address_space_ld/st*
by Peter Maydell
· 10 years ago
2d5a834
qmp: Give saner messages related to qmp_capabilities misuse
by Eric Blake
· 10 years ago
e7e9b49
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20150320-1' into staging
by Peter Maydell
· 10 years ago
7a9a5e7
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-03-19' into staging
by Peter Maydell
· 10 years ago
e7ae771
Fix remaining warnings from Sparse (void return)
by Stefan Weil
· 10 years ago
89d5cbd
profiler: Reenable built-in profiler
by Alexey Kardashevskiy
· 10 years ago
a01ff75
qom: Implement info qom-tree HMP command
by Andreas Färber
· 11 years ago
9b14e0e
monitor usb: Inline monitor_read_bdrv_key_start()'s first part
by Markus Armbruster
· 10 years ago
988e0f0
monitor: Plug memory leak in monitor_read_bdrv_key_start()
by Markus Armbruster
· 10 years ago
bcf5d19
monitor: Drop dead QMP check from monitor_read_password()
by Markus Armbruster
· 10 years ago
5560625
monitor: Convert bdrv_find to blk_by_name
by Fam Zheng
· 10 years ago
2dffe55
Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into staging
by Peter Maydell
· 10 years ago
041ccc9
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
by Peter Maydell
· 10 years ago
c5c6d7f
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into staging
by Peter Maydell
· 10 years ago
e35704b
numa: Move NUMA declarations from sysemu.h to numa.h
by Eduardo Habkost
· 10 years ago
606ee8f
monitor: Fix missing err = NULL in client_migrate_info()
by Gonglei
· 10 years ago
1ce6be2
hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()
by Markus Armbruster
· 10 years ago
3e5a50d
hmp: Name HMP command handler functions hmp_COMMAND()
by Markus Armbruster
· 10 years ago
091e38b
monitor: Avoid qerror_report_err() outside QMP command handlers
by Markus Armbruster
· 10 years ago
1677f4c
monitor: Clean up around monitor_handle_fd_param()
by Markus Armbruster
· 10 years ago
4d2855a
block: New bdrv_add_key(), convert monitor to use it
by Markus Armbruster
· 10 years ago
cebbae8
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging
by Peter Maydell
· 10 years ago
2c4681f
monitor: more accurate completion for host_net_remove()
by Jason Wang
· 10 years ago
a6c90cb
qmp: Eliminate silly QERR_COMMAND_NOT_FOUND macro
by Markus Armbruster
· 10 years ago
bb5224e
qmp: Simplify recognition of capability negotiation command
by Markus Armbruster
· 10 years ago
b25d81b
qmp hmp: Factor out common "using spice" test
by Markus Armbruster
· 10 years ago
24e6030
monitor.c: Use ld*_p() instead of ld*_raw()
by Peter Maydell
· 10 years ago
f183993
bootdevice: add Error **errp argument for qemu_boot_set()
by Gonglei
· 10 years ago
246ae24
tcg: add separate monitor command to dump opcode counters
by Max Filippov
· 10 years ago
48fe86f
monitor: Fix HMP tab completion
by Kevin Wolf
· 10 years ago
e6bb31e
block/hmp: Allow node-name in 'info block'
by Kevin Wolf
· 10 years ago
4cae4d5
hmp: fix regression of HMP device_del auto-completion
by Marcel Apfelbaum
· 10 years ago
776346c
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-11' into staging
by Peter Maydell
· 10 years ago
5b009e4
numa: make 'info numa' take into account hotplugged memory
by zhanghailiang
· 10 years ago
d298118
ppc: fix monitor access to CR
by Paolo Bonzini
· 11 years ago
7797a73
hmp: Remove "info pcmcia"
by Markus Armbruster
· 10 years ago
e799157
monitor: delete device_del_bus_completion
by Zhu Guihua
· 10 years ago
6a1fa9f
monitor: add del completion for peripheral device
by Zhu Guihua
· 10 years ago
097310b
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
by Markus Armbruster
· 10 years ago
fea68bb
block: Eliminate bdrv_iterate(), use bdrv_next()
by Markus Armbruster
· 10 years ago
a631892
Add HMP command "info memory-devices"
by Zhu Guihua
· 10 years ago
e5554e2
monitor: Reset HMP mon->rs in CHR_EVENT_OPEN
by Stratos Psomadakis
· 10 years ago
14101d0
trace: [hmp] Reimplement "trace-event" and "info trace-events" using QMP
by Lluís Vilanova
· 11 years ago
Next »