qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RFC 6/8] crypto: Provide the Luks crypto driver to Gluks


From: Hyman Huang
Subject: [RFC 6/8] crypto: Provide the Luks crypto driver to Gluks
Date: Tue, 5 Dec 2023 00:06:23 +0800

Hooks up the Luks crypto driver for Gluks.

Signed-off-by: Hyman Huang <yong.huang@smartx.com>
---
 crypto/block.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/crypto/block.c b/crypto/block.c
index 3dcf22a69f..7e695c0a04 100644
--- a/crypto/block.c
+++ b/crypto/block.c
@@ -27,6 +27,7 @@
 static const QCryptoBlockDriver *qcrypto_block_drivers[] = {
     [Q_CRYPTO_BLOCK_FORMAT_QCOW] = &qcrypto_block_driver_qcow,
     [Q_CRYPTO_BLOCK_FORMAT_LUKS] = &qcrypto_block_driver_luks,
+    [Q_CRYPTO_BLOCK_FORMAT_GLUKS] = &qcrypto_block_driver_luks,
 };
 
 
-- 
2.39.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]