aboutsummaryrefslogtreecommitdiff
path: root/monitor/hmp.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-04hmp: Rename help_cmd() to hmp_help_cmd(), move declaration to hmp.hMarkus Armbruster1-1/+1
2023-02-04readline: Extract readline_add_completion_of() from monitorMarkus Armbruster1-7/+5
2023-02-04monitor: Drop unnecessary includesMarkus Armbruster1-2/+0
2022-10-06monitor: expose monitor_puts to rest of codeAlex Bennée1-1/+1
2022-09-15monitor/hmp: print trace as option in help for log commandDongli Zhang1-2/+7
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau1-2/+2
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau1-2/+2
2022-03-02monitor/hmp: add support for flag argument with valueStefan Reiter1-1/+18
2021-11-02monitor: introduce HumanReadableText and HMP supportDaniel P. Berrangé1-3/+29
2021-07-09monitor: allow register hmp commandsGerd Hoffmann1-0/+7
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini1-1/+1
2020-12-15remove preconfig statePaolo Bonzini1-3/+4
2020-12-10hmp: introduce cmd_availablePaolo Bonzini1-8/+10
2020-11-13hmp: Pass monitor to mon_get_cpu()Kevin Wolf1-1/+1
2020-10-09hmp: Add support for coroutine command handlersKevin Wolf1-5/+32
2020-10-09monitor: Make current monitor a per-coroutine propertyKevin Wolf1-2/+2
2020-10-09hmp: Update current monitor only in handle_hmp_command()Kevin Wolf1-5/+5
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf1-6/+5
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-3/+3
2020-03-06hmp: Fail gracefully if chardev is already in useKevin Wolf1-2/+6
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé1-1/+1
2020-01-07monitor/hmp: Explicit we ignore a QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé1-0/+4
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-06-18monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()Kevin Wolf1-2/+2
2019-06-18monitor: Split Monitor.flags into separate boolsKevin Wolf1-3/+3
2019-06-18monitor: Split out monitor/hmp.cKevin Wolf1-0/+1417