COMMITS
/ include/monitor/monitor.h May 17, 2023
P
monitor: add more *_locked() functions
Paolo Bonzini committed
January 24, 2023
M
monitor: Move monitor_putc() next to monitor_puts & external linkage
Markus Armbruster committed
November 4, 2022
M
qapi misc: Elide redundant has_FOO in generated C
Markus Armbruster committed
September 29, 2022
A
monitor: expose monitor_puts to rest of code
Alex Bennée committed
April 20, 2022
M
Move error_printf_unless_qmp() with monitor unit
Marc-André Lureau committed
February 20, 2022
M
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau committed
October 8, 2021
D
monitor: introduce HumanReadableText and HMP support
Daniel P. Berrangé committed
June 24, 2021
G
monitor: allow register hmp commands
Gerd Hoffmann committed
May 16, 2021
P
misc: Correct relative include path
Philippe Mathieu-Daudé committed
October 27, 2020
T
sev: add sev-inject-launch-secret
Tobin Feldman-Fitzthum committed
October 5, 2020
K
monitor: Make current monitor a per-coroutine property
Kevin Wolf committed
K
monitor: Use getter/setter functions for cur_mon
Kevin Wolf committed
K
monitor: Add Monitor parameter to monitor_get_cpu_index()
Kevin Wolf committed
K
monitor: Add Monitor parameter to monitor_set_cpu()
Kevin Wolf committed
August 27, 2020
D
monitor: simplify functions for getting a dup'd fdset entry
Daniel P. Berrangé committed
February 24, 2020
K
monitor: Add allow_hmp parameter to monitor_init()
Kevin Wolf committed
K
hmp: Fail gracefully if chardev is already in use
Kevin Wolf committed
K
qmp: Fail gracefully if chardev is already in use
Kevin Wolf committed
K
monitor: Create QAPIfied monitor_init()
Kevin Wolf committed
January 29, 2020
K
monitor: Move monitor option parsing to monitor/monitor.c
Kevin Wolf committed
June 13, 2019
K
monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()
Kevin Wolf committed
K
monitor: Split out monitor/monitor.c
Kevin Wolf committed
K
monitor: Create MonitorHMP with readline state
Kevin Wolf committed
May 23, 2019
Y
monitor: Fix return type of monitor_fdset_dup_fd_find
Yury Kotov committed
M
Include qemu-common.h exactly where needed
Markus Armbruster committed
April 17, 2019
M
monitor: Clean up how monitor_disas() funnels output to monitor
Markus Armbruster committed
M
monitor: Simplify how -device/device_add print help
Markus Armbruster committed
M
monitor error: Make printf()-like functions return a value
Markus Armbruster committed
October 9, 2018
P
monitor: Remove "x-oob", offer capability "oob" unconditionally
Peter Xu committed
P
monitor: Suspend monitor instead dropping commands
Peter Xu committed
September 7, 2018
M
qdev-monitor: print help to stdout
Marc-André Lureau committed
July 20, 2018
P
monitor: Fix unsafe sharing of @cur_mon among threads
Peter Xu committed
March 26, 2018
P
monitor: new parameter "x-oob"
Peter Xu committed
March 9, 2018
P
monitor: unify global init
Peter Xu committed
February 26, 2018
M
qapi: Empty out qapi-schema.json
Markus Armbruster committed
February 11, 2018
M
Include less of the generated modular QAPI headers
Markus Armbruster committed
February 1, 2018
M
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster committed
June 23, 2017
D
block: rip out all traces of password prompting
Daniel P. Berrange committed
March 3, 2017
M
qmp: Dumb down how we run QMP command registration
Markus Armbruster committed
December 7, 2016
M
char: rename CharDriverState Chardev
Marc-André Lureau committed
October 11, 2016
M
monitor: deprecate 'default' option
Marc-André Lureau committed
August 1, 2016
M
monitor: fix crash when leaving qemu with spice audio
Marc-André Lureau committed
June 29, 2016
M
Clean up decorations and whitespace around header guards
Markus Armbruster committed
February 10, 2016
D
qom: add helpers for UserCreatable object types
Daniel P. Berrange committed
September 22, 2015
P
monitor: make monitor_fprintf and mon_get_cpu externally visible
Pavel Butsykin committed
September 16, 2015
M
qom: Don't use 'gen': false for qom-get, qom-set, object-add
Markus Armbruster committed
March 17, 2015
M
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster committed
M
qerror: Finally unused, clean up
Markus Armbruster committed
March 13, 2015
M
qmp: Wean off qerror_report()
Markus Armbruster committed
June 12, 2015
K
audio: remove LOG_TO_MONITOR along with default_mon
Kővágó, Zoltán committed