index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
monitor.c
Age
Commit message (
Expand
)
Author
2018-04-10
monitor: bind dispatch bh to iohandler context
Peter Xu
2018-03-27
monitor: new parameter "x-oob"
Peter Xu
2018-03-27
qmp: cleanup qmp queues properly
Peter Xu
2018-03-27
qmp: fix qmp_capabilities error regression
Peter Xu
2018-03-27
qdict: remove useless cast
Laurent Vivier
2018-03-23
Revert "monitor: enable IO thread for (qmp & !mux) typed"
Peter Xu
2018-03-19
monitor: enable IO thread for (qmp & !mux) typed
Peter Xu
2018-03-19
qmp: isolate responses into io thread
Peter Xu
2018-03-19
qmp: support out-of-band (oob) execution
Peter Xu
2018-03-19
monitor: send event when command queue full
Peter Xu
2018-03-19
monitor: separate QMP parser and dispatcher
Peter Xu
2018-03-19
monitor: let suspend/resume work even with QMPs
Peter Xu
2018-03-19
monitor: let suspend_cnt be thread safe
Peter Xu
2018-03-19
monitor: introduce monitor_qmp_respond()
Peter Xu
2018-03-19
qmp: introduce QMPCapability
Peter Xu
2018-03-19
monitor: allow using IO thread for parsing
Peter Xu
2018-03-19
monitor: let mon_list be tail queue
Peter Xu
2018-03-19
monitor: unify global init
Peter Xu
2018-03-19
monitor: move the cur_mon hack deeper for QMP
Peter Xu
2018-03-19
monitor: move skip_flush into monitor_data_init
Peter Xu
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
2018-03-19
qapi: generate a literal qobject for introspection
Marc-André Lureau
2018-03-13
sev/i386: qmp: add query-sev-capabilities command
Brijesh Singh
2018-03-13
sev/i386: qmp: add query-sev-launch-measure command
Brijesh Singh
2018-03-13
sev/i386: qmp: add query-sev command
Brijesh Singh
2018-03-05
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2018-03-05
net: Remove the deprecated 'host_net_add' and 'host_net_remove' HMP commands
Thomas Huth
2018-03-02
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster
2018-03-02
qapi-gen: New common driver for code and doc generators
Markus Armbruster
2018-02-26
hmp: change hmp_info_cpus to use query-cpus-fast
Viktor Mihajlovski
2018-02-16
monitor.c: Fix infinite loop in monitor's auto-complete
Dr. David Alan Gilbert
2018-02-16
monitor: Remove legacy "-mon default=on" parameter
Thomas Huth
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
Drop superfluous includes of qapi/qmp/dispatch.h
Markus Armbruster
2018-02-09
Include qapi/qmp/qbool.h exactly where needed
Markus Armbruster
2018-02-09
Include qapi/qmp/qstring.h exactly where needed
Markus Armbruster
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
qdict qlist: Make most helper macros functions
Markus Armbruster
2018-02-09
Eliminate qapi/qmp/types.h
Markus Armbruster
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2018-01-16
readline: add a free function
Marc-André Lureau
2017-12-18
misc: remove old i386 dependency
Philippe Mathieu-Daudé
2017-10-30
monitor: fix dangling CPU pointer
Greg Kurz
2017-10-25
disas: Remove unused flags arguments
Richard Henderson
2017-10-25
target/ppc: Convert to disas_set_info hook
Richard Henderson
2017-10-25
target/i386: Convert to disas_set_info hook
Richard Henderson
2017-10-05
hmp: Fix unknown command for subtable
Dr. David Alan Gilbert
2017-10-02
qapi: Rename WatchdogExpirationAction enum
Michal Privoznik
2017-09-21
memory: Rework "info mtree" to print flat views and dispatch trees
Alexey Kardashevskiy
2017-09-14
hmp: extend "info numa" with hotplugged memory information
Vadim Galitsyn
[next]