Start on goals presentation.
[libguestfs-talks.git] / 2015-kvm-forum / 6000-new-features.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 features</h1>
6
7 <dl>
8 <dt> <b>block/curl</b>
9 <dd>
10 Matthew Booth fixed a few bugs affecting modern curl, and now
11 it works reliably <br>
12 Daniel Barboza added <b>timeouts</b> <br>
13 I added <b>cookie</b> support
14 <small>(for VMware vCenter)</small>
15 </ul>
16 </dd>
17
18 <dt> <b>block/ssh</b>
19 <dd>
20 I added this driver
21 <small>(for Xen)</small> <br>
22 It needs a bit of work still
23 </ul>
24 </dd>
25
26 <dt> <b>copy-on-read</b>
27 <dd>
28 </dd>
29
30 <dt> <b>discard &amp; fstrim</b>
31 <dd>
32 qemu has had excellent discard support for a few years <br>
33 I added support for fstrim to <b>ntfs-3g</b> <br>
34 Massively reduces the time taken to copy guests <br>
35 </ul>
36 </dd>
37
38 <dt> <b><q>json:</q> paths</b>
39 <dd>
40 Less error-prone than ordinary qemu block paths
41 </dd>
42
43 <dt> <b>qcow2 v3</b>
44 <dd>
45 Several enhancements, but the most important is support for zero clusters
46 </dd>
47
48 </dl>