KVM 2014: Further final tweaks.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 13 Oct 2014 06:44:59 +0000 (08:44 +0200)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 13 Oct 2014 06:58:30 +0000 (08:58 +0200)
2014-kvm-forum/5500-new-technology.html [new file with mode: 0644]
2014-kvm-forum/7000-nice-to-have.html
2014-kvm-forum/7500-nice-to-have-2.html [new file with mode: 0644]
2014-kvm-forum/README

diff --git a/2014-kvm-forum/5500-new-technology.html b/2014-kvm-forum/5500-new-technology.html
new file mode 100644 (file)
index 0000000..82bf650
--- /dev/null
@@ -0,0 +1,48 @@
+<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>New qemu technology</h1>
+
+<table width="95%" cellspacing=10>
+
+<tr>
+  <th align="right" valign="top"> block/curl </th>
+  <td valign="top">
+    working! <br/>
+    timeouts <br/>
+    cookies
+  </td>
+</tr>
+
+<tr>
+  <th align="right"> block/ssh </th>
+  <td> needs a bit of work </td>
+</tr>
+
+<tr>
+  <th align="right"> copy on read </th>
+  <td>  </td>
+</tr>
+
+<tr>
+  <th align="right"> discard &amp; fstrim </th>
+  <td>  </td>
+</tr>
+
+<tr>
+  <th align="right"> qcow2 v3 </th>
+  <td> especially zero clusters </td>
+</tr>
+
+<tr>
+  <th align="right"> fstrim on NTFS </th>
+  <td> only works for aligned filesystems </td>
+</tr>
+
+<tr>
+  <th align="right"> miniexpect </th>
+  <td> not qemu .. but worth mentioning </td>
+</tr>
+
+</table>
index eff2c92..aff9482 100644 (file)
@@ -6,6 +6,5 @@
 
 <ul>
 <li> Streaming
-<li> qemu defaults that understand libguestfs needs <br/>
-  a.k.a Work! Dammit!
+<li> 
 </ul>
diff --git a/2014-kvm-forum/7500-nice-to-have-2.html b/2014-kvm-forum/7500-nice-to-have-2.html
new file mode 100644 (file)
index 0000000..eff2c92
--- /dev/null
@@ -0,0 +1,11 @@
+<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>Nice to have</h1>
+
+<ul>
+<li> Streaming
+<li> qemu defaults that understand libguestfs needs <br/>
+  a.k.a Work! Dammit!
+</ul>
index 32fdcbc..936c495 100644 (file)
@@ -1,6 +1,6 @@
-This is a presentation given privately to the Red Hat KVM developers
-at the 2014 KVM Forum in Dusseldorf, covering the new technology from
-qemu that was used when writing virt-v2v.
+This is a presentation given privately on 2014-10-13 to the Red Hat
+KVM developers at the 2014 KVM Forum in Dusseldorf, covering the new
+technology from qemu that was used when writing virt-v2v.
 
 It is essentially a longer version of this blog posting: