Add private talk from 2014 KVM Forum.
[libguestfs-talks.git] / 2014-kvm-forum / 3000-how-it-works-2.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?  #1</h1>
6
7 <pre>
8 VMware      ┌───────────────┐
9 (curl)      │ overlay.qcow2 │
10 Xen         │               │
11 (ssh) ──◀───│               │
12 physical    │               │
13 (nbd)       │               │
14 local disk  └───────────────┘
15                   convert
16 </pre>
17
18 <p>Backing file with Copy on read enabled</p>