4500: Replace <pre>-graph with nicer image.
[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> Finer control over <code>-drive snapshot=on</code>
10
11 <li> Faster <code>qemu-img create</code> command
12
13 <pre style="font-size: smaller;">
14 $ time qemu-img create -f qcow2 -b rhel6.raw test.qcow2
15 ...
16 real    <b>0m0.519s</b>
17 </pre>
18
19 <li> Safer <code>qemu-img info</code> command <br/>
20      <small><b>(qemu: done, libguestfs: not yet impl)</b></small>
21
22 <li> TRIM / SCSI UNMAP from guest to host
23      <small><b>(in progress)</b></small>
24
25 <li> <q>All-up</q> testing should gate commits <br/>
26      <small><b>(aliguori doing good stuff here)</b></small>
27
28 <li> Nested VMs (that work)
29
30 <li> More detailed 9pfs configuration
31
32 </ul>