From patchwork Tue Mar 11 17:01:51 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: dann frazier X-Patchwork-Id: 329176 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 2EBCA2C00BD for ; Wed, 12 Mar 2014 04:02:18 +1100 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1WNQ48-0003Cs-Pq; Tue, 11 Mar 2014 17:02:08 +0000 Received: from complete.lackof.org ([198.49.126.79]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1WNQ43-0003CO-7x for kernel-team@lists.ubuntu.com; Tue, 11 Mar 2014 17:02:03 +0000 Received: from localhost (c-50-170-238-85.hsd1.co.comcast.net [50.170.238.85]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by complete.lackof.org (Postfix) with ESMTPSA id CCAD333E008E for ; Tue, 11 Mar 2014 11:02:00 -0600 (MDT) From: dann frazier To: kernel-team@lists.ubuntu.com Subject: [PATCH] UBUNTU: [Config] arm64: KVM=y Date: Tue, 11 Mar 2014 11:01:51 -0600 Message-Id: <1394557311-22659-1-git-send-email-dann.frazier@canonical.com> X-Mailer: git-send-email 1.9.0 X-Virus-Scanned: clamav-milter 0.97.8 at complete.lackof.org X-Virus-Status: Clean X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on complete.lackof.org X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com Enable KVM support for arm64 Signed-off-by: dann frazier --- debian.master/config/arm64/config.common.arm64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.master/config/arm64/config.common.arm64 b/debian.master/config/arm64/config.common.arm64 index 3fb2ec7..9ce3b7e 100644 --- a/debian.master/config/arm64/config.common.arm64 +++ b/debian.master/config/arm64/config.common.arm64 @@ -96,7 +96,7 @@ CONFIG_IPACK_BUS=m CONFIG_ISDN=y CONFIG_ISO9660_FS=m # CONFIG_KSM is not set -# CONFIG_KVM is not set +CONFIG_KVM=y CONFIG_L2TP_V3=y # CONFIG_LIS3L02DQ is not set CONFIG_LOG_BUF_SHIFT=14