Age | Commit message (Expand) | Author | Files | Lines |
2021-06-15 | tpm: Return QMP error when TPM is disabled in build | Philippe Mathieu-Daudé | 1 | -0/+4 |
2021-05-26 | hmp: Fix loadvm to resume the VM on success instead of failure | Kevin Wolf | 1 | -1/+1 |
2021-05-13 | migration: Drop redundant query-migrate result @blocked | Markus Armbruster | 1 | -1/+1 |
2021-03-19 | hmp: QAPIfy object_add | Kevin Wolf | 1 | -15/+2 |
2021-03-18 | migrate: remove QMP/HMP commands for speed, downtime and cache size | Daniel P. Berrangé | 1 | -34/+0 |
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-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-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-01 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ... | Peter Maydell | 1 | -6/+7 |
2020-12-19 | qapi: Use QAPI_LIST_PREPEND() where possible | Eric Blake | 1 | -6/+7 |
2020-12-18 | monitor:open brace '{' following struct go on the same line | Yutao Ai | 1 | -2/+1 |
2020-11-24 | net: do not exit on "netdev_add help" monitor command | Paolo Bonzini | 1 | -0/+6 |
2020-11-04 | console: make QMP/HMP screendump run in coroutine | Marc-André Lureau | 1 | -1/+2 |
2020-11-01 | qapi: Add VFIO devices migration stats in Migration stats | Kirti Wankhede | 1 | -0/+6 |
2020-10-09 | monitor: Add Monitor parameter to monitor_get_cpu_index() | Kevin Wolf | 1 | -1/+1 |
2020-10-09 | monitor: Add Monitor parameter to monitor_set_cpu() | Kevin Wolf | 1 | -1/+1 |
2020-09-29 | qapi: Extract PCI commands to 'pci.json' | Philippe Mathieu-Daudé | 1 | -0/+1 |
2020-09-29 | qapi: Restrict balloon-related commands to machine code | Philippe Mathieu-Daudé | 1 | -0/+1 |
2020-08-21 | migration: Add block-bitmap-mapping parameter | Max Reitz | 1 | -0/+30 |
2020-07-10 | qapi: Use returned bool to check for failure, Coccinelle part | Markus Armbruster | 1 | -2/+1 |
2020-07-10 | hmp: Eliminate a variable in hmp_migrate_set_parameter() | Markus Armbruster | 1 | -6/+2 |
2020-07-03 | hmp: Handle virtio-mem when printing memory device info | David Hildenbrand | 1 | -0/+16 |
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 | pci: Display PCI IRQ pin in "info pci" | Peter Xu | 1 | -1/+2 |
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-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-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 |