aboutsummaryrefslogtreecommitdiff
path: root/monitor
AgeCommit message (Expand)AuthorFilesLines
2020-07-03virtio-pci: Send qapi events when the virtio-mem size changesDavid Hildenbrand1-0/+1
2020-07-03hmp: Handle virtio-mem when printing memory device infoDavid Hildenbrand1-0/+16
2020-06-17monitor/hmp-cmds: improvements for the 'info migrate'Mao Zhongyi1-3/+3
2020-06-17monitor/hmp-cmds: add 'goto end' to reduce duplicate code.Mao Zhongyi1-4/+4
2020-06-17monitor/hmp-cmds: delete redundant Error check before invoke hmp_handle_error()Mao Zhongyi1-3/+2
2020-06-17monitor/hmp-cmds: don't silently output when running 'migrate_set_downtime' f...Mao Zhongyi1-1/+4
2020-06-17monitor/hmp-cmds: add units for migrate_parametersMao Zhongyi1-3/+3
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+2
2020-06-12pci: Display PCI IRQ pin in "info pci"Peter Xu1-1/+2
2020-06-10memory: Make 'info mtree' not display disabled regions by defaultPhilippe Mathieu-Daudé1-1/+2
2020-05-15various: Remove unnecessary OBJECT() castPhilippe Mathieu-Daudé1-2/+1
2020-05-15qom: Clean up inconsistent use of gchar * vs. char *Markus Armbruster1-1/+1
2020-05-07migration/xbzrle: add encoding rateWei Wang1-0/+2
2020-05-07migration/throttle: Add cpu-throttle-tailslow migration parameterKeqian Zhu1-0/+8
2020-05-07migration: move the units of migrate parameters from milliseconds to msMao Zhongyi1-4/+4
2020-05-07monitor/hmp-cmds: add hmp_handle_error() for hmp_migrate_set_speed()Mao Zhongyi1-1/+4
2020-05-04lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky1-3/+1
2020-04-30qapi: Disallow qmp_marshal_FOO(NULL, ...)Markus Armbruster1-1/+4
2020-04-30qapi: Only input visitors can actually failMarkus Armbruster1-1/+2
2020-03-25migration: use "" instead of (null) for tls-authzMao Zhongyi1-2/+2
2020-03-25hmp/vnc: Fix info vnc list leakDr. David Alan Gilbert1-2/+3
2020-03-25xbzrle: update xbzrle docMao Zhongyi1-1/+1
2020-03-25hmp-cmd: fix a missing_break warningPan Nengyuan1-0/+1
2020-03-17net: Track netdevs in NetClientState rather than QemuOptEric Blake1-3/+1
2020-03-17net: Complete qapi-fication of netdev_addEric Blake1-2/+0
2020-03-17qmp: constify QmpCommand and listMarc-André Lureau2-2/+2
2020-03-13migration/throttle: Add throttle-trig-thres migration parameterKeqian Zhu1-0/+7
2020-03-09monitor/hmp: move hmp_info_block* to block-hmp-cmds.cMaxim Levitsky1-388/+0
2020-03-09monitor/hmp: move remaining hmp_block* functions to block-hmp-cmds.cMaxim Levitsky1-137/+0
2020-03-09monitor/hmp: move hmp_nbd_server* to block-hmp-cmds.cMaxim Levitsky1-100/+0
2020-03-09monitor/hmp: move hmp_snapshot_* to block-hmp-cmds.cMaxim Levitsky1-47/+0
2020-03-09monitor/hmp: move hmp_block_job* to block-hmp-cmds.cMaxim Levitsky1-52/+0
2020-03-09monitor/hmp: move hmp_drive_mirror and hmp_drive_backup to block-hmp-cmds.cMaxim Levitsky1-58/+0
2020-03-09monitor/hmp: rename device-hotplug.c to block/monitor/block-hmp-cmds.cMaxim Levitsky1-0/+1
2020-03-09monitor/hmp-cmds: Remove redundant statement in hmp_rocker_of_dpa_groups()Chen Qun1-4/+1
2020-03-06qemu-storage-daemon: Add --monitor optionKevin Wolf1-0/+2
2020-03-06monitor: Add allow_hmp parameter to monitor_init()Kevin Wolf1-2/+10
2020-03-06hmp: Fail gracefully if chardev is already in useKevin Wolf2-3/+7
2020-03-06qmp: Fail gracefully if chardev is already in useKevin Wolf2-5/+13
2020-03-06monitor: Create QAPIfied monitor_init()Kevin Wolf1-35/+42
2020-03-06blockdev-nbd: Boxed argument type for nbd-server-addKevin Wolf1-4/+17
2020-03-06qapi: Flatten object-addKevin Wolf1-0/+2
2020-03-06block: Move sysemu QMP commands to QAPI block moduleKevin Wolf1-1/+1
2020-02-28multifd: Add multifd-zstd-level parameterJuan Quintela1-0/+4
2020-02-28multifd: Add multifd-zlib-level parameterJuan Quintela1-0/+4
2020-02-28multifd: Add multifd-compression parameterJuan Quintela1-0/+13
2020-02-20qapi: Allow getting flat output from 'query-named-block-nodes'Peter Krempa1-1/+1
2020-02-17monitor: Move qmp_query_qmp_schema to qmp-cmds-control.cKevin Wolf3-16/+19
2020-02-17monitor: Collect "control" command handlers in qmp-cmds.control.cKevin Wolf4-125/+155
2020-02-17qapi: Split control.json off misc.jsonKevin Wolf5-1/+5