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-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
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-1
/
+1
2018-02-09
Drop superfluous includes of qapi/qmp/dispatch.h
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qapi/qmp/qbool.h exactly where needed
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qapi/qmp/qstring.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-09
qdict qlist: Make most helper macros functions
Markus Armbruster
1
-0
/
+1
2018-02-09
Eliminate qapi/qmp/types.h
Markus Armbruster
1
-1
/
+1
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-0
/
+2
2018-01-16
readline: add a free function
Marc-André Lureau
1
-1
/
+1
2017-12-18
misc: remove old i386 dependency
Philippe Mathieu-Daudé
1
-1
/
+0
2017-10-30
monitor: fix dangling CPU pointer
Greg Kurz
1
-5
/
+18
2017-10-25
disas: Remove unused flags arguments
Richard Henderson
1
-2
/
+1
2017-10-25
target/ppc: Convert to disas_set_info hook
Richard Henderson
1
-5
/
+0
2017-10-25
target/i386: Convert to disas_set_info hook
Richard Henderson
1
-21
/
+0
2017-10-05
hmp: Fix unknown command for subtable
Dr. David Alan Gilbert
1
-3
/
+4
2017-10-02
qapi: Rename WatchdogExpirationAction enum
Michal Privoznik
1
-2
/
+2
[next]