X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=2019-kvm-forum%2F4700-fast-zero-implementation.html;h=7f76f15d1c4344f55ab8fc7ecba76d75c48d38bd;hb=6f34bcd5178f2622d9a15915ad2ca136525f318a;hp=fd8be8ec34012017a5fce5ce379a9df2e0edc359;hpb=ad8b89cda996d5c71202863bb6b6facf99a027f7;p=libguestfs-talks.git diff --git a/2019-kvm-forum/4700-fast-zero-implementation.html b/2019-kvm-forum/4700-fast-zero-implementation.html index fd8be8e..7f76f15 100644 --- a/2019-kvm-forum/4700-fast-zero-implementation.html +++ b/2019-kvm-forum/4700-fast-zero-implementation.html @@ -5,19 +5,41 @@

Can you provide me some references?

+ qemu: wire BDRV_REQ_NO_FALLBACK + to NBD_CMD_FLAG_FAST_ZERO in both server and client + +

libnbd: add ENOTSUP errno, add LIBNBD_CMD_FLAG_FAST_ZERO to nbd_zero() and nbd_aio_zero()

- nbdkit: add support in the following filters and plugins - XXX worth flagging which additions are always fast, always slow, conditional? + nbdkit: add support in the following filters and plugins: + always fails + always fast + conditional -XXX populate full list of changed filters/plugins