From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3CC8-00065P-J2 for qemu-devel@nongnu.org; Tue, 14 Jan 2014 17:10:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3CBx-0003l7-Q8 for qemu-devel@nongnu.org; Tue, 14 Jan 2014 17:10:48 -0500 Received: from zimbra3.corp.accelance.fr ([2001:4080:204::2:8]:55325) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3CBx-0003kx-Co for qemu-devel@nongnu.org; Tue, 14 Jan 2014 17:10:37 -0500 Received: from localhost (localhost [127.0.0.1]) by zimbra3.corp.accelance.fr (Postfix) with ESMTP id C5BBC61A09 for ; Tue, 14 Jan 2014 23:10:36 +0100 (CET) Received: from zimbra3.corp.accelance.fr ([127.0.0.1]) by localhost (zimbra3.corp.accelance.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zuW6gcHr-zwb for ; Tue, 14 Jan 2014 23:10:36 +0100 (CET) Received: from [192.168.0.13] (gam75-1-81-57-22-125.fbx.proxad.net [81.57.22.125]) by zimbra3.corp.accelance.fr (Postfix) with ESMTPSA id 52734609FE for ; Tue, 14 Jan 2014 23:10:36 +0100 (CET) Message-ID: <52D5B4DB.7060007@openwide.fr> Date: Tue, 14 Jan 2014 23:06:19 +0100 From: Romain Naour MIME-Version: 1.0 References: <1389652389-22241-1-git-send-email-romain.naour@openwide.fr> <1389652389-22241-2-git-send-email-romain.naour@openwide.fr> <52D46C6D.8070300@redhat.com> <52D47B02.6080905@openwide.fr> <52D567E4.6070209@redhat.com> In-Reply-To: <52D567E4.6070209@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/1] genius: add genius serial mouse emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, > The standard is more like > > # A union referencing different chardev backend configuration' info. > # > # @gnmouse: Send mouse data using the Genius protocol (since 2.0). > # > # Since: 1.4 > ## > > but that format would require doucmenting all items. :( > > You can leave this out of v2. > > However, I'd be happy if you changed the documentation like this > > @item -chardev msmouse,id=@var{id} > Forward events from QEMU's emulated mouse to the guest using the > Microsoft protocol. @option{msmouse} does not take any options. > > @item -chardev gnmouse ,id=@var{id} > > Forward events from QEMU's emulated mouse to the guest using the Genius > (Mouse Systems) protocol. @option{gnmouse} does not take any options. Certainly, I changed the documentation accordingly. The v2 in on the way. Best regards, Romain Naour