Add way to scale whole document.
[libguestfs-talks.git] / 2014-kvm-forum / 5500-new-technology.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>New qemu technology</h1>
6
7 <table width="95%" cellspacing=10>
8
9 <tr>
10   <th align="right" valign="top"> block/curl </th>
11   <td valign="top">
12     working! <br/>
13     timeouts <br/>
14     cookies
15   </td>
16 </tr>
17
18 <tr>
19   <th align="right"> block/ssh </th>
20   <td> needs a bit of work </td>
21 </tr>
22
23 <tr>
24   <th align="right"> copy on read </th>
25   <td>  </td>
26 </tr>
27
28 <tr>
29   <th align="right"> discard &amp; fstrim </th>
30   <td>  </td>
31 </tr>
32
33 <tr>
34   <th align="right"> qcow2 v3 </th>
35   <td> especially zero clusters </td>
36 </tr>
37
38 <tr>
39   <th align="right"> fstrim on NTFS </th>
40   <td> only works for aligned filesystems </td>
41 </tr>
42
43 <tr>
44   <th align="right"> miniexpect </th>
45   <td> not qemu .. but worth mentioning </td>
46 </tr>
47
48 </table>