Age | Commit message (Expand) | Author |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth |
2021-03-18 | monitor: raise error when 'pretty' option is used with HMP | Daniel P. Berrangé |
2021-03-15 | monitor: Replaced qemu_mutex_lock calls with QEMU_LOCK_GUARD | Mahmoud Mandour |
2021-02-15 | monitor: Fix assertion failure on shutdown | Kevin Wolf |
2020-12-19 | monitor: Use GString instead of QString for output buffer | Markus Armbruster |
2020-10-15 | monitor: Fix order in monitor_cleanup() | Kevin Wolf |
2020-10-09 | qmp: Move dispatcher to a coroutine | Kevin Wolf |
2020-10-09 | monitor: Make current monitor a per-coroutine property | Kevin Wolf |
2020-10-09 | monitor: Use getter/setter functions for cur_mon | Kevin Wolf |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi |
2020-07-10 | qapi: Smooth another visitor error checking pattern | Markus Armbruster |
2020-07-03 | virtio-pci: Send qapi events when the virtio-mem size changes | David Hildenbrand |
2020-03-06 | monitor: Add allow_hmp parameter to monitor_init() | Kevin Wolf |
2020-03-06 | hmp: Fail gracefully if chardev is already in use | Kevin Wolf |
2020-03-06 | qmp: Fail gracefully if chardev is already in use | Kevin Wolf |
2020-03-06 | monitor: Create QAPIfied monitor_init() | Kevin Wolf |
2020-02-17 | monitor: Move monitor option parsing to monitor/monitor.c | Kevin Wolf |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster |
2019-06-18 | monitor: Replace monitor_init() with monitor_init_{hmp, qmp}() | Kevin Wolf |
2019-06-18 | monitor: Split Monitor.flags into separate bools | Kevin Wolf |
2019-06-18 | monitor: Split out monitor/monitor.c | Kevin Wolf |