Table of Contents

Qemu Snapshots

qemu-img create -f qed -b BACKING_IMG.qed SNAP_IMG.qed
qemu-img create -f qed -b SNAP_IMG.qed SNAP_OF_SNAP_IMG.qed 

List Snapshots

qemu-img snapshot -l /images/windows7.qcow2

Resize Qemu Image

qemu-img resize windows7.qcow +20GB