summaryrefslogtreecommitdiffstats
path: root/monitor/hmp.c
Commit message (Expand)AuthorAgeFilesLines
* monitor: expose monitor_puts to rest of codeAlex Bennée2022-10-061-1/+1
* monitor/hmp: print trace as option in help for log commandDongli Zhang2022-09-151-2/+7
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-211-2/+2
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-221-2/+2
* monitor/hmp: add support for flag argument with valueStefan Reiter2022-03-021-1/+18
* monitor: introduce HumanReadableText and HMP supportDaniel P. Berrangé2021-11-021-3/+29
* monitor: allow register hmp commandsGerd Hoffmann2021-07-091-0/+7
* machine: introduce MachineInitPhasePaolo Bonzini2020-12-151-1/+1
* remove preconfig statePaolo Bonzini2020-12-151-3/+4
* hmp: introduce cmd_availablePaolo Bonzini2020-12-101-8/+10
* hmp: Pass monitor to mon_get_cpu()Kevin Wolf2020-11-131-1/+1
* hmp: Add support for coroutine command handlersKevin Wolf2020-10-091-5/+32
* monitor: Make current monitor a per-coroutine propertyKevin Wolf2020-10-091-2/+2
* hmp: Update current monitor only in handle_hmp_command()Kevin Wolf2020-10-091-5/+5
* monitor: Use getter/setter functions for cur_monKevin Wolf2020-10-091-6/+5Star
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-3/+3
* hmp: Fail gracefully if chardev is already in useKevin Wolf2020-03-061-2/+6
* chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé2020-01-081-1/+1
* monitor/hmp: Explicit we ignore a QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé2020-01-071-0/+4
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()Kevin Wolf2019-06-181-2/+2
* monitor: Split Monitor.flags into separate boolsKevin Wolf2019-06-181-3/+3
* monitor: Split out monitor/hmp.cKevin Wolf2019-06-181-0/+1417