summaryrefslogtreecommitdiffstats
path: root/monitor (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson2021-11-031-3/+12
|\
| * watchdog: remove select_watchdog_actionPaolo Bonzini2021-11-021-3/+12
* | Merge remote-tracking branch 'remotes/vivier/tags/trivial-branch-for-6.2-pull-request' into stagingRichard Henderson2021-11-031-1/+1
|\ \
| * | monitor: Trim some trailing space from human-readable outputMarkus Armbruster2021-10-311-1/+1
| |/
* | qapi: introduce x-query-irq QMP commandDaniel P. Berrangé2021-11-022-38/+44
* | qapi: introduce x-query-ramblock QMP commandDaniel P. Berrangé2021-11-022-6/+8
* | qapi: introduce x-query-rdma QMP commandDaniel P. Berrangé2021-11-022-27/+32
* | qapi: introduce x-query-profile QMP commandDaniel P. Berrangé2021-11-022-27/+32
* | qapi: introduce x-query-roms QMP commandDaniel P. Berrangé2021-11-021-0/+1
* | monitor: introduce HumanReadableText and HMP supportDaniel P. Berrangé2021-11-023-4/+53
* | monitor: make hmp_handle_error return a booleanDaniel P. Berrangé2021-11-021-17/+11
|/
* qapi: Generalize command policy checkingMarkus Armbruster2021-10-291-2/+4
* qapi: Eliminate QCO_NO_OPTIONS for a slight simplificationMarkus Armbruster2021-10-291-2/+1
* monitor: Rate-limit MEMORY_DEVICE_SIZE_CHANGE qapi events per deviceDavid Hildenbrand2021-10-021-0/+9
* sgx-epc: Add the fill_device_info() callback supportYang Zhong2021-09-301-0/+10
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-09-25-v2' into stagingPeter Maydell2021-09-271-4/+4
|\
| * qapi: Convert simple union TpmTypeOptions to flat oneMarkus Armbruster2021-09-271-4/+4
* | hmp: Unbreak "change vnc"Markus Armbruster2021-09-271-1/+1
|/
* arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell2021-08-261-1/+0
* monitor: Use accel_find("kvm") instead of kvm_available()Peter Maydell2021-08-261-1/+1
* chardev: mark explicitly first argument as poisonedMarc-André Lureau2021-08-051-1/+1
* iothread: add aio-max-batch parameterStefano Garzarella2021-07-211-0/+2
* trace: iter init tweaksGerd Hoffmann2021-07-121-2/+2
* monitor/tcg: move tcg hmp commands to accel/tcg, register them dynamicallyGerd Hoffmann2021-07-091-18/+0
* monitor: allow register hmp commandsGerd Hoffmann2021-07-092-0/+23
* tpm: Return QMP error when TPM is disabled in buildPhilippe Mathieu-Daudé2021-06-151-0/+4
* monitor: removed cpustats commandBruno Larsen (billionai)2021-06-031-11/+0
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* hmp: Fix loadvm to resume the VM on success instead of failureKevin Wolf2021-05-261-1/+1
* Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210513a' into stagingPeter Maydell2021-05-141-1/+1
|\
| * migration: Drop redundant query-migrate result @blockedMarkus Armbruster2021-05-131-1/+1
* | monitor/qmp: fix race on CHR_EVENT_CLOSED without OOBStefan Reiter2021-05-121-18/+22
|/
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* qmp: add new qmp display-reloadZihao Chang2021-03-231-0/+17
* qapi: Implement deprecated-output=hide for QMP introspectionMarkus Armbruster2021-03-191-0/+71
* monitor: Drop query-qmp-schema 'gen': false hackMarkus Armbruster2021-03-193-17/+17
* hmp: QAPIfy object_addKevin Wolf2021-03-191-15/+2
* qapi/qom: QAPIfy object-addKevin Wolf2021-03-191-2/+0
* migrate: remove QMP/HMP commands for speed, downtime and cache sizeDaniel P. Berrangé2021-03-181-34/+0
* monitor: remove 'query-events' QMP commandDaniel P. Berrangé2021-03-181-24/+0
* monitor: raise error when 'pretty' option is used with HMPDaniel P. Berrangé2021-03-181-2/+2
* ui, monitor: remove deprecated VNC ACL option and HMP commandsDaniel P. Berrangé2021-03-181-187/+0
* monitor: Replaced qemu_mutex_lock calls with QEMU_LOCK_GUARDMahmoud Mandour2021-03-152-33/+26
* monitor/qmp: Stop processing requests when shutdown is requestedKevin Wolf2021-02-151-0/+5
* monitor: Fix assertion failure on shutdownKevin Wolf2021-02-151-10/+15
* migration: introduce a delete_snapshot wrapperDaniel P. Berrangé2021-02-081-1/+1
* migration: wire up support for snapshot device selectionDaniel P. Berrangé2021-02-081-2/+3
* migration: control whether snapshots are ovewrittenDaniel P. Berrangé2021-02-081-1/+1
* block: add ability to specify list of blockdevs during snapshotDaniel P. Berrangé2021-02-081-1/+1