aboutsummaryrefslogtreecommitdiff
path: root/include/monitor
AgeCommit message (Expand)AuthorFilesLines
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-2/+0
2019-08-16include: Make headers more self-containedMarkus Armbruster1-0/+2
2019-07-02hw/core: Collect HMP command handlers in hw/core/Markus Armbruster1-0/+1
2019-07-02qom: Move HMP command handlers to qom/Markus Armbruster2-1/+3
2019-07-02hmp: Move hmp.h to include/monitor/Markus Armbruster1-0/+153
2019-06-18monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()Kevin Wolf1-7/+2
2019-06-18monitor: Split out monitor/monitor.cKevin Wolf1-0/+1
2019-06-17monitor: Create MonitorHMP with readline stateKevin Wolf1-2/+3
2019-06-17monitor: Fix return type of monitor_fdset_dup_fd_findYury Kotov1-1/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-04-18monitor: Clean up how monitor_disas() funnels output to monitorMarkus Armbruster1-1/+0
2019-04-18monitor: Simplify how -device/device_add print helpMarkus Armbruster1-3/+0
2019-04-18monitor error: Make printf()-like functions return a valueMarkus Armbruster1-4/+4
2018-12-12monitor: Remove "x-oob", offer capability "oob" unconditionallyPeter Xu1-1/+0
2018-12-12monitor: Suspend monitor instead dropping commandsPeter Xu1-0/+2
2018-10-05qdev-monitor: print help to stdoutMarc-André Lureau1-0/+3
2018-07-23monitor: Fix unsafe sharing of @cur_mon among threadsPeter Xu1-1/+1
2018-03-27monitor: new parameter "x-oob"Peter Xu1-0/+1
2018-03-19monitor: unify global initPeter Xu1-1/+1
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-0/+1
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-1/+0
2017-07-11block: rip out all traces of password promptingDaniel P. Berrange1-7/+0
2017-03-05qmp: Dumb down how we run QMP command registrationMarkus Armbruster1-0/+1
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-1/+1
2016-11-22qdev: add function qdev_set_id()Juergen Gross1-0/+1
2016-10-28monitor: deprecate 'default' optionMarc-André Lureau1-1/+1
2016-08-08monitor: fix crash when leaving qemu with spice audioMarc-André Lureau1-0/+1
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+1
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster2-5/+6
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster1-1/+0
2016-02-16qom: add helpers for UserCreatable object typesDaniel P. Berrange1-3/+0
2015-11-12monitor/target-ppc: Define target_get_monitor_defAlexey Kardashevskiy1-0/+1
2015-09-25hmp: added io apic dump statePavel Butsykin1-0/+1
2015-09-25hmp: added local apic dump statePavel Butsykin1-0/+1
2015-09-25monitor: make monitor_fprintf and mon_get_cpu externally visiblePavel Butsykin2-0/+2
2015-09-21qom: Don't use 'gen': false for qom-get, qom-set, object-addMarkus Armbruster1-3/+0
2015-09-16monitor: remove target-specific code from monitor.cPavel Butsykin1-0/+45
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+1
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-1/+0
2015-06-22qerror: Finally unused, clean upMarkus Armbruster1-1/+0
2015-06-22qmp: Wean off qerror_report()Markus Armbruster2-5/+5
2015-06-22qdev-monitor: Propagate errors through qdev_device_add()Markus Armbruster1-1/+1
2015-06-15audio: remove LOG_TO_MONITOR along with default_monKővágó, Zoltán1-1/+0
2015-06-02monitor: Change return type of monitor_cur_is_qmp() to boolMarkus Armbruster1-1/+1
2015-06-02monitor: Drop broken, unused asynchronous command interfaceMarkus Armbruster1-5/+0
2015-04-30monitor: Remove unused functionsThomas Huth1-1/+0
2015-03-17qom: Implement info qom-tree HMP commandAndreas Färber1-0/+1
2015-02-26Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell1-2/+1
2015-02-18hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()Markus Armbruster1-2/+2