[Spice-devel] [PATCH spice-xpi 6/6] fix missing whitespace when generating IDL methods

2013-10-20 Thread Peter Hatina
Whitespace typo fix. --- generator/generator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/generator.cpp b/generator/generator.cpp index ac58991..d9c958d 100644 --- a/generator/generator.cpp +++ b/generator/generator.cpp @@ -199,7 +199,7 @@ void Generator::gene

[Spice-devel] [PATCH spice-xpi 5/6] fix uppercase for SetUsbFilter()

2013-10-20 Thread Peter Hatina
Case typo fix. --- generator/generator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generator/generator.cpp b/generator/generator.cpp index 40ba5f5..ac58991 100644 --- a/generator/generator.cpp +++ b/generator/generator.cpp @@ -92,7 +92,7 @@ void Generator::generate

[Spice-devel] [PATCH spice-xpi 4/6] do not install generator, if compiled

2013-10-20 Thread Peter Hatina
Generator binary is not installed, when compiled. --- generator/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/Makefile.am b/generator/Makefile.am index c066d55..a82d26b 100644 --- a/generator/Makefile.am +++ b/generator/Makefile.am @@ -1,5 +1,5 @@ if B

[Spice-devel] [PATCH spice-xpi 3/6] resize certificate textarea

2013-10-20 Thread Peter Hatina
Trust store text area is now smaller. QA's request. --- generator/generator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/generator.cpp b/generator/generator.cpp index f683338..40ba5f5 100644 --- a/generator/generator.cpp +++ b/generator/generator.cpp @@ -251,7

[Spice-devel] [PATCH spice-xpi 2/6] reverse log order

2013-10-20 Thread Peter Hatina
Log messages are now added to the head of the log row. --- generator/generator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/generator.cpp b/generator/generator.cpp index 48b34d2..f683338 100644 --- a/generator/generator.cpp +++ b/generator/generator.cpp @@ -11

[Spice-devel] [PATCH spice-xpi 1/6] add parseInt() and parseFloat() into Generator::generateConnectVars() output

2013-10-20 Thread Peter Hatina
Javascript proper casting. --- generator/generator.cpp | 34 ++ generator/generator.h | 1 + 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/generator/generator.cpp b/generator/generator.cpp index ee3eedd..48b34d2 100644 --- a/generator/generator

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

2013-10-20 Thread Peter Hatina
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. Cheers Peter Hatina (6): add parseInt() and parseFloat() into Generator::generateConnectVars() outp

Re: [Spice-devel] [Users] Keyboard keys issue!

2013-10-20 Thread Itamar Heim
On 10/18/2013 07:26 AM, Vishvendra Singh Chauhan wrote: Hello Friends, *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 re

Re: [Spice-devel] spice html5 keyboard issues

2013-10-20 Thread Dietmar Maurer
> > While this is not perfect, it would be far better than what we have now. > > > "Far better", in what way? Wouldn't it have the same limitations, using a us > layout -> scancode table? I know it's configurable at qemu side, but that's > not > per client, so it would be US anyway. We (and man

[Spice-devel] [ANNOUNCE] xf86-video-qxl 0.1.1

2013-10-20 Thread Alon Levy
I'm happy to announce a new xf86-video-qxl release, 0.1.1. Here is the list of changes: Major changes in 0.1.1 == KMS support DFPS available to guest driver too Xspice audio & agent support GPL code removed (EDID) Warnings squash Bug fixes (numbers are Red Hat Bugzilla bug ids

[Spice-devel] [PATCH (pushed) xf86-video-qxl] fix make dist

2013-10-20 Thread Alon Levy
Signed-off-by: Alon Levy --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index edc2f0b..4c4ae40 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -110,6 +110,7 @@ spiceqxl_drv_la_SOURCES = \ murmurhash

Re: [Spice-devel] [PATCH] Release 0.1.1

2013-10-20 Thread Jeremy White
ACKed with joy (new release is very desirable, thanks) On 10/20/2013 09:59 AM, Alon Levy wrote: --- NEWS | 12 configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 NEWS diff --git a/NEWS b/NEWS new file mode 100644 index 000..4

Re: [Spice-devel] [PATCH xspice 1/2] Xspice: cleanup Xorg process on SIGTERM

2013-10-20 Thread Jeremy White
ACK series On 10/20/2013 08:34 AM, Alon Levy wrote: Signed-off-by: Alon Levy --- scripts/Xspice | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/Xspice b/scripts/Xspice index a4eb647..17439a1 100755 --- a/scripts/Xspice +++ b/scripts/Xspice @@ -22,6 +22,7 @@ im

[Spice-devel] [PATCH] Release 0.1.1

2013-10-20 Thread Alon Levy
--- NEWS | 12 configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 NEWS diff --git a/NEWS b/NEWS new file mode 100644 index 000..4ece9fe --- /dev/null +++ b/NEWS @@ -0,0 +1,12 @@ +Major changes in 0.1.1 +== + +KMS

Re: [Spice-devel] spice html5 keyboard issues

2013-10-20 Thread Marc-André Lureau
On Sat, Oct 19, 2013 at 7:49 AM, Dietmar Maurer wrote: >> I understand. you are sending keysym, and avoid the layout and hw scancode... >> But Spice, in general, is talking to a VM, and currently only via scancodes. >> >> Quite clearly, I understand that using the agent and XTest, input-methdod or

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

2013-10-20 Thread Alon Levy
Signed-off-by: Alon Levy --- tests/xspice_audio_test.py| 19 +++ tests/xspice_audio_test_helper.py | 19 +++ tests/xspice_util.py | 69 +++ 3 files changed, 107 insertions(+) create mode 100755 tests/xspice_audio_test.py c

[Spice-devel] [PATCH xspice 1/2] Xspice: cleanup Xorg process on SIGTERM

2013-10-20 Thread Alon Levy
Signed-off-by: Alon Levy --- scripts/Xspice | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/Xspice b/scripts/Xspice index a4eb647..17439a1 100755 --- a/scripts/Xspice +++ b/scripts/Xspice @@ -22,6 +22,7 @@ import sys import tempfile import atexit import time +im

Re: [Spice-devel] RFC: Spice in a 3D word presentation sheets

2013-10-20 Thread Hans de Goede
Hi, Thanks for the feedback. On 10/15/2013 09:45 PM, Fedor Lyakhov wrote: Hans, My 50 cents: Slide 4: s/Areo/Aero s/Webbrowsers/Web browsers Thanks, fixed. Slide 8: I agree with Marc-André here Well this is what all the experts say (ie Dave Airlie, Keith Packard), and if you think a bit

Re: [Spice-devel] [PATCH] qxl_image: fix build break once MIN/MAX switched to spice-protocol

2013-10-20 Thread Hans de Goede
ACK. On 10/20/2013 02:37 PM, Alon Levy wrote: In commit 5e122e4ab1ac35186cc610cd0d518cfd5e78d902 --- src/qxl_image.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/qxl_image.c b/src/qxl_image.c index 2349fca..0a0ca30 100644 --- a/src/qxl_image.c +++ b/src/qxl_image.c @@ -31,6 +31,

[Spice-devel] [PATCH] qxl_image: fix build break once MIN/MAX switched to spice-protocol

2013-10-20 Thread Alon Levy
In commit 5e122e4ab1ac35186cc610cd0d518cfd5e78d902 --- src/qxl_image.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/qxl_image.c b/src/qxl_image.c index 2349fca..0a0ca30 100644 --- a/src/qxl_image.c +++ b/src/qxl_image.c @@ -31,6 +31,9 @@ #include #include #include + +#include

Re: [Spice-devel] RFC: Integrating Virgil and Spice

2013-10-20 Thread Dave Airlie
> > /me looks at bf9a3b69c80a6fbd289b6340b8bdc9e994630bdc, console.c > changes. > > This isn't what I've meant, guess I wasn't verbose enough .. Yeah I'mt not sure I liked that idea as you seem to associate a QemuConsole as being a distinct console, whereas in this case the multiple heads aren't d