Age | Commit message (Expand) | Author |
2018-05-30 | qapi: introduce new cmd option "allow-preconfig" | Igor Mammedov |
2018-05-30 | hmp: disable monitor in preconfig state | Igor Mammedov |
2018-05-04 | qobject: Modify qobject_ref() to return obj | Marc-André Lureau |
2018-05-04 | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau |
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 |