mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-03-18 02:32:26 +00:00
Since QEMU v10.0.0 and Linux v6.13, virtio-mem-ccw is supported. Let's enable the required kernel configs for s390x. This commit enables `CONFIG_VIRTIO_MEM` and `CONFIG_MEMORY_HOTREMOVE` to support memory hotplug in the VM guest. Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>