Add private talk from 2014 KVM Forum.
[libguestfs-talks.git] / 2014-kvm-forum / 5000-how-it-works-4.html
1 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
2 <link rel="stylesheet" href="style.css" type="text/css"/>
3 <script src="code.js" type="text/javascript"></script>
4
5 <h1>How does virt-v2v work?  #3</h1>
6
7 <pre>
8             ┌───────────────┐
9             │ overlay.qcow2 │
10 backing     │               │    copy
11 image ──◀───│               │──────────▶
12             │               │
13             │               │
14             └───────────────┘
15 </pre>
16
17 <p>
18 qemu-img convert overlay.qcow2 target
19 </p>