From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDLlh-0003YV-OW for qemu-devel@nongnu.org; Thu, 29 Mar 2012 16:16:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDLlg-0007lm-77 for qemu-devel@nongnu.org; Thu, 29 Mar 2012 16:16:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25430) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDLlf-0007lf-Up for qemu-devel@nongnu.org; Thu, 29 Mar 2012 16:16:24 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q2TKGK7h018288 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 29 Mar 2012 16:16:20 -0400 Date: Thu, 29 Mar 2012 22:16:16 +0200 From: Alon Levy Message-ID: <20120329201616.GC5648@garlic> References: <1332766053-9063-3-git-send-email-alevy@redhat.com> <1332771332-14090-1-git-send-email-alevy@redhat.com> <4F742684.50303@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F742684.50303@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2] spice_info: add mouse_mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On Thu, Mar 29, 2012 at 11:08:20AM +0200, Gerd Hoffmann wrote: > On 03/26/12 16:15, Alon Levy wrote: > > Add mouse_mode, either server or mouse, to qmp and hmp commands, based > > on spice_server_is_server_mouse added in spice-server 0.10.3. > > Looks good. What is the status of the spice-server patch? Committed? Yes. > > cheers, > Gerd