Features/Block/Rebase

From QEMU
Revision as of 01:43, 21 August 2014 by Choonho.son (talk | contribs)

Summary

Add dynamic rebase of running disk

Owner

Description

Usage example

Original Disk Qcow2.png

New rebased Disk Rebase.png

QMP command

{ "execute": "block_rebase", "arguments": { "device": "ide0-hd0", "file": "/storage/new_base.img" } }

HMP command

(qemu) block_rebase ide0-hd0 /storage/new_base.img

Status