From 64017578046090b2f6ae92508df42fee43e4f970 Mon Sep 17 00:00:00 2001 From: Olivier Le Thanh Duong Date: Fri, 14 Jun 2024 10:11:20 +0200 Subject: [PATCH] Add TODO comment Co-authored-by: nesitor --- src/aleph/vm/controllers/qemu_confidential/instance.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/aleph/vm/controllers/qemu_confidential/instance.py b/src/aleph/vm/controllers/qemu_confidential/instance.py index 61fb85a2f..765558c16 100644 --- a/src/aleph/vm/controllers/qemu_confidential/instance.py +++ b/src/aleph/vm/controllers/qemu_confidential/instance.py @@ -26,6 +26,7 @@ class AlephQemuConfidentialResources(AlephQemuResources): + # TODO: Implement download of the custom OVMF bootloader to use if specified, if not only use the default one. pass