Age | Commit message (Expand) | Author | Files | Lines |
2021-08-05 | chardev: mark explicitly first argument as poisoned | Marc-André Lureau | 1 | -1/+1 |
2021-07-21 | iothread: add aio-max-batch parameter | Stefano Garzarella | 1 | -0/+2 |
2021-07-12 | trace: iter init tweaks | Gerd Hoffmann | 1 | -2/+2 |
2021-07-09 | monitor/tcg: move tcg hmp commands to accel/tcg, register them dynamically | Gerd Hoffmann | 1 | -18/+0 |
2021-07-09 | monitor: allow register hmp commands | Gerd Hoffmann | 2 | -0/+23 |
2021-06-15 | tpm: Return QMP error when TPM is disabled in build | Philippe Mathieu-Daudé | 1 | -0/+4 |
2021-06-03 | monitor: removed cpustats command | Bruno Larsen (billionai) | 1 | -11/+0 |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella | 1 | -1/+1 |
2021-05-26 | hmp: Fix loadvm to resume the VM on success instead of failure | Kevin Wolf | 1 | -1/+1 |
2021-05-14 | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210513a'... | Peter Maydell | 1 | -1/+1 |
2021-05-13 | migration: Drop redundant query-migrate result @blocked | Markus Armbruster | 1 | -1/+1 |
2021-05-12 | monitor/qmp: fix race on CHR_EVENT_CLOSED without OOB | Stefan Reiter | 1 | -18/+22 |
2021-05-02 | Do not include cpu.h if it's not really necessary | Thomas Huth | 1 | -1/+0 |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth | 1 | -1/+0 |
2021-03-23 | qmp: add new qmp display-reload | Zihao Chang | 1 | -0/+17 |
2021-03-19 | qapi: Implement deprecated-output=hide for QMP introspection | Markus Armbruster | 1 | -0/+71 |
2021-03-19 | monitor: Drop query-qmp-schema 'gen': false hack | Markus Armbruster | 3 | -17/+17 |
2021-03-19 | hmp: QAPIfy object_add | Kevin Wolf | 1 | -15/+2 |
2021-03-19 | qapi/qom: QAPIfy object-add | Kevin Wolf | 1 | -2/+0 |
2021-03-18 | migrate: remove QMP/HMP commands for speed, downtime and cache size | Daniel P. Berrangé | 1 | -34/+0 |
2021-03-18 | monitor: remove 'query-events' QMP command | Daniel P. Berrangé | 1 | -24/+0 |
2021-03-18 | monitor: raise error when 'pretty' option is used with HMP | Daniel P. Berrangé | 1 | -2/+2 |
2021-03-18 | ui, monitor: remove deprecated VNC ACL option and HMP commands | Daniel P. Berrangé | 1 | -187/+0 |
2021-03-15 | monitor: Replaced qemu_mutex_lock calls with QEMU_LOCK_GUARD | Mahmoud Mandour | 2 | -33/+26 |
2021-02-15 | monitor/qmp: Stop processing requests when shutdown is requested | Kevin Wolf | 1 | -0/+5 |
2021-02-15 | monitor: Fix assertion failure on shutdown | Kevin Wolf | 1 | -10/+15 |
2021-02-08 | migration: introduce a delete_snapshot wrapper | Daniel P. Berrangé | 1 | -1/+1 |
2021-02-08 | migration: wire up support for snapshot device selection | Daniel P. Berrangé | 1 | -2/+3 |
2021-02-08 | migration: control whether snapshots are ovewritten | Daniel P. Berrangé | 1 | -1/+1 |
2021-02-08 | block: add ability to specify list of blockdevs during snapshot | Daniel P. Berrangé | 1 | -1/+1 |
2021-02-08 | migration: stop returning errno from load_snapshot() | Daniel P. Berrangé | 1 | -1/+1 |
2021-02-08 | block: push error reporting into bdrv_all_*_snapshot functions | Daniel P. Berrangé | 1 | -6/+1 |
2021-02-08 | migration: Display the migration blockers | Dr. David Alan Gilbert | 1 | -0/+9 |
2021-02-08 | migration: Fix migrate-set-parameters argument validation | Markus Armbruster | 1 | -12/+12 |
2021-02-04 | qmp: Resume OOB-enabled monitor before processing the request | Markus Armbruster | 1 | -6/+27 |
2021-02-04 | qmp: Add more tracepoints | Markus Armbruster | 2 | -0/+11 |
2021-02-04 | qmp: Fix up comments after commit 9ce44e2ce2 | Markus Armbruster | 1 | -2/+2 |
2021-02-04 | monitor/qmp-cmds.c: Don't include ui/vnc.h | Peter Maydell | 1 | -1/+1 |
2021-01-28 | qapi: More complex uses of QAPI_LIST_APPEND | Eric Blake | 1 | -15/+10 |
2021-01-28 | qapi: Use QAPI_LIST_APPEND in trivial cases | Eric Blake | 1 | -5/+5 |
2021-01-28 | qapi: A couple more QAPI_LIST_PREPEND() stragglers | Eric Blake | 1 | -5/+4 |
2021-01-23 | qmp: remove deprecated "change" command | Paolo Bonzini | 1 | -51/+0 |
2021-01-23 | hmp: remove "change vnc TARGET" command | Paolo Bonzini | 1 | -2/+5 |
2021-01-08 | Remove superfluous timer_del() calls | Peter Maydell | 1 | -1/+0 |
2021-01-02 | remove TCG includes from common code | Paolo Bonzini | 1 | -1/+0 |
2021-01-01 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ... | Peter Maydell | 6 | -65/+57 |
2020-12-19 | qmp: Fix tracing of non-string command IDs | Markus Armbruster | 1 | -12/+18 |
2020-12-19 | qobject: Change qobject_to_json()'s value to GString | Markus Armbruster | 1 | -7/+7 |
2020-12-19 | qobject: Make qobject_to_json_pretty() take a pretty argument | Markus Armbruster | 1 | -1/+1 |
2020-12-19 | monitor: Use GString instead of QString for output buffer | Markus Armbruster | 3 | -14/+10 |