index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
monitor
/
hmp-cmds.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
migration: introduce a delete_snapshot wrapper
Daniel P. Berrangé
2021-02-08
1
-1
/
+1
*
migration: wire up support for snapshot device selection
Daniel P. Berrangé
2021-02-08
1
-2
/
+3
*
migration: control whether snapshots are ovewritten
Daniel P. Berrangé
2021-02-08
1
-1
/
+1
*
block: add ability to specify list of blockdevs during snapshot
Daniel P. Berrangé
2021-02-08
1
-1
/
+1
*
migration: stop returning errno from load_snapshot()
Daniel P. Berrangé
2021-02-08
1
-1
/
+1
*
block: push error reporting into bdrv_all_*_snapshot functions
Daniel P. Berrangé
2021-02-08
1
-6
/
+1
*
migration: Display the migration blockers
Dr. David Alan Gilbert
2021-02-08
1
-0
/
+9
*
migration: Fix migrate-set-parameters argument validation
Markus Armbruster
2021-02-08
1
-12
/
+12
*
qapi: More complex uses of QAPI_LIST_APPEND
Eric Blake
2021-01-28
1
-15
/
+10
*
qapi: Use QAPI_LIST_APPEND in trivial cases
Eric Blake
2021-01-28
1
-5
/
+5
*
hmp: remove "change vnc TARGET" command
Paolo Bonzini
2021-01-23
1
-2
/
+5
*
Remove superfluous timer_del() calls
Peter Maydell
2021-01-08
1
-1
/
+0
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...
Peter Maydell
2021-01-01
1
-6
/
+7
|
\
|
*
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
2020-12-19
1
-6
/
+7
*
|
monitor:open brace '{' following struct go on the same line
Yutao Ai
2020-12-18
1
-2
/
+1
|
/
*
net: do not exit on "netdev_add help" monitor command
Paolo Bonzini
2020-11-24
1
-0
/
+6
*
console: make QMP/HMP screendump run in coroutine
Marc-André Lureau
2020-11-04
1
-1
/
+2
*
qapi: Add VFIO devices migration stats in Migration stats
Kirti Wankhede
2020-11-01
1
-0
/
+6
*
monitor: Add Monitor parameter to monitor_get_cpu_index()
Kevin Wolf
2020-10-09
1
-1
/
+1
*
monitor: Add Monitor parameter to monitor_set_cpu()
Kevin Wolf
2020-10-09
1
-1
/
+1
*
qapi: Extract PCI commands to 'pci.json'
Philippe Mathieu-Daudé
2020-09-29
1
-0
/
+1
*
qapi: Restrict balloon-related commands to machine code
Philippe Mathieu-Daudé
2020-09-29
1
-0
/
+1
*
migration: Add block-bitmap-mapping parameter
Max Reitz
2020-08-21
1
-0
/
+30
*
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
2020-07-10
1
-2
/
+1
*
hmp: Eliminate a variable in hmp_migrate_set_parameter()
Markus Armbruster
2020-07-10
1
-6
/
+2
*
hmp: Handle virtio-mem when printing memory device info
David Hildenbrand
2020-07-03
1
-0
/
+16
*
monitor/hmp-cmds: improvements for the 'info migrate'
Mao Zhongyi
2020-06-17
1
-3
/
+3
*
monitor/hmp-cmds: add 'goto end' to reduce duplicate code.
Mao Zhongyi
2020-06-17
1
-4
/
+4
*
monitor/hmp-cmds: delete redundant Error check before invoke hmp_handle_error()
Mao Zhongyi
2020-06-17
1
-3
/
+2
*
monitor/hmp-cmds: don't silently output when running 'migrate_set_downtime' f...
Mao Zhongyi
2020-06-17
1
-1
/
+4
*
monitor/hmp-cmds: add units for migrate_parameters
Mao Zhongyi
2020-06-17
1
-3
/
+3
*
pci: Display PCI IRQ pin in "info pci"
Peter Xu
2020-06-12
1
-1
/
+2
*
migration/xbzrle: add encoding rate
Wei Wang
2020-05-07
1
-0
/
+2
*
migration/throttle: Add cpu-throttle-tailslow migration parameter
Keqian Zhu
2020-05-07
1
-0
/
+8
*
migration: move the units of migrate parameters from milliseconds to ms
Mao Zhongyi
2020-05-07
1
-4
/
+4
*
monitor/hmp-cmds: add hmp_handle_error() for hmp_migrate_set_speed()
Mao Zhongyi
2020-05-07
1
-1
/
+4
*
qapi: Only input visitors can actually fail
Markus Armbruster
2020-04-30
1
-1
/
+2
*
migration: use "" instead of (null) for tls-authz
Mao Zhongyi
2020-03-25
1
-2
/
+2
*
hmp/vnc: Fix info vnc list leak
Dr. David Alan Gilbert
2020-03-25
1
-2
/
+3
*
xbzrle: update xbzrle doc
Mao Zhongyi
2020-03-25
1
-1
/
+1
*
hmp-cmd: fix a missing_break warning
Pan Nengyuan
2020-03-25
1
-0
/
+1
*
migration/throttle: Add throttle-trig-thres migration parameter
Keqian Zhu
2020-03-13
1
-0
/
+7
*
monitor/hmp: move hmp_info_block* to block-hmp-cmds.c
Maxim Levitsky
2020-03-09
1
-388
/
+0
*
monitor/hmp: move remaining hmp_block* functions to block-hmp-cmds.c
Maxim Levitsky
2020-03-09
1
-137
/
+0
*
monitor/hmp: move hmp_nbd_server* to block-hmp-cmds.c
Maxim Levitsky
2020-03-09
1
-100
/
+0
*
monitor/hmp: move hmp_snapshot_* to block-hmp-cmds.c
Maxim Levitsky
2020-03-09
1
-47
/
+0
*
monitor/hmp: move hmp_block_job* to block-hmp-cmds.c
Maxim Levitsky
2020-03-09
1
-52
/
+0
*
monitor/hmp: move hmp_drive_mirror and hmp_drive_backup to block-hmp-cmds.c
Maxim Levitsky
2020-03-09
1
-58
/
+0
*
monitor/hmp-cmds: Remove redundant statement in hmp_rocker_of_dpa_groups()
Chen Qun
2020-03-09
1
-4
/
+1
*
blockdev-nbd: Boxed argument type for nbd-server-add
Kevin Wolf
2020-03-06
1
-4
/
+17
[next]