]> git.proxmox.com Git - qemu-server.git/commit
generalize live restore code
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 13 Feb 2024 15:16:50 +0000 (16:16 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 11 Mar 2024 09:41:42 +0000 (10:41 +0100)
commit5b8d01f5754f4ba4712183788307cdce938821f5
tree797555fb3cc01d2ac37cb2f73dcf39c6eb08992e
parentd08923a607ea0736d43f431d521db7ec27a87a8f
generalize live restore code

instead of a "pbs-backing" parameter we now have a
"live-restore-backing" parameter containing the `-blockdev` arg and
its name, which also means we print the blockdev earlier

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
PVE/QemuServer.pm