aboutsummaryrefslogtreecommitdiff
path: root/monitor/hmp.c
AgeCommit message (Expand)Author
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