mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-01 14:38:33 +00:00
Pass block-device discard support through the Go QEMU stack. Block drives can now carry a DiscardUnmap request into govmm. QEMU command-line and QMP hotplug paths set discard=unmap on the backend and enable discard on virtio-blk frontends, while leaving SCSI frontend arguments unchanged. Signed-off-by: Manuel Huber <manuelh@nvidia.com> Assisted-by: OpenAI Codex <codex@openai.com>