From c0a3ecb27b6737b79df9b426112dc8cc5f4df5b4 Mon Sep 17 00:00:00 2001 From: arvindskumar99 Date: Thu, 23 Jan 2025 18:49:58 +0000 Subject: [PATCH] config: Disabling nesting check for SNP Adding disable_nesting_checks to accomodate SNP on Azure Signed-off-by: arvindskumar99 --- src/runtime/config/configuration-qemu-snp.toml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/config/configuration-qemu-snp.toml.in b/src/runtime/config/configuration-qemu-snp.toml.in index 929aa7e452..46c537971a 100644 --- a/src/runtime/config/configuration-qemu-snp.toml.in +++ b/src/runtime/config/configuration-qemu-snp.toml.in @@ -330,7 +330,7 @@ pflashes = [] # that it is running on top a VMM. This will result in the runtime # behaving as it would when running on bare metal. # -#disable_nesting_checks = true +disable_nesting_checks = true # This is the msize used for 9p shares. It is the number of bytes # used for 9p packet payload.