KVM Forum talk.
[libguestfs-talks.git] / 2012-kvm-forum / 0800-future.html
diff --git a/2012-kvm-forum/0800-future.html b/2012-kvm-forum/0800-future.html
new file mode 100644 (file)
index 0000000..90c8a94
--- /dev/null
@@ -0,0 +1,31 @@
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+<link rel="stylesheet" href="style.css" type="text/css"/>
+<script src="code.js" type="text/javascript"></script>
+
+<h1>Future work</h1>
+
+<ul>
+
+<li> TRIM / SCSI UNMAP from guest to host <small><b>(in progress)</b></small>
+
+<li> 9pfs mapping file
+
+<li> Finer control over <code>-drive snapshot=on</code>
+
+<li> Faster <code>qemu-img create</code> command
+
+<pre style="font-size: smaller;">
+$ time qemu-img create -f qcow2 -b rhel6.raw test.qcow2
+...
+real    <b>0m0.519s</b>
+...
+</pre>
+
+<li> Safer <code>qemu-img info</code> command <br/>
+     <small><b>(qemu: done, libguestfs: not yet impl)</b></small>
+
+<li> <q>All-up</q> testing should gate commits
+
+<li> Nested VMs (that work)
+
+</ul>