From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751503AbcADOvD (ORCPT ); Mon, 4 Jan 2016 09:51:03 -0500 Received: from foss.arm.com ([217.140.101.70]:53169 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751309AbcADOvB (ORCPT ); Mon, 4 Jan 2016 09:51:01 -0500 From: Andre Przywara To: Russell King , arnd@arndb.de Cc: alison.wang@freescale.com, marc.zyngier@arm.com, christoffer.dall@linaro.org, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] arm: configs: improve KVM support Date: Mon, 4 Jan 2016 14:50:32 +0000 Message-Id: <1451919034-12846-1-git-send-email-andre.przywara@arm.com> X-Mailer: git-send-email 2.6.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, there doesn't seem to be a good generic defconfig which includes KVM support, so this config tends to get less testing. This mini-series addresses this with a two-fold approach: Patch 1/2 introduces VIRTIO drivers to the existing multi_v7_defconfig, so those kernels can be easily used as guest kernels in KVM. This goes with the arm64 defconfig, which has those drivers compiled in as well. Patch 2/2 adds a new kvm_defconfig, which includes LPAE and KVM host capability on top of the said multi_v7_defconfig. This should help to find compatibility issues with LPAE configs on the way. I didn't bother to deselect platforms that are not LPAE capable, as: a) some platforms may include LPAE capable cores in the future b) compile testing drivers is part of this exercise. I guess with LPAE capable machines adding some KBytes to the kernel image is not really an issue, so let's just keep those platforms in. Also that makes the diff to multi_v7_defconfig pretty small. Alison, the last patch comes pretty close to your: "[RFC PATCH] ARM: add v7 LPAE multi-platform defconfig" from early November, though with a slightly different focus. If you have a new version of your patch in the queue, I am happy to withdraw mine and rather help to get yours merged, possibly with the KVM options added. What is your take on this? Cheers, Andre. Andre Przywara (2): arm: multi_v7_defconfig: Add virtio drivers arm: configs: add kvm_defconfig arch/arm/configs/{multi_v7_defconfig => kvm_defconfig} | 14 ++++++++++++++ arch/arm/configs/multi_v7_defconfig | 8 ++++++++ 2 files changed, 22 insertions(+) copy arch/arm/configs/{multi_v7_defconfig => kvm_defconfig} (98%) -- 2.6.4