KVM Forum talk.
[libguestfs-talks.git] / 2012-kvm-forum / 0800-future.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>Future work</h1>
6
7 <ul>
8
9 <li> TRIM / SCSI UNMAP from guest to host <small><b>(in progress)</b></small>
10
11 <li> 9pfs mapping file
12
13 <li> Finer control over <code>-drive snapshot=on</code>
14
15 <li> Faster <code>qemu-img create</code> command
16
17 <pre style="font-size: smaller;">
18 $ time qemu-img create -f qcow2 -b rhel6.raw test.qcow2
19 ...
20 real    <b>0m0.519s</b>
21 ...
22 </pre>
23
24 <li> Safer <code>qemu-img info</code> command <br/>
25      <small><b>(qemu: done, libguestfs: not yet impl)</b></small>
26
27 <li> <q>All-up</q> testing should gate commits
28
29 <li> Nested VMs (that work)
30
31 </ul>