From: Eric Blake <eblake@redhat.com> Date: Fri, 25 Oct 2019 03:20:56 +0000 (-0500) Subject: Update nbdkit script box to 1.14 release. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=acac7078b04959d498420e9c64499347e0bf9a5c;p=libguestfs-talks.git Update nbdkit script box to 1.14 release. Still needs a style.css change to make it look good... --- diff --git a/2019-kvm-forum/code.js b/2019-kvm-forum/code.js index 261fc85..a418c8d 100644 --- a/2019-kvm-forum/code.js +++ b/2019-kvm-forum/code.js @@ -2,7 +2,7 @@ function plugins () { document.write ("\ <div class=\"plugins\"> \ -<p id=\"caption\">plugins available in nbdkit 1.10</p> \ +<p id=\"caption\">plugins available in nbdkit 1.14</p> \ <ul> \ <li id=\"plugin-curl\"> curl \ <li id=\"plugin-data\"> data \ @@ -14,6 +14,7 @@ function plugins () <li id=\"plugin-gzip\"> gzip \ <li id=\"plugin-iso\"> iso \ <li id=\"plugin-libvirt\"> libvirt \ +<li id=\"plugin-linuxdisk\"> linuxdisk \ <li id=\"plugin-lua\"> lua \ <li id=\"plugin-memory\"> memory \ <li id=\"plugin-nbd\"> nbd \ @@ -25,6 +26,7 @@ function plugins () <li id=\"plugin-python\"> python \ <li id=\"plugin-random\"> random \ <li id=\"plugin-ruby\"> ruby \ +<li id=\"plugin-rust\"> rust \ <li id=\"plugin-sh\"> sh \ <li id=\"plugin-split\"> split \ <li id=\"plugin-streaming\"> streaming \ @@ -41,18 +43,25 @@ function filters (layer) { document.write ("\ <div class=\"filters\"> \ -<p class=\"filtercaption\">filters available in nbdkit 1.10</p> \ +<p class=\"filtercaption\">filters available in nbdkit 1.14</p> \ <ul> \ <li id=\"filter" + layer + "-blocksize\"> blocksize \ <li id=\"filter" + layer + "-cache\"> cache \ +<li id=\"filter" + layer + "-cacheextents\"> cacheextents \ <li id=\"filter" + layer + "-cow\"> cow \ <li id=\"filter" + layer + "-delay\"> delay \ <li id=\"filter" + layer + "-error\"> error \ <li id=\"filter" + layer + "-fua\"> fua \ <li id=\"filter" + layer + "-log\"> log \ +<li id=\"filter" + layer + "-nocache\"> nocache \ +<li id=\"filter" + layer + "-noextents\"> noextents \ +<li id=\"filter" + layer + "-noparallel\"> noparallel \ <li id=\"filter" + layer + "-nozero\"> nozero \ <li id=\"filter" + layer + "-offset\"> offset \ <li id=\"filter" + layer + "-partition\"> partition \ +<li id=\"filter" + layer + "-rate\"> rate \ +<li id=\"filter" + layer + "-readahead\"> readahead \ +<li id=\"filter" + layer + "-stats\"> stats \ <li id=\"filter" + layer + "-truncate\"> truncate \ <li id=\"filter" + layer + "-xz\"> xz \ </ul> \