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
2018-06-28
memory/hmp: Print owners/parents in "info mtree"
Alexey Kardashevskiy
1
-1
/
+3
2018-06-21
hmp: Allow HMP in preconfig state again
Dr. David Alan Gilbert
1
-6
/
+0
2018-06-21
hmp: Restrict auto-complete in preconfig
Dr. David Alan Gilbert
1
-2
/
+7
2018-06-21
hmp: Allow help on preconfig commands
Dr. David Alan Gilbert
1
-1
/
+7
2018-06-21
hmp: Add flag for preconfig commands
Dr. David Alan Gilbert
1
-0
/
+20
2018-06-21
monitor: report entirety of hmp command on error
Collin Walling
1
-2
/
+6
2018-06-18
monitor: add lock to protect mon_fdsets
Peter Xu
1
-10
/
+42
2018-06-18
monitor: remove event_clock_type
Peter Xu
1
-9
/
+16
2018-06-18
monitor: fix comment for monitor_lock
Peter Xu
1
-4
/
+3
2018-06-18
monitor: more comments on lock-free elements
Peter Xu
1
-1
/
+10
2018-06-18
monitor: protect mon->fds with mon_lock
Peter Xu
1
-4
/
+18
2018-06-18
monitor: rename out_lock to mon_lock
Peter Xu
1
-24
/
+29
2018-06-01
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+0
2018-06-01
hw: Do not include "sysemu/blockdev.h" if it is not necessary
Philippe Mathieu-Daudé
1
-1
/
+0
2018-05-30
qapi: introduce new cmd option "allow-preconfig"
Igor Mammedov
1
-3
/
+2
2018-05-30
hmp: disable monitor in preconfig state
Igor Mammedov
1
-0
/
+6
2018-05-04
qobject: Modify qobject_ref() to return obj
Marc-André Lureau
1
-13
/
+7
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
1
-25
/
+25
2018-04-10
monitor: bind dispatch bh to iohandler context
Peter Xu
1
-1
/
+1
2018-03-27
monitor: new parameter "x-oob"
Peter Xu
1
-2
/
+20
2018-03-27
qmp: cleanup qmp queues properly
Peter Xu
1
-19
/
+52
2018-03-27
qmp: fix qmp_capabilities error regression
Peter Xu
1
-15
/
+8
2018-03-27
qdict: remove useless cast
Laurent Vivier
1
-1
/
+1
2018-03-23
Revert "monitor: enable IO thread for (qmp & !mux) typed"
Peter Xu
1
-4
/
+1
2018-03-19
monitor: enable IO thread for (qmp & !mux) typed
Peter Xu
1
-1
/
+4
2018-03-19
qmp: isolate responses into io thread
Peter Xu
1
-1
/
+95
2018-03-19
qmp: support out-of-band (oob) execution
Peter Xu
1
-9
/
+75
2018-03-19
monitor: send event when command queue full
Peter Xu
1
-1
/
+17
2018-03-19
monitor: separate QMP parser and dispatcher
Peter Xu
1
-23
/
+178
2018-03-19
monitor: let suspend/resume work even with QMPs
Peter Xu
1
-3
/
+44
2018-03-19
monitor: let suspend_cnt be thread safe
Peter Xu
1
-7
/
+8
2018-03-19
monitor: introduce monitor_qmp_respond()
Peter Xu
1
-17
/
+33
2018-03-19
qmp: introduce QMPCapability
Peter Xu
1
-5
/
+72
2018-03-19
monitor: allow using IO thread for parsing
Peter Xu
1
-8
/
+95
2018-03-19
monitor: let mon_list be tail queue
Peter Xu
1
-6
/
+6
2018-03-19
monitor: unify global init
Peter Xu
1
-15
/
+10
2018-03-19
monitor: move the cur_mon hack deeper for QMP
Peter Xu
1
-7
/
+10
2018-03-19
monitor: move skip_flush into monitor_data_init
Peter Xu
1
-4
/
+4
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
1
-4
/
+4
2018-03-19
qapi: generate a literal qobject for introspection
Marc-André Lureau
1
-1
/
+1
2018-03-13
sev/i386: qmp: add query-sev-capabilities command
Brijesh Singh
1
-0
/
+7
2018-03-13
sev/i386: qmp: add query-sev-launch-measure command
Brijesh Singh
1
-0
/
+7
2018-03-13
sev/i386: qmp: add query-sev command
Brijesh Singh
1
-0
/
+7
2018-03-05
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
1
-61
/
+0
2018-03-05
net: Remove the deprecated 'host_net_add' and 'host_net_remove' HMP commands
Thomas Huth
1
-61
/
+0
2018-03-02
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster
1
-3
/
+3
2018-03-02
qapi-gen: New common driver for code and doc generators
Markus Armbruster
1
-1
/
+1
2018-02-26
hmp: change hmp_info_cpus to use query-cpus-fast
Viktor Mihajlovski
1
-3
/
+10
2018-02-16
monitor.c: Fix infinite loop in monitor's auto-complete
Dr. David Alan Gilbert
1
-2
/
+4
2018-02-16
monitor: Remove legacy "-mon default=on" parameter
Thomas Huth
1
-3
/
+0
[next]