On Mon, Mar 26, 2012 at 03:06:22PM +0200, Gerd Hoffmann wrote:
> > +#if SPICE_SERVER_VERSION >= 0x000a03 /* 0.10.3 */
> > +info->has_mouse_mode = true;
> > +info->mouse_mode = g_strdup(spice_server_is_server_mouse(spice_server)
> > ?
> > +
On 03/26/12 15:30, Alon Levy wrote:
> On Mon, Mar 26, 2012 at 03:06:22PM +0200, Gerd Hoffmann wrote:
>>> +#if SPICE_SERVER_VERSION >= 0x000a03 /* 0.10.3 */
>>> +info->has_mouse_mode = true;
>>> +info->mouse_mode = g_strdup(spice_server_is_server_mouse(spice_server)
>>> ?
>>> +
On Mon, Mar 26, 2012 at 03:06:22PM +0200, Gerd Hoffmann wrote:
> > +#if SPICE_SERVER_VERSION >= 0x000a03 /* 0.10.3 */
> > +info->has_mouse_mode = true;
> > +info->mouse_mode = g_strdup(spice_server_is_server_mouse(spice_server)
> > ?
> > +
> +#if SPICE_SERVER_VERSION >= 0x000a03 /* 0.10.3 */
> +info->has_mouse_mode = true;
> +info->mouse_mode = g_strdup(spice_server_is_server_mouse(spice_server) ?
> +"server" : "client");
#else
info->mouse_mode = "unknown";
#endif
ACK series
Acked-by: Arnon Gilboa
Alon Levy wrote:
Below are the combined summaries. This lets the current mouse mode the server
is using be shown to qemu users:
(qemu) info spice
Server:
address: 0.0.0.0:10005
auth: none
compiled: 0.10.2
mouse-mode: server
qemu:
Alon Lev
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
---
hmp.c|2 ++
qapi-schema.json |7 ++-
ui/spice-core.c |5 +
3 files changed, 13 insertions(+), 1 delet
To be used by qemu query-spice / info spice commands.
---
server/reds.c|6 ++
server/spice-server.syms |4
server/spice.h |4 +++-
3 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/server/reds.c b/server/reds.c
index 27e7ea2..bf26864 100644
-
Below are the combined summaries. This lets the current mouse mode the server
is using be shown to qemu users:
(qemu) info spice
Server:
address: 0.0.0.0:10005
auth: none
compiled: 0.10.2
mouse-mode: server
qemu:
Alon Levy (1):
spice_info: add mouse_mode
hmp.c
Hi
I want to distinguish surfaces for future use such as sending specific
graphics of one application on user's demand instead of sending the whole
desktop or multiple users sharing one VM.
I read the source code of QXL driver, and tried to get current PID in
DrvCreateDeviceBitmap(in qxl/display/dr
Hey,
On Fri, Mar 23, 2012 at 10:04:35PM +0200, Alon Levy wrote:
> Huh? It's known to fail so you have to relaunch spicec or just that
> failed connections appear in the log? the later is the only thing I know
> of. Any BZ?
The former, this is https://bugzilla.redhat.com/show_bug.cgi?id=723582
Ch
Hi All,
I'm happy to announce version 0.10.0 of the spice
guest agent for Linux:
spice-vdagent-0.10.0
* Add limited support for multiple displays, see README
* Add support for RHEL-5 (and other distributions with a non hotplug
capable Xorg and/or no console-kit), see READM
Hi
I want to distinguish surfaces for future use such as sending specific graphics
of one application on user's demand instead of sending the whole desktop or
multiple users sharing one VM.
I read the source code of QXL driver, and tried to get current PID in
DrvCreateDeviceBitmap(in qxl/display
Hi
I want to distinguish surfaces for future use such as sending specific graphics
of one application on user's demand instead of sending the whole desktop or
multiple users sharing one VM.
I read the source code of QXL driver, and tried to get current PID in
DrvCreateDeviceBitmap(in qxl/display
Hi Yonit,
I am currently implementing a printing redirect based on the Virio framework.
Can I use tunnel channel to forward printing file from the guest OS to the
client?
If I can do it, is there any API that I can call from the guest OS to inject
the printing data into the tunnel channel?
Rig
14 matches
Mail list logo