Age | Commit message (Expand) | Author | Files | Lines |
2020-06-17 | monitor/hmp-cmds: improvements for the 'info migrate' | Mao Zhongyi | 1 | -3/+3 |
2020-06-17 | monitor/hmp-cmds: add 'goto end' to reduce duplicate code. | Mao Zhongyi | 1 | -4/+4 |
2020-06-17 | monitor/hmp-cmds: delete redundant Error check before invoke hmp_handle_error() | Mao Zhongyi | 1 | -3/+2 |
2020-06-17 | monitor/hmp-cmds: don't silently output when running 'migrate_set_downtime' f... | Mao Zhongyi | 1 | -1/+4 |
2020-06-17 | monitor/hmp-cmds: add units for migrate_parameters | Mao Zhongyi | 1 | -3/+3 |
2020-06-12 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -1/+2 |
2020-06-12 | pci: Display PCI IRQ pin in "info pci" | Peter Xu | 1 | -1/+2 |
2020-06-10 | memory: Make 'info mtree' not display disabled regions by default | Philippe Mathieu-Daudé | 1 | -1/+2 |
2020-05-15 | various: Remove unnecessary OBJECT() cast | Philippe Mathieu-Daudé | 1 | -2/+1 |
2020-05-15 | qom: Clean up inconsistent use of gchar * vs. char * | Markus Armbruster | 1 | -1/+1 |
2020-05-07 | migration/xbzrle: add encoding rate | Wei Wang | 1 | -0/+2 |
2020-05-07 | migration/throttle: Add cpu-throttle-tailslow migration parameter | Keqian Zhu | 1 | -0/+8 |
2020-05-07 | migration: move the units of migrate parameters from milliseconds to ms | Mao Zhongyi | 1 | -4/+4 |
2020-05-07 | monitor/hmp-cmds: add hmp_handle_error() for hmp_migrate_set_speed() | Mao Zhongyi | 1 | -1/+4 |
2020-05-04 | lockable: replaced locks with lock guard macros where appropriate | Daniel Brodsky | 1 | -3/+1 |
2020-04-30 | qapi: Disallow qmp_marshal_FOO(NULL, ...) | Markus Armbruster | 1 | -1/+4 |
2020-04-30 | qapi: Only input visitors can actually fail | Markus Armbruster | 1 | -1/+2 |
2020-03-25 | migration: use "" instead of (null) for tls-authz | Mao Zhongyi | 1 | -2/+2 |
2020-03-25 | hmp/vnc: Fix info vnc list leak | Dr. David Alan Gilbert | 1 | -2/+3 |
2020-03-25 | xbzrle: update xbzrle doc | Mao Zhongyi | 1 | -1/+1 |
2020-03-25 | hmp-cmd: fix a missing_break warning | Pan Nengyuan | 1 | -0/+1 |
2020-03-17 | net: Track netdevs in NetClientState rather than QemuOpt | Eric Blake | 1 | -3/+1 |
2020-03-17 | net: Complete qapi-fication of netdev_add | Eric Blake | 1 | -2/+0 |
2020-03-17 | qmp: constify QmpCommand and list | Marc-André Lureau | 2 | -2/+2 |
2020-03-13 | migration/throttle: Add throttle-trig-thres migration parameter | Keqian Zhu | 1 | -0/+7 |
2020-03-09 | monitor/hmp: move hmp_info_block* to block-hmp-cmds.c | Maxim Levitsky | 1 | -388/+0 |
2020-03-09 | monitor/hmp: move remaining hmp_block* functions to block-hmp-cmds.c | Maxim Levitsky | 1 | -137/+0 |
2020-03-09 | monitor/hmp: move hmp_nbd_server* to block-hmp-cmds.c | Maxim Levitsky | 1 | -100/+0 |
2020-03-09 | monitor/hmp: move hmp_snapshot_* to block-hmp-cmds.c | Maxim Levitsky | 1 | -47/+0 |
2020-03-09 | monitor/hmp: move hmp_block_job* to block-hmp-cmds.c | Maxim Levitsky | 1 | -52/+0 |
2020-03-09 | monitor/hmp: move hmp_drive_mirror and hmp_drive_backup to block-hmp-cmds.c | Maxim Levitsky | 1 | -58/+0 |
2020-03-09 | monitor/hmp: rename device-hotplug.c to block/monitor/block-hmp-cmds.c | Maxim Levitsky | 1 | -0/+1 |
2020-03-09 | monitor/hmp-cmds: Remove redundant statement in hmp_rocker_of_dpa_groups() | Chen Qun | 1 | -4/+1 |
2020-03-06 | qemu-storage-daemon: Add --monitor option | Kevin Wolf | 1 | -0/+2 |
2020-03-06 | monitor: Add allow_hmp parameter to monitor_init() | Kevin Wolf | 1 | -2/+10 |
2020-03-06 | hmp: Fail gracefully if chardev is already in use | Kevin Wolf | 2 | -3/+7 |
2020-03-06 | qmp: Fail gracefully if chardev is already in use | Kevin Wolf | 2 | -5/+13 |
2020-03-06 | monitor: Create QAPIfied monitor_init() | Kevin Wolf | 1 | -35/+42 |
2020-03-06 | blockdev-nbd: Boxed argument type for nbd-server-add | Kevin Wolf | 1 | -4/+17 |
2020-03-06 | qapi: Flatten object-add | Kevin Wolf | 1 | -0/+2 |
2020-03-06 | block: Move sysemu QMP commands to QAPI block module | Kevin Wolf | 1 | -1/+1 |
2020-02-28 | multifd: Add multifd-zstd-level parameter | Juan Quintela | 1 | -0/+4 |
2020-02-28 | multifd: Add multifd-zlib-level parameter | Juan Quintela | 1 | -0/+4 |
2020-02-28 | multifd: Add multifd-compression parameter | Juan Quintela | 1 | -0/+13 |
2020-02-20 | qapi: Allow getting flat output from 'query-named-block-nodes' | Peter Krempa | 1 | -1/+1 |
2020-02-17 | monitor: Move qmp_query_qmp_schema to qmp-cmds-control.c | Kevin Wolf | 3 | -16/+19 |
2020-02-17 | monitor: Collect "control" command handlers in qmp-cmds.control.c | Kevin Wolf | 4 | -125/+155 |
2020-02-17 | qapi: Split control.json off misc.json | Kevin Wolf | 5 | -1/+5 |
2020-02-17 | monitor: Move monitor option parsing to monitor/monitor.c | Kevin Wolf | 1 | -0/+48 |
2020-02-06 | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-02-06' into st... | Peter Maydell | 1 | -2/+2 |