[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
- [RFC 0/8] Support generic Luks encryption, Hyman Huang, 2023/12/04
- [RFC 1/8] crypto: Export util functions and structures, Hyman Huang, 2023/12/04
- [RFC 2/8] crypto: Introduce payload offset set function, Hyman Huang, 2023/12/04
- [RFC 3/8] Gluks: Add the basic framework, Hyman Huang, 2023/12/04
- [RFC 4/8] Gluks: Introduce Gluks options, Hyman Huang, 2023/12/04
- [RFC 6/8] crypto: Provide the Luks crypto driver to Gluks,
Hyman Huang <=
- [RFC 7/8] Gluks: Implement the fundamental block layer driver hooks, Hyman Huang, 2023/12/04
- [RFC 5/8] qapi: Introduce Gluks types to qapi, Hyman Huang, 2023/12/04
- [RFC 8/8] block: Support Gluks format image creation using qemu-img, Hyman Huang, 2023/12/04
- Re: [RFC 0/8] Support generic Luks encryption, Daniel P . Berrangé, 2023/12/04