From ab092c31639b25af7636e4cc0a7f2fc2876abff6 Mon Sep 17 00:00:00 2001 From: Andrey Vagin Date: Mon, 7 Sep 2015 09:47:46 +0300 Subject: [PATCH] Enable CHECKPOINT_RESTORE on arm and aarch64 for CRIU feature https://bugzilla.redhat.com/show_bug.cgi?id=1040486 https://bugzilla.redhat.com/show_bug.cgi?id=1146995 Cc: arm@lists.fedoraproject.org Signed-off-by: Andrey Vagin --- config-arm-generic | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config-arm-generic b/config-arm-generic index f097fed23..af53be4a2 100644 --- a/config-arm-generic +++ b/config-arm-generic @@ -352,3 +352,6 @@ CONFIG_VFIO_AMBA=m # CONFIG_BMP085_SPI is not set # CONFIG_TI_DAC7512 is not set # CONFIG_SPI_ROCKCHIP is not set + +# https://fedoraproject.org/wiki/Features/Checkpoint_Restore +CONFIG_CHECKPOINT_RESTORE=y