mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-17 00:43:36 +00:00
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:
parent
2979312f7b
commit
d51e0c9875
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user