index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
monitor
/
monitor.h
Age
Commit message (
Expand
)
Author
2024-06-21
monitor: Report errors from monitor_fdset_dup_fd_add
Fabiano Rosas
2024-06-20
monitor: Drop monitor_fdset_dup_fd_find/_remove()
Peter Xu
2023-05-25
monitor: add more *_locked() functions
Paolo Bonzini
2023-02-04
monitor: Move monitor_putc() next to monitor_puts & external linkage
Markus Armbruster
2022-12-14
qapi misc: Elide redundant has_FOO in generated C
Markus Armbruster
2022-10-06
monitor: expose monitor_puts to rest of code
Alex Bennée
2022-04-21
Move error_printf_unless_qmp() with monitor unit
Marc-André Lureau
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
2021-11-02
monitor: introduce HumanReadableText and HMP support
Daniel P. Berrangé
2021-07-09
monitor: allow register hmp commands
Gerd Hoffmann
2021-06-05
misc: Correct relative include path
Philippe Mathieu-Daudé
2020-12-10
sev: add sev-inject-launch-secret
Tobin Feldman-Fitzthum
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-10-09
monitor: Add Monitor parameter to monitor_get_cpu_index()
Kevin Wolf
2020-10-09
monitor: Add Monitor parameter to monitor_set_cpu()
Kevin Wolf
2020-09-16
monitor: simplify functions for getting a dup'd fdset entry
Daniel P. Berrangé
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-06-18
monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()
Kevin Wolf
2019-06-18
monitor: Split out monitor/monitor.c
Kevin Wolf
2019-06-17
monitor: Create MonitorHMP with readline state
Kevin Wolf
2019-06-17
monitor: Fix return type of monitor_fdset_dup_fd_find
Yury Kotov
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-04-18
monitor: Clean up how monitor_disas() funnels output to monitor
Markus Armbruster
2019-04-18
monitor: Simplify how -device/device_add print help
Markus Armbruster
2019-04-18
monitor error: Make printf()-like functions return a value
Markus Armbruster
2018-12-12
monitor: Remove "x-oob", offer capability "oob" unconditionally
Peter Xu
2018-12-12
monitor: Suspend monitor instead dropping commands
Peter Xu
2018-10-05
qdev-monitor: print help to stdout
Marc-André Lureau
2018-07-23
monitor: Fix unsafe sharing of @cur_mon among threads
Peter Xu
2018-03-27
monitor: new parameter "x-oob"
Peter Xu
2018-03-19
monitor: unify global init
Peter Xu
2018-03-02
qapi: Empty out qapi-schema.json
Markus Armbruster
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2017-07-11
block: rip out all traces of password prompting
Daniel P. Berrange
2017-03-05
qmp: Dumb down how we run QMP command registration
Markus Armbruster
2017-01-27
char: rename CharDriverState Chardev
Marc-André Lureau
2016-10-28
monitor: deprecate 'default' option
Marc-André Lureau
2016-08-08
monitor: fix crash when leaving qemu with spice audio
Marc-André Lureau
2016-07-12
Clean up decorations and whitespace around header guards
Markus Armbruster
2016-02-16
qom: add helpers for UserCreatable object types
Daniel P. Berrange
2015-09-25
monitor: make monitor_fprintf and mon_get_cpu externally visible
Pavel Butsykin
2015-09-21
qom: Don't use 'gen': false for qom-get, qom-set, object-add
Markus Armbruster
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-06-22
qerror: Finally unused, clean up
Markus Armbruster
[next]