aboutsummaryrefslogtreecommitdiff
path: root/include/monitor/monitor.h
AgeCommit message (Expand)Author
2024-06-21monitor: Report errors from monitor_fdset_dup_fd_addFabiano Rosas
2024-06-20monitor: Drop monitor_fdset_dup_fd_find/_remove()Peter Xu
2023-05-25monitor: add more *_locked() functionsPaolo Bonzini
2023-02-04monitor: Move monitor_putc() next to monitor_puts & external linkageMarkus Armbruster
2022-12-14qapi misc: Elide redundant has_FOO in generated CMarkus Armbruster
2022-10-06monitor: expose monitor_puts to rest of codeAlex Bennée
2022-04-21Move error_printf_unless_qmp() with monitor unitMarc-André Lureau
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2021-11-02monitor: introduce HumanReadableText and HMP supportDaniel P. Berrangé
2021-07-09monitor: allow register hmp commandsGerd Hoffmann
2021-06-05misc: Correct relative include pathPhilippe Mathieu-Daudé
2020-12-10sev: add sev-inject-launch-secretTobin Feldman-Fitzthum
2020-10-09monitor: Make current monitor a per-coroutine propertyKevin Wolf
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf
2020-10-09monitor: Add Monitor parameter to monitor_get_cpu_index()Kevin Wolf
2020-10-09monitor: Add Monitor parameter to monitor_set_cpu()Kevin Wolf
2020-09-16monitor: simplify functions for getting a dup'd fdset entryDaniel P. Berrangé
2020-03-06monitor: Add allow_hmp parameter to monitor_init()Kevin Wolf
2020-03-06hmp: Fail gracefully if chardev is already in useKevin Wolf
2020-03-06qmp: Fail gracefully if chardev is already in useKevin Wolf
2020-03-06monitor: Create QAPIfied monitor_init()Kevin Wolf
2020-02-17monitor: Move monitor option parsing to monitor/monitor.cKevin Wolf
2019-06-18monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()Kevin Wolf
2019-06-18monitor: Split out monitor/monitor.cKevin Wolf
2019-06-17monitor: Create MonitorHMP with readline stateKevin Wolf
2019-06-17monitor: Fix return type of monitor_fdset_dup_fd_findYury Kotov
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-04-18monitor: Clean up how monitor_disas() funnels output to monitorMarkus Armbruster
2019-04-18monitor: Simplify how -device/device_add print helpMarkus Armbruster
2019-04-18monitor error: Make printf()-like functions return a valueMarkus Armbruster
2018-12-12monitor: Remove "x-oob", offer capability "oob" unconditionallyPeter Xu
2018-12-12monitor: Suspend monitor instead dropping commandsPeter Xu
2018-10-05qdev-monitor: print help to stdoutMarc-André Lureau
2018-07-23monitor: Fix unsafe sharing of @cur_mon among threadsPeter Xu
2018-03-27monitor: new parameter "x-oob"Peter Xu
2018-03-19monitor: unify global initPeter Xu
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2017-07-11block: rip out all traces of password promptingDaniel P. Berrange
2017-03-05qmp: Dumb down how we run QMP command registrationMarkus Armbruster
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau
2016-10-28monitor: deprecate 'default' optionMarc-André Lureau
2016-08-08monitor: fix crash when leaving qemu with spice audioMarc-André Lureau
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster
2016-02-16qom: add helpers for UserCreatable object typesDaniel P. Berrange
2015-09-25monitor: make monitor_fprintf and mon_get_cpu externally visiblePavel Butsykin
2015-09-21qom: Don't use 'gen': false for qom-get, qom-set, object-addMarkus Armbruster
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-22qerror: Finally unused, clean upMarkus Armbruster