From bafa9385ba63034ff02bafe87bb23583372f8f0c Mon Sep 17 00:00:00 2001 From: Young Jin Park Date: Tue, 5 Feb 2019 22:37:42 +0900 Subject: [PATCH] linux4.14: add Intel kvmgt support [skip ci] --- srcpkgs/linux4.14/files/x86_64-dotconfig | 3 ++- srcpkgs/linux4.14/template | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/linux4.14/files/x86_64-dotconfig b/srcpkgs/linux4.14/files/x86_64-dotconfig index 0099301a691..d85311f3156 100644 --- a/srcpkgs/linux4.14/files/x86_64-dotconfig +++ b/srcpkgs/linux4.14/files/x86_64-dotconfig @@ -5133,7 +5133,8 @@ CONFIG_DRM_I915=m CONFIG_DRM_I915_CAPTURE_ERROR=y CONFIG_DRM_I915_COMPRESS_ERROR=y CONFIG_DRM_I915_USERPTR=y -# CONFIG_DRM_I915_GVT is not set +CONFIG_DRM_I915_GVT=y +CONFIG_DRM_I915_GVT_KVMGT=m # # drm/i915 Debugging diff --git a/srcpkgs/linux4.14/template b/srcpkgs/linux4.14/template index 2783bf60a9f..03c0995efe4 100644 --- a/srcpkgs/linux4.14/template +++ b/srcpkgs/linux4.14/template @@ -1,7 +1,7 @@ # Template file for 'linux4.14' pkgname=linux4.14 version=4.14.97 -revision=1 +revision=2 patch_args="-Np1" wrksrc="linux-${version}" maintainer="Juan RP "