From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUcow-0002BE-Ph for qemu-devel@nongnu.org; Wed, 16 May 2012 07:55:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SUcon-0006vS-08 for qemu-devel@nongnu.org; Wed, 16 May 2012 07:55:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46357) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUcom-0006v2-OS for qemu-devel@nongnu.org; Wed, 16 May 2012 07:55:00 -0400 Date: Wed, 16 May 2012 17:24:54 +0530 From: Amit Shah Message-ID: <20120516115454.GC10649@amit.redhat.com> References: <4FB3919E.3080609@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4FB3919E.3080609@redhat.com> Subject: Re: [Qemu-devel] [PATCH 1/1] virtio-rng: device to send host entropy to guest List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu list , Anthony Liguori On (Wed) 16 May 2012 [13:38:06], Paolo Bonzini wrote: > Il 16/05/2012 13:30, Amit Shah ha scritto: > > hw-obj-$(CONFIG_VIRTIO) += virtio-console.o > > +hw-obj-$(CONFIG_VIRTIO) += virtio-rng.o > > This needs to be conditional on CONFIG_LINUX too. Right. Thanks, Amit