From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUcYg-0005ue-Pp for qemu-devel@nongnu.org; Wed, 16 May 2012 07:38:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SUcYc-0007Te-39 for qemu-devel@nongnu.org; Wed, 16 May 2012 07:38:22 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:59672) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUcYb-0007TN-Q0 for qemu-devel@nongnu.org; Wed, 16 May 2012 07:38:18 -0400 Received: by pbbro12 with SMTP id ro12so1277849pbb.4 for ; Wed, 16 May 2012 04:38:15 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4FB3919E.3080609@redhat.com> Date: Wed, 16 May 2012 13:38:06 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit 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: Amit Shah Cc: qemu list , Anthony Liguori 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. Paolo