index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
monitor
/
monitor.h
Age
Commit message (
Expand
)
Author
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
2015-06-22
qmp: Wean off qerror_report()
Markus Armbruster
2015-06-15
audio: remove LOG_TO_MONITOR along with default_mon
Kővágó, Zoltán
2015-06-02
monitor: Change return type of monitor_cur_is_qmp() to bool
Markus Armbruster
2015-06-02
monitor: Drop broken, unused asynchronous command interface
Markus Armbruster
2015-04-30
monitor: Remove unused functions
Thomas Huth
2015-02-18
monitor: Clean up around monitor_handle_fd_param()
Markus Armbruster
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
2014-08-18
monitor: fix use after free
Michael S. Tsirkin
2014-06-23
qapi event: clean up
Wenchao Xia
2014-06-23
qmp: convert ACPI_DEVICE_OST event
Igor Mammedov
2014-06-19
qmp: add ACPI_DEVICE_OST event handling
Igor Mammedov
2014-05-08
monitor: add Error-propagating monitor_handle_fd_param2()
Laszlo Ersek
2014-04-25
monitor: Remove unused monitor_print_filename
Cole Robinson
2014-02-21
quorum: Add quorum mechanism.
Benoît Canet
2014-01-22
readline: move readline to a generic location
Stefan Hajnoczi
2014-01-06
monitor: add object-add (QMP) and object_add (HMP) command
Paolo Bonzini
2013-08-30
qcow2: Metadata overlap checks
Max Reitz
2013-07-15
net: add support of mac-programming over macvtap in QEMU side
Amos Kong
2013-04-30
add a new qevent: QEVENT_GUEST_PANICKED
Hu Tao
2013-03-17
qdev: DEVICE_DELETED event
Michael S. Tsirkin
2012-12-19
monitor: move include files to include/monitor/
Paolo Bonzini