Re: [Spice-devel] [Engine-devel] SPICE related features

2012-02-08 Thread Itamar Heim
On 02/08/2012 04:36 PM, Hans de Goede wrote: Hi all, Dor, thanks for the forward. On 02/08/2012 12:49 PM, Dor Laor wrote: On 02/08/2012 01:43 PM, Oved Ourfalli wrote: Hello all, The following feature page describes the engine adjustments needed for new SPICE features. http://www.ovirt.org/w

[Spice-devel] [PATCH] Enabling cursor in server/tests

2012-02-08 Thread Fabiano Fidêncio
Now, cursor is being shown in all tests as a white rectangle and is running in the screen doing a diagonal movement. It's a very simple way to test cursor commands and is sufficient for our tests. --- server/tests/test_display_base.c | 79 +++--- 1 fil

Re: [Spice-devel] usbredir and rights management

2012-02-08 Thread Frédéric Grelot
> The suid helper is a short-lived process, which gets invoked > after a new device has been plugged in, so it cannot differentiate > between newly plugged in and already present devices. Besides that > plugging in devices requires physical access, what is to stop a user > from unplugging and re-p

Re: [Spice-devel] [PATCH] Handle Application::set_hotkeys failure

2012-02-08 Thread Hans de Goede
Ack. On 02/08/2012 02:46 PM, Christophe Fergeau wrote: Application::set_hotkeys can throw an exception if it fails parsing the string describing the hotkeys to set. Currently this exception is uncaught which causes spicec to terminate when the controller tries to set invalid hotkeys. Fall back t

Re: [Spice-devel] usbredir and rights management

2012-02-08 Thread Hans de Goede
Hi, On 02/08/2012 03:55 PM, Frédéric Grelot wrote: As mentioned in my original mail, the helper uses PolicyKit to ask for permission to redirect the device, it is PolicyKit which asks for the root password, not the helper. In the blog post I linked to are instructions to change the policy so

Re: [Spice-devel] [Engine-devel] SPICE related features

2012-02-08 Thread Hans de Goede
Hi, On 02/08/2012 03:43 PM, Oved Ourfalli wrote: - Original Message - From: "Hans de Goede" To: dl...@redhat.com Cc: "Oved Ourfalli", spice-devel@lists.freedesktop.org, engine-de...@ovirt.org Sent: Wednesday, February 8, 2012 4:36:06 PM Subject: Re: [Spice-devel] [Engine-devel] SPICE

Re: [Spice-devel] keyboard and Mouse Fails....

2012-02-08 Thread Arnon Gilboa
Hi Naga, I couldn't reproduce this issue with linux client, so debugging it is not trivial. Have you tried using the new gtk client instead of the legacy client? Will catch you on irc later. Thanks, Arnon Naga Mohan Pothula wrote: Hi Arnon, This issue happens with Windows guest connecting fro

Re: [Spice-devel] usbredir and rights management

2012-02-08 Thread Frédéric Grelot
> > As mentioned in my original mail, the helper uses PolicyKit to ask > for > permission to redirect the device, it is PolicyKit which asks for the > root password, not the helper. In the blog post I linked to are > instructions to change the policy so that local (so behind the > keyboard of the

Re: [Spice-devel] [Engine-devel] SPICE related features

2012-02-08 Thread Hans de Goede
Hi all, Dor, thanks for the forward. On 02/08/2012 12:49 PM, Dor Laor wrote: On 02/08/2012 01:43 PM, Oved Ourfalli wrote: Hello all, The following feature page describes the engine adjustments needed for new SPICE features. http://www.ovirt.org/wiki/Features/SPICERelatedFeatures Al in all

Re: [Spice-devel] usbredir and rights management

2012-02-08 Thread Hans de Goede
Hi, On 02/08/2012 01:25 PM, Frédéric Grelot wrote: Hi Hans, Would it be possible to restrict this root helper to make it executable by any users of a specific group without forcing them to give the root password? I would think of something like helper (suid root) -> check user group -> opens

[Spice-devel] [PATCH] Handle Application::set_hotkeys failure

2012-02-08 Thread Christophe Fergeau
Application::set_hotkeys can throw an exception if it fails parsing the string describing the hotkeys to set. Currently this exception is uncaught which causes spicec to terminate when the controller tries to set invalid hotkeys. Fall back to using the default hotkeys when the controller sends an i

[Spice-devel] [PATCH] spice: support ipv6 channel address in monitor events and in spice info

2012-02-08 Thread Yonit Halperin
RHBZ #788444 CC: Gerd Hoffmann Signed-off-by: Yonit Halperin --- ui/spice-core.c | 37 - 1 files changed, 32 insertions(+), 5 deletions(-) diff --git a/ui/spice-core.c b/ui/spice-core.c index 5639c6f..60fd6c3 100644 --- a/ui/spice-core.c +++ b/ui/spice-co

[Spice-devel] [PATCH] server: support IPV6 addresses in channel events sent to qemu

2012-02-08 Thread Yonit Halperin
RHBZ #788444 CC: Gerd Hoffmann Signed-off-by: Gerd Hoffmann Signed-off-by: Yonit Halperin --- server/reds.c | 21 + server/spice.h |6 ++ 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/server/reds.c b/server/reds.c index 2492a89..828ba65 100644

Re: [Spice-devel] usbredir and rights management

2012-02-08 Thread Frédéric Grelot
Hi Hans, Would it be possible to restrict this root helper to make it executable by any users of a specific group without forcing them to give the root password? I would think of something like helper (suid root) -> check user group -> opens up the device give and filter command to ensure that t

Re: [Spice-devel] [Engine-devel] SPICE related features

2012-02-08 Thread Dor Laor
On 02/08/2012 01:43 PM, Oved Ourfalli wrote: Hello all, The following feature page describes the engine adjustments needed for new SPICE features. http://www.ovirt.org/wiki/Features/SPICERelatedFeatures Better to cross-post it w/ spice-devel upstream for co-review. Feel free to share your

Re: [Spice-devel] [spice-gtk] Link with usbredirparser

2012-02-08 Thread Marc-André Lureau
ack - Mensaje original - > spice-gtk uses usbredirfilter_string_to_rules which is defined > in usbredirparser but does not link with it. This causes link errors > on some distributions. Fixes fdo bug #45761. > --- > configure.ac |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-

[Spice-devel] [spice-gtk] Link with usbredirparser

2012-02-08 Thread Christophe Fergeau
spice-gtk uses usbredirfilter_string_to_rules which is defined in usbredirparser but does not link with it. This causes link errors on some distributions. Fixes fdo bug #45761. --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac in

Re: [Spice-devel] [Qemu-devel] Vioserial of Windows guest OS on Qemu 0.15

2012-02-08 Thread David Jaša
Vadim Rozenfeld píše v St 08. 02. 2012 v 02:47 -0500: > I'm afraid to give you any recommendations regarding QEMU stability. > I usually work with qemu-kvm repository. But we are always doing WHQL > process on RHEL platform only. > > Maybe someone from the SPICE team can comment on your question?

Re: [Spice-devel] usbredir and rights management

2012-02-08 Thread Hans de Goede
Hi, On 02/07/2012 09:40 PM, Dominique Rodrigues wrote: Hi, I have compiled spice-gtk (version 0.9) to support usbredir (version 3.3 compiled and installed) on 2 type of OS : Mageia and Debian (wheezy). I appears that usb redirection involves root in different ways for these OS. For mageaia,