fd8be8ec34012017a5fce5ce379a9df2e0edc359
[libguestfs-talks.git] / 2019-kvm-forum / 4700-fast-zero-implementation.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>Can you provide me some references?</h1>
6
7 <p>
8   libnbd: add <code>ENOTSUP</code> errno,
9   add <code>LIBNBD_CMD_FLAG_FAST_ZERO</code> to <code>nbd_zero()</code>
10   and <code>nbd_aio_zero()</code>
11
12 <p>
13   nbdkit: add support in the following filters and plugins
14   XXX worth flagging which additions are always fast, always slow, conditional?
15
16 <script>
17 plugins()
18 filters("1")
19
20 document.getElementById("filter1-error").classList.add("highlighted")
21 </script>
22 XXX populate full list of changed filters/plugins
23 </p>