snp: gpu: comment out disable_image_nvdimm config

Comment out "disable_image_nvdimm = true" in:

- configuration-qemu-snp.toml
- configuration-qemu-nvidia-gpu-snp.toml

for consistency with the other configuration-qemu*.toml files.

Those two platforms are using "confidential_guest = true", and therefore
the value of disable_image_nvdimm gets ignored.

Signed-off-by: Dan Mihai <dmihai@microsoft.com>
This commit is contained in:
Dan Mihai 2025-06-10 01:44:51 +00:00
parent 2979312f7b
commit d51e0c9875
2 changed files with 2 additions and 2 deletions

View File

@ -354,7 +354,7 @@ pflashes = []
# nvdimm is not supported when `confidential_guest = true`.
#
# Default is false
disable_image_nvdimm = true
#disable_image_nvdimm = true
# Before hot plugging a PCIe device, you need to add a pcie_root_port device.
# Use this parameter when using some large PCI bar devices, such as Nvidia GPU

View File

@ -354,7 +354,7 @@ disable_nesting_checks = true
# nvdimm is not supported when `confidential_guest = true`.
#
# Default is false
disable_image_nvdimm = true
#disable_image_nvdimm = true
# Before hot plugging a PCIe device, you need to add a pcie_root_port device.
# Use this parameter when using some large PCI bar devices, such as Nvidia GPU