Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753208Ab3EBAHH (ORCPT ); Wed, 1 May 2013 20:07:07 -0400 Received: from mail-da0-f50.google.com ([209.85.210.50]:36337 "EHLO mail-da0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752066Ab3EBAHD (ORCPT ); Wed, 1 May 2013 20:07:03 -0400 Date: Wed, 1 May 2013 17:07:00 -0700 (PDT) From: David Rientjes X-X-Sender: rientjes@chino.kir.corp.google.com To: Borislav Petkov cc: Ingo Molnar , "H. Peter Anvin" , linux-kernel@vger.kernel.org, Pekka Enberg , levinsasha928@gmail.com, mtosatti@redhat.com, tglx@linutronix.de, Borislav Petkov , fengguang.wu@intel.com, linux-tip-commits@vger.kernel.org Subject: Re: [tip:x86/urgent] x86/kconfig: Add a Kconfig shortcut for building working KVM guest kernels In-Reply-To: <20130501233530.GG15623@pd.tnic> Message-ID: References: <20130501203500.GC4466@pd.tnic> <20130501211011.GD4466@pd.tnic> <20130501215604.GA15623@pd.tnic> <20130501222850.GB15623@pd.tnic> <20130501230254.GC15623@pd.tnic> <20130501233530.GG15623@pd.tnic> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 775 Lines: 27 On Thu, 2 May 2013, Borislav Petkov wrote: > See, we could've saved ourselves all the bullshit if you had started > with the above. > I had thought warning: (KVM_GUEST_COMMON_OPTIONS && AMD_IOMMU) selects PCI_MSI which has unmet direct dependencies (PCI && ARCH_SUPPORTS_MSI) was obvious. > I'll add those to the lineup: > > select PCI > select NET_CORE > select X86_IO_APIC > select X86_LOCAL_APIC > No, you want to depend on X86_IO_APIC and X86_LOCAL_APIC, otherwise you'll just face the same issue one level deeper. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/