]> git.proxmox.com Git - qemu-server.git/commit
qmp: use 'blockdev-change-medium' instead of generic 'change'
authorStefan Reiter <s.reiter@proxmox.com>
Thu, 6 Feb 2020 09:53:52 +0000 (10:53 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 6 Feb 2020 12:50:33 +0000 (13:50 +0100)
commitce9fce7985bfbc595dc08ab29db618e0db6f5ac6
treeae8f4be0ad37336d3878be107fd7cebcd1755067
parent9e7bce2c88583346e125cafb9f2a2b50ed6dab5e
qmp: use 'blockdev-change-medium' instead of generic 'change'

...and cleanup surrounding code a bit.

'change' is deprecated, and according to the qapi definition in QEMU it
is 'strongly recommended' to avoid using it.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
PVE/QemuServer.pm