From: Richard W.M. Jones Date: Sun, 18 Nov 2018 10:38:27 +0000 (+0000) Subject: Require nbdkit 1.8.1. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=bd366b555aa83a548bbac2e9ce02b713ff71afd6;p=libguestfs-talks.git Require nbdkit 1.8.1. Allows us to drop the ‘open’ callback from the minimal plugin. --- diff --git a/2019-fosdem/6400-plugins-shell-2.html b/2019-fosdem/6400-plugins-shell-2.html index 5c2e981..416fa45 100644 --- a/2019-fosdem/6400-plugins-shell-2.html +++ b/2019-fosdem/6400-plugins-shell-2.html @@ -16,8 +16,11 @@ We only need to write a few callbacks ...
  • get_size
  • pread
  • pwrite +
  • trim +
  • zero

    -Almost all callbacks are optional. +Only get_size and pread are +mandatory for shell script plugins.

    diff --git a/2019-fosdem/9000-final.html b/2019-fosdem/9000-final.html index 23c4c5d..785a61c 100644 --- a/2019-fosdem/9000-final.html +++ b/2019-fosdem/9000-final.html @@ -16,7 +16,7 @@ the free world.

    Get it