From 34a1e12c10c4e91bfd368adcc26531acfaa8dd55 Mon Sep 17 00:00:00 2001 From: Manuel Huber Date: Tue, 14 Jul 2026 18:27:49 +0000 Subject: [PATCH] nvidia/runtime-rs: use block-plain emptyDir Set the non-confidential NVIDIA runtime-rs emptyDir mode to block-plain through a dedicated Makefile default. This prepares the runtime class for configurations where filesystem sharing is disabled and emptyDir volumes need to be backed by guest-mounted block devices instead of shared-fs. Signed-off-by: Manuel Huber Assisted-by: OpenAI Codex --- .../config/configuration-qemu-nvidia-gpu-runtime-rs.toml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime-rs/config/configuration-qemu-nvidia-gpu-runtime-rs.toml.in b/src/runtime-rs/config/configuration-qemu-nvidia-gpu-runtime-rs.toml.in index 9c8a37aa29..86f4e6e595 100644 --- a/src/runtime-rs/config/configuration-qemu-nvidia-gpu-runtime-rs.toml.in +++ b/src/runtime-rs/config/configuration-qemu-nvidia-gpu-runtime-rs.toml.in @@ -816,7 +816,7 @@ vfio_mode = "@DEFVFIOMODE_NV@" # - block-plain # Plugs a block device to be mounted directly in the guest. # -emptydir_mode = "@DEFEMPTYDIRMODE@" +emptydir_mode = "@DEFEMPTYDIRMODE_NV@" # Enabled experimental feature list, format: ["a", "b"]. # Experimental features are features not stable enough for production,