From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N81ft-00035d-PD for qemu-devel@nongnu.org; Tue, 10 Nov 2009 20:07:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N81fo-0002yr-Ci for qemu-devel@nongnu.org; Tue, 10 Nov 2009 20:07:05 -0500 Received: from [199.232.76.173] (port=59112 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N81fn-0002yM-Vp for qemu-devel@nongnu.org; Tue, 10 Nov 2009 20:07:00 -0500 Received: from mail-pw0-f43.google.com ([209.85.160.43]:41572) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N81fn-0006ho-HZ for qemu-devel@nongnu.org; Tue, 10 Nov 2009 20:06:59 -0500 Received: by pwi12 with SMTP id 12so395742pwi.2 for ; Tue, 10 Nov 2009 17:06:58 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20091111005711.GA14831@suse.de> References: <1257845850-4660-2-git-send-email-scottt.tw@gmail.com> <4AF97D3B.8080601@redhat.com> <374D220D-FE6E-410B-83F3-E8988BA61A6D@suse.de> <20091110150630.19b0c3fa@doriath> <4AFA00D6.9030107@codemonkey.ws> <20091111005711.GA14831@suse.de> Date: Wed, 11 Nov 2009 09:06:58 +0800 Message-ID: Subject: Re: [Qemu-devel] [PATCH V2 2/3] usb-gotemp: new module emulating a USB thermometer From: Scott Tsai Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Greg KH Cc: qemu-devel@nongnu.org, Avi Kivity , Alexander Graf , Luiz Capitulino On Wed, Nov 11, 2009 at 8:57 AM, Greg KH wrote: > > What code? =C2=A0Where is it at? http://patchwork.ozlabs.org/patch/38118/ This code emulates a Vernier Go!Temp device in qemu. I wrote this to enable people to follow your driver tutorial without buying the gadget. (I implemented functionality not exercised in your tutorial code like the LED and NV_MEM commands as well) The current discussion is about whether this code is useful enough to be worth to maintenance burden if merged into qemu.