Re: [Qemu-devel] [PATCH v2] spice_info: add mouse_mode

2012-03-29 Thread Alon Levy
On Thu, Mar 29, 2012 at 03:19:16PM -0500, Anthony Liguori wrote: > On 03/26/2012 09:15 AM, 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. > > > >Signed-off-by: Alon Levy > >--- > >v1->v2: >

Re: [Qemu-devel] [PATCH v2] spice_info: add mouse_mode

2012-03-29 Thread Anthony Liguori
On 03/26/2012 09:15 AM, 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. Signed-off-by: Alon Levy --- v1->v2: report mouse mode "unknown" for qmp too (Gerd Hoffman request) hmp.c

Re: [Qemu-devel] [PATCH v2] spice_info: add mouse_mode

2012-03-29 Thread Alon Levy
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

Re: [Qemu-devel] [PATCH v2] spice_info: add mouse_mode

2012-03-29 Thread Gerd Hoffmann
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? cheers, Gerd

[Qemu-devel] [PATCH v2] spice_info: add mouse_mode

2012-03-26 Thread Alon Levy
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. Signed-off-by: Alon Levy --- v1->v2: report mouse mode "unknown" for qmp too (Gerd Hoffman request) hmp.c|1 + qapi-schema.json |7 ++- u