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
2019-01-11
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
1
-2
/
+2
2018-12-16
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ...
Peter Maydell
1
-1
/
+7
2018-12-14
monitor: Use address_space_read() to read memory
Peter Maydell
1
-1
/
+7
2018-12-14
qapi: add conditions to REPLICATION type/commands on the schema
Marc-André Lureau
1
-5
/
+0
2018-12-13
cutils: Fix qemu_strtosz() & friends to reject non-finite sizes
David Hildenbrand
1
-1
/
+1
2018-12-12
monitor: Remove "x-oob", offer capability "oob" unconditionally
Peter Xu
1
-18
/
+5
2018-12-12
monitor: Suspend monitor instead dropping commands
Peter Xu
1
-29
/
+23
2018-12-12
monitor: avoid potential dead-lock when cleaning up
Marc-André Lureau
1
-0
/
+3
2018-12-12
monitor: prevent inserting new monitors after cleanup
Marc-André Lureau
1
-2
/
+17
2018-12-12
monitor: check if chardev can switch gcontext for OOB
Marc-André Lureau
1
-2
/
+3
2018-12-12
monitor: accept chardev input from iothread
Marc-André Lureau
1
-10
/
+19
2018-12-12
monitor: inline ambiguous helper functions
Marc-André Lureau
1
-12
/
+2
2018-11-06
monitor: delay monitor iothread creation
Wolfgang Bumiller
1
-14
/
+21
2018-11-06
monitor: guard iothread access by mon->use_io_thread
Wolfgang Bumiller
1
-1
/
+1
2018-10-18
tcg: distribute tcg_time into TCG contexts
Emilio G. Cota
1
-3
/
+10
2018-10-05
qdev-monitor: print help to stdout
Marc-André Lureau
1
-3
/
+13
2018-09-25
monitor: print message when using 'help' with an unknown command
Collin Walling
1
-1
/
+8
2018-09-24
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-09-01' in...
Peter Maydell
1
-137
/
+13
2018-08-30
monitor: no need to save need_resume
Marc-André Lureau
1
-9
/
+4
2018-08-30
Revert "qmp: isolate responses into io thread"
Marc-André Lureau
1
-117
/
+3
2018-08-30
monitor: consitify qmp_send_response() QDict argument
Marc-André Lureau
1
-2
/
+2
2018-08-28
monitor: accept input on resume
Marc-André Lureau
1
-0
/
+1
2018-08-28
qapi: Drop qapi_event_send_FOO()'s Error ** argument
Peter Xu
1
-3
/
+2
2018-08-28
monitor: simplify monitor_qmp_setup_handlers_bh
Peter Xu
1
-9
/
+3
2018-08-24
json: Clean up headers
Markus Armbruster
1
-1
/
+1
2018-08-24
json: Pass lexical errors and limit violations to callback
Markus Armbruster
1
-4
/
+1
2018-08-24
json: Redesign the callback to consume JSON values
Markus Armbruster
1
-10
/
+8
2018-08-23
hmp-commands-info: add sync-profile
Emilio G. Cota
1
-0
/
+11
2018-08-15
monitor: fix oob command leak
Marc-André Lureau
1
-0
/
+2
2018-07-31
monitor: temporary fix for dead-lock on event recursion
Marc-André Lureau
1
-1
/
+43
2018-07-23
monitor: Fix unsafe sharing of @cur_mon among threads
Peter Xu
1
-1
/
+1
2018-07-16
monitor: Fix tracepoint crash on JSON syntax error
Markus Armbruster
1
-1
/
+1
2018-07-11
monitor: fix double-free of request error
Marc-André Lureau
1
-0
/
+1
2018-07-05
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-07-03-v2'...
Peter Maydell
1
-295
/
+212
2018-07-03
monitor: Improve some comments
Markus Armbruster
1
-55
/
+45
2018-07-03
qmp: Clean up capability negotiation after commit 02130314d8c
Markus Armbruster
1
-51
/
+38
2018-07-03
qmp: Simplify monitor_qmp_respond()
Markus Armbruster
1
-16
/
+10
2018-07-03
qmp: Replace get_qmp_greeting() by qmp_greeting()
Markus Armbruster
1
-6
/
+7
2018-07-03
qmp: Replace monitor_json_emitter{,raw}() by qmp_{queue,send}_response()
Markus Armbruster
1
-11
/
+10
2018-07-03
qmp: Use QDict * instead of QObject * for response objects
Markus Armbruster
1
-15
/
+16
2018-07-03
qmp: De-duplicate error response building
Markus Armbruster
1
-6
/
+1
2018-07-03
monitor: Peel off @mon_global wrapper
Markus Armbruster
1
-31
/
+29
2018-07-03
monitor: Rename use_io_thr to use_io_thread
Markus Armbruster
1
-11
/
+11
2018-07-03
qmp: Don't let JSON errors jump the queue
Markus Armbruster
1
-8
/
+15
2018-07-03
qmp: Don't let malformed in-band commands jump the queue
Markus Armbruster
1
-61
/
+18
2018-07-03
tests/qmp-test: Demonstrate QMP errors jumping the queue
Markus Armbruster
1
-0
/
+1
2018-07-03
qmp: Simplify code around monitor_qmp_dispatch_one()
Markus Armbruster
1
-34
/
+24
2018-07-03
qmp: Always free QMPRequest with qmp_request_free()
Markus Armbruster
1
-4
/
+2
2018-07-03
qmp: Revert change to handle_qmp_command tracepoint
Markus Armbruster
1
-6
/
+6
2018-07-03
qmp: Redo how the client requests out-of-band execution
Markus Armbruster
1
-0
/
+3
[next]