From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nwc5w-0006PS-Bq for qemu-devel@nongnu.org; Tue, 30 Mar 2010 10:07:04 -0400 Received: from [140.186.70.92] (port=56650 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nwc5t-0006LT-M3 for qemu-devel@nongnu.org; Tue, 30 Mar 2010 10:07:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nwc5p-0006b9-AM for qemu-devel@nongnu.org; Tue, 30 Mar 2010 10:07:01 -0400 Received: from bhuna.collabora.co.uk ([93.93.128.226]:35442) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nwc5p-0006au-6B for qemu-devel@nongnu.org; Tue, 30 Mar 2010 10:06:57 -0400 Message-ID: <4BB2053C.6000701@collabora.co.uk> Date: Tue, 30 Mar 2010 15:05:48 +0100 From: Ian Molton MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 0/2] VirtIO RNG List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Gerd Hoffmann , Anthony Liguori Hi! I've cleaned up and rebased the virtio-rng patch, including the comments made on the previous version. I've dropped socket reconnect support because I don't have the time to make it into some kind of generic does-everything subsystem, so here is whats left - a pure rng / egd device. -Ian