From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.zytor.com (terminus.zytor.com [IPv6:2001:1868:205::10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 9F945B6F7A for ; Wed, 6 Jul 2011 08:36:29 +1000 (EST) Message-ID: <4E1391C2.2090904@zytor.com> Date: Tue, 05 Jul 2011 15:35:46 -0700 From: "H. Peter Anvin" MIME-Version: 1.0 To: Ohad Ben-Cohen Subject: Re: [RFC] virtio: expose for non-virtualization users too References: <1309874774-31689-1-git-send-email-ohad@wizery.com> In-Reply-To: <1309874774-31689-1-git-send-email-ohad@wizery.com> Content-Type: text/plain; charset=ISO-8859-1 Cc: Carsten Otte , linux-ia64@vger.kernel.org, kvm@vger.kernel.org, "Michael S. Tsirkin" , linux-mips@linux-mips.org, Heiko Carstens , virtualization@lists.linux-foundation.org, Paul Mackerras , linux-s390@vger.kernel.org, linux-sh@vger.kernel.org, x86@kernel.org, Alexander Graf , Christian Borntraeger , Ingo Molnar , Avi Kivity , Russell King , Xiantao Zhang , Fenghua Yu , Arnd Bergmann , Rusty Russell , Chris Metcalf , John Stultz , kvm-ppc@vger.kernel.org, Thomas Gleixner , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Tony Luck , kvm-ia64@vger.kernel.org, Marcelo Tosatti , linux-kernel@vger.kernel.org, Ralf Baechle , Paul Mundt , Martin Schwidefsky , linux390@de.ibm.com, Andrew Morton , linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 07/05/2011 07:06 AM, Ohad Ben-Cohen wrote: > virtio has been so far used only in the context of virtualization, > and the virtio Kconfig was sourced directly by the relevant arch > Kconfigs when VIRTUALIZATION was selected. > > Now that we start using virtio for inter-processor communications, > we need to source the virtio Kconfig outside of the virtualization > scope too. > Seems reasonable to me. -hpa