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-05-01
hmp: gva2gpa debug command
Dr. David Alan Gilbert
1
-0
/
+22
2019-04-18
monitor: Clean up how monitor_disas() funnels output to monitor
Markus Armbruster
1
-11
/
+0
2019-04-18
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
1
-2
/
+2
2019-04-18
qom/cpu: Simplify how CPUClass::dump_statistics() prints
Markus Armbruster
1
-1
/
+1
2019-04-18
memory: Clean up how mtree_info() prints
Markus Armbruster
1
-2
/
+1
2019-04-18
qsp: Simplify how qsp_report() prints
Markus Armbruster
1
-1
/
+1
2019-04-18
tcg: Simplify how dump_drift_info() prints
Markus Armbruster
1
-1
/
+1
2019-04-18
tcg: Simplify how dump_exec_info() prints
Markus Armbruster
1
-1
/
+1
2019-04-18
tcg: Simplify how dump_opcount_info() prints
Markus Armbruster
1
-1
/
+1
2019-04-18
trace: Simplify how st_print_trace_file_status() prints
Markus Armbruster
1
-1
/
+1
2019-04-18
monitor: Simplify how -device/device_add print help
Markus Armbruster
1
-11
/
+3
2019-04-18
monitor error: Make printf()-like functions return a value
Markus Armbruster
1
-28
/
+33
2019-03-18
qmp: common 'id' handling & make QGA conform to QMP spec
Marc-André Lureau
1
-21
/
+12
2019-03-11
monitor: deprecate acl_show, acl_reset, acl_policy, acl_add, acl_remove
Daniel P. Berrangé
1
-0
/
+23
2019-02-26
authz: delete existing ACL implementation
Daniel P. Berrange
1
-60
/
+119
2019-02-18
qmp: Deprecate query-events in favor of query-qmp-schema
Markus Armbruster
1
-0
/
+5
2019-02-18
qapi: make query-cpu-definitions depend on specific targets
Marc-André Lureau
1
-22
/
+0
2019-02-18
qapi: make query-cpu-model-expansion depend on s390 or x86
Marc-André Lureau
1
-3
/
+0
2019-02-18
qapi: make query-gic-capabilities depend on TARGET_ARM
Marc-André Lureau
1
-11
/
+0
2019-02-18
qapi: make s390 commands depend on TARGET_S390X
Marc-André Lureau
1
-14
/
+0
2019-02-18
qapi: make rtc-reset-reinjection and SEV depend on TARGET_I386
Marc-André Lureau
1
-31
/
+0
2019-02-18
qapi: Generate QAPIEvent stuff into separate files
Markus Armbruster
1
-1
/
+1
2019-02-05
monitor: do not use QTAILQ_FOREACH_SAFE across critical sections
Paolo Bonzini
1
-3
/
+2
2019-01-24
qapi: Eliminate indirection through qmp_event_get_func_emit()
Markus Armbruster
1
-3
/
+1
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
[next]