summaryrefslogtreecommitdiffstats
path: root/monitor.c
Commit message (Expand)AuthorAgeFilesLines
* arm: qmp: add query-gic-capabilities interfacePeter Xu2019-11-291-0/+8
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-291-0/+1
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2019-11-291-2/+2
* monitor: Use BB list for BB name completionMax Reitz2019-11-291-3/+4
* monitor: Use QEMU_CLOCK_VIRTUAL for the event queue in qtest modeAlberto Garcia2019-11-291-3/+10
* monitor: Separate QUORUM_REPORT_BAD events according to the node nameAlberto Garcia2019-11-291-0/+9
* qapi: rename input buttonsGerd Hoffmann2019-11-291-1/+1
* all: Clean up includesPeter Maydell2019-11-291-1/+1
* error: Use error_report_err() instead of monitor_printf()Markus Armbruster2019-11-291-4/+2
* qapi: Change munging of CamelCase enum valuesEric Blake2019-11-291-1/+1
* qapi: Add alias for ErrorClassEric Blake2019-11-291-1/+1
* qapi: Don't let implicit enum MAX member collideEric Blake2019-11-291-7/+7
* qjson: store tokens in a GQueuePaolo Bonzini2015-11-261-1/+1
* monitor: Plug memory leak on QMP errorMarkus Armbruster2015-11-261-0/+1
* monitor/target-ppc: Define target_get_monitor_defAlexey Kardashevskiy2015-11-121-1/+9
* monitor: add missed aio_context_acquire into vm_completion callDenis V. Lunev2015-11-091-3/+8
* monitor: Throttle event VSERPORT_CHANGE separately by "id"Markus Armbruster2015-10-301-4/+23
* monitor: Turn monitor_qapi_event_state[] into a hash tableMarkus Armbruster2015-10-301-16/+37
* monitor: Split MonitorQAPIEventConf off MonitorQAPIEventStateMarkus Armbruster2015-10-291-41/+37
* monitor: Switch from timer_new() to timer_new_ns()Markus Armbruster2015-10-291-4/+3
* monitor: Simplify event throttlingMarkus Armbruster2015-10-291-33/+30
* monitor: Reduce casting of QAPI event QDictMarkus Armbruster2015-10-291-19/+19
* block: Prepare for NULL BDSMax Reitz2015-10-231-0/+4
* monitor: make monitor_fprintf and mon_get_cpu externally visiblePavel Butsykin2015-09-251-3/+2
* utils: rename strtosz to use qemu prefixMarc-André Lureau2015-09-251-1/+1
* qapi: New QMP command query-qmp-schema for QMP introspectionMarkus Armbruster2015-09-211-0/+16
* qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()Markus Armbruster2015-09-211-1/+1
* monitor: uninclude cpu_ldstPeter Crosthwaite2015-09-161-1/+0
* monitor: remove target-specific code from monitor.cPavel Butsykin2015-09-161-852/+8
* hmp-commands-info: move info_cmds content out of monitor.cPavel Butsykin2015-09-161-387/+2
* hmp: add info iothreads commandTing Wang2015-09-041-0/+7
* Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2015-09-031-0/+20
|\
| * trace-events: Add hmp completionDr. David Alan Gilbert2015-09-031-0/+20
* | s390x: Info skeys sub-commandJason J. Herne2015-09-031-0/+9
* | s390x: Dump-skeys hmp supportJason J. Herne2015-09-031-0/+4
* | s390x: Dump storage keys qmp commandJason J. Herne2015-09-031-0/+7
|/
* osdep.h: Remove qemu_printfPeter Maydell2015-08-191-2/+2
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-0/+1
* qerror: Finally unused, clean upMarkus Armbruster2015-06-221-13/+0
* qmp: Wean off qerror_report()Markus Armbruster2015-06-221-18/+6
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-33/+33
* QemuOpts: Wean off qerror_report_err()Markus Armbruster2015-06-221-1/+1
* disas: Remove uses of CPU envPeter Crosthwaite2015-06-221-1/+1
* monitor: Split mon_get_cpu fn to remove ENV_GET_CPUPeter Crosthwaite2015-06-221-36/+29
* monitor: Fix failure path for "S" argumentBandan Das2015-06-221-1/+1
* monitor: Point to "help" command on syntax errorBandan Das2015-06-221-0/+2
* monitor: cleanup parsing of cmd name and cmd argumentsBandan Das2015-06-221-40/+56
* monitor: remove debug printsBandan Das2015-06-221-19/+1
* qobject: Use 'bool' inside qdictEric Blake2015-06-221-1/+1
* qobject: Use 'bool' for qboolEric Blake2015-06-221-5/+5
OpenPOWER on IntegriCloud