aboutsummaryrefslogtreecommitdiff
path: root/monitor/hmp.c
AgeCommit message (Expand)Author
2023-05-25monitor: do not use mb_read/mb_set for suspend_cntPaolo Bonzini
2023-04-25hmp: convert handle_hmp_command() to AIO_WAIT_WHILE_UNLOCKED()Stefan Hajnoczi
2023-03-01readline: fix hmp completion issueDongli Zhang
2023-02-04hmp: Rename help_cmd() to hmp_help_cmd(), move declaration to hmp.hMarkus Armbruster
2023-02-04readline: Extract readline_add_completion_of() from monitorMarkus Armbruster
2023-02-04monitor: Drop unnecessary includesMarkus Armbruster
2022-10-06monitor: expose monitor_puts to rest of codeAlex Bennée
2022-09-15monitor/hmp: print trace as option in help for log commandDongli Zhang
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2022-03-02monitor/hmp: add support for flag argument with valueStefan Reiter
2021-11-02monitor: introduce HumanReadableText and HMP supportDaniel P. Berrangé
2021-07-09monitor: allow register hmp commandsGerd Hoffmann
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini
2020-12-15remove preconfig statePaolo Bonzini
2020-12-10hmp: introduce cmd_availablePaolo Bonzini
2020-11-13hmp: Pass monitor to mon_get_cpu()Kevin Wolf
2020-10-09hmp: Add support for coroutine command handlersKevin Wolf
2020-10-09monitor: Make current monitor a per-coroutine propertyKevin Wolf
2020-10-09hmp: Update current monitor only in handle_hmp_command()Kevin Wolf
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-03-06hmp: Fail gracefully if chardev is already in useKevin Wolf
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé
2020-01-07monitor/hmp: Explicit we ignore a QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-06-18monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()Kevin Wolf
2019-06-18monitor: Split Monitor.flags into separate boolsKevin Wolf
2019-06-18monitor: Split out monitor/hmp.cKevin Wolf