Features/Block/Rebase: Difference between revisions
Choonho.son (talk | contribs) (Created page with '== Summary == Add dynamic rebase of running disk == Owner == * '''Name:''' Choonho Son * '''Email:''' choonho.son@gmail.com == Description == == Usage example == '''QMP com…') |
Choonho.son (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
== Owner == | == Owner == | ||
* '''Name:''' Choonho Son | * '''Name:''' [[User:Choonho.son|Choonho Son]] | ||
* '''Email:''' choonho.son@gmail.com | * '''Email:''' choonho.son@gmail.com | ||
Revision as of 01:40, 21 August 2014
Summary
Add dynamic rebase of running disk
Owner
- Name: Choonho Son
- Email: choonho.son@gmail.com
Description
Usage example
QMP command
{ "execute": "block_rebase", "arguments": { "device": "ide0-hd0", "file": "/storage/ubuntu_base.img" } }
HMP command
(qemu) block_rebase ide0-hd0 /storage/ubuntu_base.img