kimullaa
kimullaa
Fix several build failures when I tried the procedures in [Kata Containers with AMD SEV-SNP VMs](https://github.com/kata-containers/kata-containers/blob/main/docs/how-to/how-to-run-kata-containers-with-SNP-VMs.md). Fixes: #10378
# Description of problem Several build failures have occured when I tried the procedures in [Kata Containers with AMD SEV-SNP VMs](https://github.com/kata-containers/kata-containers/blob/main/docs/how-to/how-to-run-kata-containers-with-SNP-VMs.md). I was informed in [this issue](https://github.com/kata-containers/kata-containers/issues/10355#issuecomment-2379526520) that the SNP...
How about clearly specifying the corresponding host kernel version in "Kata Containers with AMD SEV-SNP VMs". Please check if my understanding is correct. It is stated as follows in "Kata...
disable_block_device_use means "disallow a block device from being used". Therefore, when disable_block_device_use=true, reduce unnecessary loading of virios-scsi. Fixes: #11309
# Description of problem Even when disable_block_device_use is set to true, virtio-scsi is still loaded. configuration-qemu.toml. ``` $ sudo cat /opt/kata/share/defaults/kata-containers/configuration-qemu.toml | grep block_ # If set block storage driver...