[Spice-devel] [PATCH 4/5] Xspice: fix cleanup when some processes are already dead

2013-10-21 Thread Alon Levy
--- scripts/Xspice | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/scripts/Xspice b/scripts/Xspice index be87c08..9b82bfe 100755 --- a/scripts/Xspice +++ b/scripts/Xspice @@ -162,9 +162,15 @@ def cleanup(*args): if os.path.exists(f): os.remove(f

[Spice-devel] [PATCH 5/5] Xspice: cleanup vdagent files

2013-10-21 Thread Alon Levy
--- scripts/Xspice | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Xspice b/scripts/Xspice index 9b82bfe..b1528f9 100755 --- a/scripts/Xspice +++ b/scripts/Xspice @@ -278,6 +278,7 @@ if args.vdagent_enabled: for f in [vdagentd_uds, args.vdagent_virtio_path, args.vdagent_uinput_pa

[Spice-devel] [PATCH 3/5] Xspice: cleanup non regular files too

2013-10-21 Thread Alon Levy
--- scripts/Xspice | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Xspice b/scripts/Xspice index 34a5fcc..be87c08 100755 --- a/scripts/Xspice +++ b/scripts/Xspice @@ -159,7 +159,7 @@ cleanup_processes = [] def cleanup(*args): for f in cleanup_files: -if

[Spice-devel] [PATCH 2/5] xspice: chown both files used by vdagent for suid Xorg case

2013-10-21 Thread Alon Levy
When running a suid Xorg mkfifo and bind produce files owned by root. Change the ownership so that the user launched vdagent & vdagentd can write to them. This also makes it easier to cleanup the files from the Xspice process that is not running as root (and is launching both vdagent & vdagentd, he

[Spice-devel] [PATCH 1/5] spiceqxl_spice_server: no need to call spice_server_set_noauth twice

2013-10-21 Thread Alon Levy
--- src/spiceqxl_spice_server.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/spiceqxl_spice_server.c b/src/spiceqxl_spice_server.c index 63a3179..14ee752 100644 --- a/src/spiceqxl_spice_server.c +++ b/src/spiceqxl_spice_server.c @@ -254,9 +254,6 @@ void xspice_set_spice_server_options

Re: [Spice-devel] Keyboard Issue!!

2013-10-21 Thread Christophe Fergeau
On Mon, Oct 21, 2013 at 04:19:21PM +0530, Vishvendra Singh Chauhan wrote: > *I am working on Ovirt Data Center. Basically here in our DC we are > providing virtual Machines to our clients, And they access virtual machine > console using spiceX or spice-xpi package. > > > * > *But here i am facing

Re: [Spice-devel] spice html5 keyboard issues

2013-10-21 Thread Karim Boumedhel
Im using last version. I suspect it really depends on the kind of keyboard you re using. I ve got a spanish laptop but im having the same issue on my home s pc... Karim Boumedhel Red Hat Senior Consultant, RHCA Cell: +34 676389555 Email: ka...@redhat.com -Original Message- From: Marc-And

[Spice-devel] Keyboard Issue!!

2013-10-21 Thread Vishvendra Singh Chauhan
*I am working on Ovirt Data Center. Basically here in our DC we are providing virtual Machines to our clients, And they access virtual machine console using spiceX or spice-xpi package. * *But here i am facing a problem related keyboard keys. When i access any machine from Linux platform my all k

Re: [Spice-devel] [PATCH xf86-video-qxl] tests/xspice_util.py: fix hardcoded port

2013-10-21 Thread Uri Lublin
On 10/21/2013 11:22 AM, Alon Levy wrote: --- tests/xspice_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xspice_util.py b/tests/xspice_util.py index a2e8578..409a0fc 100755 --- a/tests/xspice_util.py +++ b/tests/xspice_util.py @@ -57,7 +57,7 @@ def launch_xsp

[Spice-devel] [PATCH xf86-video-qxl] tests/xspice_util.py: fix hardcoded port

2013-10-21 Thread Alon Levy
--- tests/xspice_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xspice_util.py b/tests/xspice_util.py index a2e8578..409a0fc 100755 --- a/tests/xspice_util.py +++ b/tests/xspice_util.py @@ -57,7 +57,7 @@ def launch_xspice(port): if not os.path.exists(basedir

Re: [Spice-devel] [PATCH xspice 2/2] xspice: add tests for audio remoting

2013-10-21 Thread Uri Lublin
Hi Alon, On 10/20/2013 04:34 PM, Alon Levy wrote: Signed-off-by: Alon Levy diff --git a/tests/xspice_audio_test.py b/tests/xspice_audio_test.py +def main(): +port = 8000 +xspice = launch_xspice(port) +sleep(2) +client = launch_client(port) +sleep(1) +produce_audio(xspic

Re: [Spice-devel] [PATCH spice-xpi 0/6] spice-xpi generator fixes

2013-10-21 Thread Alon Levy
On 10/21/2013 09:40 AM, Peter Hatina wrote: > Hi, > > I made a few modifications to XPI's test page generator. Most of them are > related to javascript casting. I also modified autotools, so the generator > binary is *not* installed, when compiled. Looks good to me, ACK series. > > Cheers > >