]> git.proxmox.com Git - mirror_qemu.git/blobdiff - crypto/blockpriv.h
9p: null terminate fs driver options list
[mirror_qemu.git] / crypto / blockpriv.h
index 71c59cb542631042efd44aa2de91d9a1c67be938..3c7ccea50401a2bda8a1a501eb3c8b30d0b40811 100644 (file)
@@ -62,6 +62,14 @@ struct QCryptoBlockDriver {
                   void *opaque,
                   Error **errp);
 
+    int (*amend)(QCryptoBlock *block,
+                 QCryptoBlockReadFunc readfunc,
+                 QCryptoBlockWriteFunc writefunc,
+                 void *opaque,
+                 QCryptoBlockAmendOptions *options,
+                 bool force,
+                 Error **errp);
+
     int (*get_info)(QCryptoBlock *block,
                     QCryptoBlockInfo *info,
                     Error **errp);