mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-22 06:54:30 +01:00
kernel: Enable CONFIG_VIRTIO_PMEM for booting from pmem
To support booting from pmem with cloud-hypervisor, we need to enable the virtio-pmem in our kernel. Fixes: #1013 Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
@@ -15,6 +15,9 @@ CONFIG_VIRTIO_PCI_LEGACY=y
|
|||||||
CONFIG_HW_RANDOM=y
|
CONFIG_HW_RANDOM=y
|
||||||
CONFIG_HW_RANDOM_VIRTIO=y
|
CONFIG_HW_RANDOM_VIRTIO=y
|
||||||
|
|
||||||
|
# This is required for booting from pmem
|
||||||
|
CONFIG_VIRTIO_PMEM=y
|
||||||
|
|
||||||
# FIXME - are we moving away from/choosing between SCSI and BLK support?
|
# FIXME - are we moving away from/choosing between SCSI and BLK support?
|
||||||
# https://github.com/kata-containers/packaging/issues/483
|
# https://github.com/kata-containers/packaging/issues/483
|
||||||
CONFIG_SCSI=y
|
CONFIG_SCSI=y
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
72
|
73
|
||||||
|
|||||||
Reference in New Issue
Block a user