summaryrefslogtreecommitdiffstats
path: root/include/monitor
Commit message (Expand)AuthorAgeFilesLines
...
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-2/+0Star
* include: Make headers more self-containedMarkus Armbruster2019-08-161-0/+2
* hw/core: Collect HMP command handlers in hw/core/Markus Armbruster2019-07-021-0/+1
* qom: Move HMP command handlers to qom/Markus Armbruster2019-07-022-1/+3
* hmp: Move hmp.h to include/monitor/Markus Armbruster2019-07-021-0/+153
* monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()Kevin Wolf2019-06-181-7/+2Star
* monitor: Split out monitor/monitor.cKevin Wolf2019-06-181-0/+1
* monitor: Create MonitorHMP with readline stateKevin Wolf2019-06-171-2/+3
* monitor: Fix return type of monitor_fdset_dup_fd_findYury Kotov2019-06-171-1/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* monitor: Clean up how monitor_disas() funnels output to monitorMarkus Armbruster2019-04-181-1/+0Star
* monitor: Simplify how -device/device_add print helpMarkus Armbruster2019-04-181-3/+0Star
* monitor error: Make printf()-like functions return a valueMarkus Armbruster2019-04-181-4/+4
* monitor: Remove "x-oob", offer capability "oob" unconditionallyPeter Xu2018-12-121-1/+0Star
* monitor: Suspend monitor instead dropping commandsPeter Xu2018-12-121-0/+2
* qdev-monitor: print help to stdoutMarc-André Lureau2018-10-051-0/+3
* monitor: Fix unsafe sharing of @cur_mon among threadsPeter Xu2018-07-231-1/+1
* monitor: new parameter "x-oob"Peter Xu2018-03-271-0/+1
* monitor: unify global initPeter Xu2018-03-191-1/+1
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-1/+1
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-0/+1
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* block: rip out all traces of password promptingDaniel P. Berrange2017-07-111-7/+0Star
* qmp: Dumb down how we run QMP command registrationMarkus Armbruster2017-03-051-0/+1
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-1/+1
* qdev: add function qdev_set_id()Juergen Gross2016-11-221-0/+1
* monitor: deprecate 'default' optionMarc-André Lureau2016-10-281-1/+1
* monitor: fix crash when leaving qemu with spice audioMarc-André Lureau2016-08-081-0/+1
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-121-1/+1
* Clean up header guards that don't match their file nameMarkus Armbruster2016-07-122-5/+6
* Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster2016-03-221-1/+0Star
* qom: add helpers for UserCreatable object typesDaniel P. Berrange2016-02-161-3/+0Star
* monitor/target-ppc: Define target_get_monitor_defAlexey Kardashevskiy2015-11-121-0/+1
* hmp: added io apic dump statePavel Butsykin2015-09-251-0/+1
* hmp: added local apic dump statePavel Butsykin2015-09-251-0/+1
* monitor: make monitor_fprintf and mon_get_cpu externally visiblePavel Butsykin2015-09-252-0/+2
* qom: Don't use 'gen': false for qom-get, qom-set, object-addMarkus Armbruster2015-09-211-3/+0Star
* monitor: remove target-specific code from monitor.cPavel Butsykin2015-09-161-0/+45
* Include monitor/monitor.h exactly where neededMarkus Armbruster2015-06-221-1/+1
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-1/+0Star
* qerror: Finally unused, clean upMarkus Armbruster2015-06-221-1/+0Star
* qmp: Wean off qerror_report()Markus Armbruster2015-06-222-5/+5
* qdev-monitor: Propagate errors through qdev_device_add()Markus Armbruster2015-06-221-1/+1
* audio: remove LOG_TO_MONITOR along with default_monKővágó, Zoltán2015-06-151-1/+0Star
* monitor: Change return type of monitor_cur_is_qmp() to boolMarkus Armbruster2015-06-021-1/+1
* monitor: Drop broken, unused asynchronous command interfaceMarkus Armbruster2015-06-021-5/+0Star
* monitor: Remove unused functionsThomas Huth2015-04-301-1/+0Star
* qom: Implement info qom-tree HMP commandAndreas Färber2015-03-171-0/+1
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell2015-02-261-2/+1Star
|\
| * monitor: Clean up around monitor_handle_fd_param()Markus Armbruster2015-02-181-2/+1Star