From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAKJA-0001vw-8E for qemu-devel@nongnu.org; Tue, 17 Nov 2009 04:25:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAKJ5-0001tH-Jk for qemu-devel@nongnu.org; Tue, 17 Nov 2009 04:25:07 -0500 Received: from [199.232.76.173] (port=44653 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAKJ5-0001st-1f for qemu-devel@nongnu.org; Tue, 17 Nov 2009 04:25:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54364) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NAKJ4-0004vw-Kf for qemu-devel@nongnu.org; Tue, 17 Nov 2009 04:25:02 -0500 Date: Tue, 17 Nov 2009 14:54:13 +0530 From: Amit Shah Subject: Re: [Qemu-devel] virtio-rng Message-ID: <20091117092053.GA10556@amit-x200.redhat.com> References: <4AFB2D4D.8050208@collabora.co.uk> <4B011F38.9070500@redhat.com> <4B014584.6000001@collabora.co.uk> <4B014F2D.3040205@redhat.com> <4B0192BE.4010105@collabora.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B0192BE.4010105@collabora.co.uk> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ian Molton Cc: Gerd Hoffmann , qemu-devel@nongnu.org On (Mon) Nov 16 2009 [17:58:22], Ian Molton wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Gerd Hoffmann wrote: > > > Maybe ... > > > > -chardev socket,id=egd,host=egd.domain.tld,port=whatever > > -device virtio-rng,chardev=egd > > I've had a go at modifying virtio-console.c to use these semantics, > attached below. I'd appreciate it if you could let me know if this is > 'the right way'. I'm doing that as part of revamping of the virtio-console driver. You can see the latest patch I sent out here: http://patchwork.ozlabs.org/patch/36901/ Amit