aboutsummaryrefslogtreecommitdiff
path: root/monitor
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-17monitor: Move monitor option parsing to monitor/monitor.cKevin Wolf1-0/+48
2020-02-06Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-02-06' into st...Peter Maydell1-2/+2
2020-02-06monitor: fix memory leak in monitor_fdset_dup_fd_find_removeChen Qun1-0/+1
2020-02-05nbd: Allow description when creating NBD blockdevEric Blake1-2/+2
2020-01-24qdev: move helper function to monitor/miscMarc-André Lureau1-0/+26
2020-01-14Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-01-14' into ...Peter Maydell1-1/+6
2020-01-14qapi: Generate command registration stuff into separate filesMarkus Armbruster1-1/+6
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé2-2/+2
2020-01-07monitor/hmp: Explicit we ignore a QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé1-0/+4
2020-01-07monitor/qmp: Explicit we ignore few QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé1-0/+5