The commit is pushed to "branch-rh9-5.14.0-362.8.1.vz9.35.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh9-5.14.0-362.8.1.vz9.35.5 ------> commit b6a336efca86bb2bea0a9d2aaa54f888b448162f Author: Konstantin Khorenko <khore...@virtuozzo.com> Date: Tue Jan 9 22:38:21 2024 +0300
configs: Enable in-kernel accelerator for virtio-blk guests in configs dir We store precompiled config files for the convenience, so enable VHOST_BLK module there as well. https://virtuozzo.atlassian.net/browse/PSBM-139414 https://virtuozzo.atlassian.net/browse/PSBM-152375 Signed-off-by: Konstantin Khorenko <khore...@virtuozzo.com> Feature: vhost-blk: in-kernel accelerator for virtio-blk guests --- configs/kernel-5.14.0-x86_64-debug.config | 1 + configs/kernel-5.14.0-x86_64.config | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/kernel-5.14.0-x86_64-debug.config b/configs/kernel-5.14.0-x86_64-debug.config index cccef42ea21f..f6196f944c61 100644 --- a/configs/kernel-5.14.0-x86_64-debug.config +++ b/configs/kernel-5.14.0-x86_64-debug.config @@ -6418,6 +6418,7 @@ CONFIG_VGA_ARB_MAX_GPUS=64 CONFIG_VGA_ARB=y CONFIG_VGA_CONSOLE=y CONFIG_VGA_SWITCHEROO=y +CONFIG_VHOST_BLK=m # CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set CONFIG_VHOST_MENU=y CONFIG_VHOST_NET=m diff --git a/configs/kernel-5.14.0-x86_64.config b/configs/kernel-5.14.0-x86_64.config index ae63b9695f49..149b7942eca0 100644 --- a/configs/kernel-5.14.0-x86_64.config +++ b/configs/kernel-5.14.0-x86_64.config @@ -6395,6 +6395,7 @@ CONFIG_VGA_ARB_MAX_GPUS=64 CONFIG_VGA_ARB=y CONFIG_VGA_CONSOLE=y CONFIG_VGA_SWITCHEROO=y +CONFIG_VHOST_BLK=m # CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set CONFIG_VHOST_MENU=y CONFIG_VHOST_NET=m _______________________________________________ Devel mailing list Devel@openvz.org https://lists.openvz.org/mailman/listinfo/devel