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
/
monitor
Age
Commit message (
Expand
)
Author
2021-06-03
monitor: removed cpustats command
Bruno Larsen (billionai)
2021-06-02
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
2021-05-26
hmp: Fix loadvm to resume the VM on success instead of failure
Kevin Wolf
2021-05-14
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210513a'...
Peter Maydell
2021-05-13
migration: Drop redundant query-migrate result @blocked
Markus Armbruster
2021-05-12
monitor/qmp: fix race on CHR_EVENT_CLOSED without OOB
Stefan Reiter
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-03-23
qmp: add new qmp display-reload
Zihao Chang
2021-03-19
qapi: Implement deprecated-output=hide for QMP introspection
Markus Armbruster
2021-03-19
monitor: Drop query-qmp-schema 'gen': false hack
Markus Armbruster
2021-03-19
hmp: QAPIfy object_add
Kevin Wolf
2021-03-19
qapi/qom: QAPIfy object-add
Kevin Wolf
2021-03-18
migrate: remove QMP/HMP commands for speed, downtime and cache size
Daniel P. Berrangé
2021-03-18
monitor: remove 'query-events' QMP command
Daniel P. Berrangé
2021-03-18
monitor: raise error when 'pretty' option is used with HMP
Daniel P. Berrangé
2021-03-18
ui, monitor: remove deprecated VNC ACL option and HMP commands
Daniel P. Berrangé
2021-03-15
monitor: Replaced qemu_mutex_lock calls with QEMU_LOCK_GUARD
Mahmoud Mandour
2021-02-15
monitor/qmp: Stop processing requests when shutdown is requested
Kevin Wolf
2021-02-15
monitor: Fix assertion failure on shutdown
Kevin Wolf
2021-02-08
migration: introduce a delete_snapshot wrapper
Daniel P. Berrangé
2021-02-08
migration: wire up support for snapshot device selection
Daniel P. Berrangé
2021-02-08
migration: control whether snapshots are ovewritten
Daniel P. Berrangé
2021-02-08
block: add ability to specify list of blockdevs during snapshot
Daniel P. Berrangé
2021-02-08
migration: stop returning errno from load_snapshot()
Daniel P. Berrangé
2021-02-08
block: push error reporting into bdrv_all_*_snapshot functions
Daniel P. Berrangé
2021-02-08
migration: Display the migration blockers
Dr. David Alan Gilbert
2021-02-08
migration: Fix migrate-set-parameters argument validation
Markus Armbruster
2021-02-04
qmp: Resume OOB-enabled monitor before processing the request
Markus Armbruster
2021-02-04
qmp: Add more tracepoints
Markus Armbruster
2021-02-04
qmp: Fix up comments after commit 9ce44e2ce2
Markus Armbruster
2021-02-04
monitor/qmp-cmds.c: Don't include ui/vnc.h
Peter Maydell
2021-01-28
qapi: More complex uses of QAPI_LIST_APPEND
Eric Blake
2021-01-28
qapi: Use QAPI_LIST_APPEND in trivial cases
Eric Blake
2021-01-28
qapi: A couple more QAPI_LIST_PREPEND() stragglers
Eric Blake
2021-01-23
qmp: remove deprecated "change" command
Paolo Bonzini
2021-01-23
hmp: remove "change vnc TARGET" command
Paolo Bonzini
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
2021-01-02
remove TCG includes from common code
Paolo Bonzini
2021-01-01
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...
Peter Maydell
2020-12-19
qmp: Fix tracing of non-string command IDs
Markus Armbruster
2020-12-19
qobject: Change qobject_to_json()'s value to GString
Markus Armbruster
2020-12-19
qobject: Make qobject_to_json_pretty() take a pretty argument
Markus Armbruster
2020-12-19
monitor: Use GString instead of QString for output buffer
Markus Armbruster
2020-12-19
hmp: Simplify how qmp_human_monitor_command() gets output
Markus Armbruster
2020-12-19
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
2020-12-18
monitor:Don't use '#' flag of printf format ('%#') in format strings
Yutao Ai
2020-12-18
monitor:braces {} are necessary for all arms of this statement
Yutao Ai
2020-12-18
monitor:open brace '{' following struct go on the same line
Yutao Ai
2020-12-15
qmp: generalize watchdog-set-action to -no-reboot/-no-shutdown
Alejandro Jimenez
[next]