Re: [Spice-devel] Setting the default size of a spice-gtk window

2012-01-31 Thread Alon Levy
On Tue, Jan 31, 2012 at 06:54:29PM -0500, Marc-André Lureau wrote: > > > - Mensaje original - > > Hi > > > > - Mensaje original - > > > I am using spice-gtk for a while now and I did not find yet an > > > option > > > to launch it with a predefined size (height and width). > > >

Re: [Spice-devel] [PATCH] spice - fix typo: recive -> receive

2012-01-31 Thread Alon Levy
On Tue, Jan 31, 2012 at 09:57:19PM +0200, Yaniv Kaul wrote: > Fix typo: recive -> receive > No functional changes, compile tested only. > ACK. I'll commit. > > diff --git a/server/main_channel.h b/server/main_channel.h > index c5d407e..1a1ad59 100644 > --- a/server/main_channel.h > +++ b/server

Re: [Spice-devel] [Users] oVirt console plans

2012-01-31 Thread Alon Levy
On Tue, Jan 31, 2012 at 07:58:13PM +0100, Hans de Goede wrote: > Hi, > > On 01/31/2012 05:40 PM, Brown, Chris (GE Healthcare) wrote: > >at the cli level (winxp guest): > > > >Spice Console: > >/usr/libexec/qemu-kvm -S -M rhel6.2.0 -cpu Nehalem -enable-kvm -m 1024 -smp > >1,sockets=1,cores=1,threa

Re: [Spice-devel] Build problems with Upstream Spice on CentOS 5...

2012-01-31 Thread Alon Levy
On Tue, Jan 31, 2012 at 03:20:48PM -0800, Naga Mohan Pothula wrote: >Hi Alon, >Python 2.4.3 is used. >When I tried to install Python 2.6, it is not replacing the existing >Python 2.4.3. >Parallel versions of python exist in system.  >I tried to create symbolic link for pytho

Re: [Spice-devel] [PATCH spice-gtk 1/2] Do not grab/release the clipboard on guest without clipboard support

2012-01-31 Thread Hans de Goede
Ack series. Regards, Hans On 01/31/2012 11:31 PM, Marc-André Lureau wrote: Add an agent capability check before calling those functions from gtk-session. Avoid extra warnings. --- doc/reference/spice-gtk-sections.txt |1 + gtk/channel-main.c | 22 +++

Re: [Spice-devel] [PATCH spice-xpi] Add SPICE_XPI_DEBUG to not follow childs die and easier debugging

2012-01-31 Thread Hans de Goede
ACK. On 01/31/2012 11:29 PM, Marc-André Lureau wrote: Spice XPI assumes that the client is the child PID, however for debugging reasons, it's useful to spawn the client as a sub process of the launched program. This allows clients such as: #!/bin/sh exec gnome-terminal -e "gdb --args spicec -

[Spice-devel] Does the qxl video device correlates with KVM?

2012-01-31 Thread 김태훈
Hi all, I have been working on porting spice to Xen 4.1.2. Although it is operating on Stabellini's qemu device model[1], I cannot be using the qxl video device. The Windows 7 domain using spice shows low graphic performance. Wherefore, I am going to modify qemu or Xen to enable the qxl video dev

Re: [Spice-devel] Setting the default size of a spice-gtk window

2012-01-31 Thread Dominique Rodrigues
Le 01/02/2012 00:52, Marc-André Lureau a écrit : Hi - Mensaje original - I am using spice-gtk for a while now and I did not find yet an option to launch it with a predefined size (height and width). Only fullscreen can be activated. Otherwise, spice-gtk seems to start at something lik

Re: [Spice-devel] Setting the default size of a spice-gtk window

2012-01-31 Thread Marc-André Lureau
- Mensaje original - > Hi > > - Mensaje original - > > I am using spice-gtk for a while now and I did not find yet an > > option > > to launch it with a predefined size (height and width). > > > > Only fullscreen can be activated. Otherwise, spice-gtk seems to > > start > > at s

Re: [Spice-devel] Setting the default size of a spice-gtk window

2012-01-31 Thread Marc-André Lureau
Hi - Mensaje original - > I am using spice-gtk for a while now and I did not find yet an option > to launch it with a predefined size (height and width). > > Only fullscreen can be activated. Otherwise, spice-gtk seems to start > at something like 600x400. > > Is there any (hidden) optio

[Spice-devel] Setting the default size of a spice-gtk window

2012-01-31 Thread Dominique Rodrigues
Hello, I am using spice-gtk for a while now and I did not find yet an option to launch it with a predefined size (height and width). Only fullscreen can be activated. Otherwise, spice-gtk seems to start at something like 600x400. Is there any (hidden)

Re: [Spice-devel] Build problems with Upstream Spice on CentOS 5...

2012-01-31 Thread Naga Mohan Pothula
Hi Alon, Python 2.4.3 is used. When I tried to install Python 2.6, it is not replacing the existing Python 2.4.3. Parallel versions of python exist in system.  I tried to create symbolic link for python2.6 to python. So my system has  python2 -> python python -> python2.6 When I tried to build,

[Spice-devel] [PATCH spice-gtk 2/2] Report the scaling is 1.0 if the widget isn't realized yet

2012-01-31 Thread Marc-André Lureau
To avoid a few warnings in some corner cases. --- gtk/spice-widget.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gtk/spice-widget.c b/gtk/spice-widget.c index 86001be..e574274 100644 --- a/gtk/spice-widget.c +++ b/gtk/spice-widget.c @@ -1632,7 +1632,7 @@ void spice_di

[Spice-devel] [PATCH spice-gtk 1/2] Do not grab/release the clipboard on guest without clipboard support

2012-01-31 Thread Marc-André Lureau
Add an agent capability check before calling those functions from gtk-session. Avoid extra warnings. --- doc/reference/spice-gtk-sections.txt |1 + gtk/channel-main.c | 22 ++ gtk/channel-main.h |2 ++ gtk/map-file

[Spice-devel] [PATCH spice-xpi] Add SPICE_XPI_DEBUG to not follow childs die and easier debugging

2012-01-31 Thread Marc-André Lureau
Spice XPI assumes that the client is the child PID, however for debugging reasons, it's useful to spawn the client as a sub process of the launched program. This allows clients such as: #!/bin/sh exec gnome-terminal -e "gdb --args spicec --controller $@" --- SpiceXPI/src/plugin/plugin.cpp | 10

Re: [Spice-devel] [Users] oVirt console plans

2012-01-31 Thread Brown, Chris (GE Healthcare)
This output is virtually the same on ovirt and RHEV btw ;) (funny that...) I test with both. For fun I decided tried Spice + usb-tablet on the following, with the below results: Red Hat 7.3 --> Mouse useable Red Hat 9 --> Mouse useable Fedora core 1 - 14 --> Mouse useable Fedora core 15 Mouse

[Spice-devel] [PATCH] spice - fix typo: recive -> receive

2012-01-31 Thread Yaniv Kaul
Fix typo: recive -> receive No functional changes, compile tested only. diff --git a/server/main_channel.h b/server/main_channel.h index c5d407e..1a1ad59 100644 --- a/server/main_channel.h +++ b/server/main_channel.h @@ -38,8 +38,8 @@ struct MainMigrateData { uint32_t read_state; VDIC

Re: [Spice-devel] [Users] oVirt console plans

2012-01-31 Thread Hans de Goede
Hi, On 01/31/2012 05:40 PM, Brown, Chris (GE Healthcare) wrote: at the cli level (winxp guest): Spice Console: /usr/libexec/qemu-kvm -S -M rhel6.2.0 -cpu Nehalem -enable-kvm -m 1024 -smp 1,sockets=1,cores=1,threads=1 -name winxp -uuid 02465bab-b7f5-49ce-a1ec-4ffbe933a989 -smbios type=1,manufa

Re: [Spice-devel] Is RPM Available Which Enables Spice Connection From Thin-Client to Windows Guest OS on KVM

2012-01-31 Thread djackso1
My bad. I had overlooked the need to set qemu spice server address to 0.0.0.0 instead of default localhost. Alon Levy 01/31/2012 02:38 AM To djack...@rockwellcollins.com cc spice-devel@lists.freedesktop.org Subject Re: [Spice-devel] Is RPM Available Which Enables Spice Connection From Thi

Re: [Spice-devel] [Users] oVirt console plans

2012-01-31 Thread Brown, Chris (GE Healthcare)
at the cli level (winxp guest): Spice Console: /usr/libexec/qemu-kvm -S -M rhel6.2.0 -cpu Nehalem -enable-kvm -m 1024 -smp 1,sockets=1,cores=1,threads=1 -name winxp -uuid 02465bab-b7f5-49ce-a1ec-4ffbe933a989 -smbios type=1,manufacturer=Red Hat,product=RHEV Hypervisor,version=6.2-0.1.rolling,se

Re: [Spice-devel] [PATCH] Don't use "hw:0, 0" for recording with alsa

2012-01-31 Thread Alon Levy
On Tue, Jan 31, 2012 at 04:46:01PM +0100, Christophe Fergeau wrote: > We currently hardcode this device when spicec needs to record with > alsa. However, this doesn't interact well with PulseAudio, which > means that if something is already using the recording device, spicec > won't be able to open

Re: [Spice-devel] [PATCH vdagent-win] vdagent: fix cursor position sync on multimon rhbz#757819

2012-01-31 Thread Alon Levy
On Mon, Jan 23, 2012 at 12:59:22PM +0200, Arnon Gilboa wrote: > On any change of the display settings, driven by client message or guest user, > normalize all display positions to non-negative coordinates, and update total > width and height of the virtual desktop. > > The bug was due to wrong han

Re: [Spice-devel] [PATCH] Don't use "hw:0, 0" for recording with alsa

2012-01-31 Thread Hans de Goede
Ack. On 01/31/2012 04:46 PM, Christophe Fergeau wrote: We currently hardcode this device when spicec needs to record with alsa. However, this doesn't interact well with PulseAudio, which means that if something is already using the recording device, spicec won't be able to open it again. Using "

Re: [Spice-devel] [Users] oVirt console plans

2012-01-31 Thread Brown, Chris (GE Healthcare)
Just digging through my morning mail pile, disregard my previous note on tablet support enablement by ovirt/rhev. Seeing this I'll dig into it and get back to you with results. - Chris -Original Message- From: Itamar Heim [mailto:ih...@redhat.com] Sent: Tuesday, January 31, 2012 3:45 AM

[Spice-devel] [PATCH] Don't use "hw:0,0" for recording with alsa

2012-01-31 Thread Christophe Fergeau
We currently hardcode this device when spicec needs to record with alsa. However, this doesn't interact well with PulseAudio, which means that if something is already using the recording device, spicec won't be able to open it again. Using "default" as the device will let spicec use the PulseAudio

Re: [Spice-devel] [Users] oVirt console plans

2012-01-31 Thread Brown, Chris (GE Healthcare)
oVirt nor RHEV does not allow for USB-tablet that I am aware of. If it does the ability to disable/enable it is not in the UI nor do I see it being enabled in the generated domain XML. EOL is fine but that is from the RedHat perspective. Keep in mind companies (like mine) where we support those

Re: [Spice-devel] [Users] oVirt console plans

2012-01-31 Thread Brown, Chris (GE Healthcare)
The issue I am getting at is at install time. Having the agent after the fact is fine for those guests to which it can be added. However there are those guests where it still cannot be added at all even if an install can be done by hand/keyboard only (very painful). This includes legacy linux gue

Re: [Spice-devel] [PATCH spice-gtk 3/3] Release 0.8.1

2012-01-31 Thread Hans de Goede
Hi, On 01/30/2012 08:25 PM, Marc-André Lureau wrote: Hey On Mon, Jan 30, 2012 at 8:22 PM, Hans de Goede wrote: Ok. So shall I move ahead with the new release, as in push my commits (with the release one changed for 0.9) + a v0.9 tag, put tarbals on the download page, etc. ? You are welcome

[Spice-devel] [ANNOUNCE] spice-gtk 0.9

2012-01-31 Thread Hans de Goede
Hey! We've just released spice-gtk 0.9, and it is now available for download at its usual place: http://spice-space.org/download/gtk/spice-gtk-0.9.tar.bz2 29dd7372ac099aedb4d024fc4eacd374 spice-gtk-0.9.tar.bz2 Changes since 0.8: - Add command line options for setting the cache size and the gl

Re: [Spice-devel] [PATCH spice-gtk 3/3] Release 0.8.1

2012-01-31 Thread Marc-André Lureau
- Mensaje original - > On Mon, Jan 30, 2012 at 07:02:43PM +0100, Marc-André Lureau wrote: > > Can we consider the added API stable? > > > > If yes, please use v0.9, since it's a normal update, no API break, > > we > > guarantee API stability, it's a normal minor version update. > > As a

Re: [Spice-devel] [Users] oVirt console plans

2012-01-31 Thread Itamar Heim
On 01/31/2012 09:40 AM, Hans de Goede wrote: Hi, On 01/31/2012 06:38 AM, Brown, Chris (GE Healthcare) wrote: I did some more extensive testing tonight to see how many guests would have issues with a SPICE based console. This testing was specifically during guest OS install time. Here is the li

Re: [Spice-devel] [PATCH spice-gtk 3/3] Release 0.8.1

2012-01-31 Thread Christophe Fergeau
On Mon, Jan 30, 2012 at 07:02:43PM +0100, Marc-André Lureau wrote: > Can we consider the added API stable? > > If yes, please use v0.9, since it's a normal update, no API break, we > guarantee API stability, it's a normal minor version update. As an aside, how is versioning working exactly? Will

Re: [Spice-devel] Is RPM Available Which Enables Spice Connection From Thin-Client to Windows Guest OS on KVM

2012-01-31 Thread Alon Levy
On Mon, Jan 30, 2012 at 09:29:22AM -0600, djack...@rockwellcollins.com wrote: >Are there RPM(s) and/or Windows binary drivers which resolve the below >identified issue? If so, please identify the versions and where they can >be obtained. >If not, is there a forecast date for resolut

Re: [Spice-devel] [Users] oVirt console plans

2012-01-31 Thread Alon Levy
On Tue, Jan 31, 2012 at 08:15:22AM +0200, Yaniv Kaul wrote: > On 01/31/2012 07:38 AM, Brown, Chris (GE Healthcare) wrote: > >I did some more extensive testing tonight to see how many guests would have > >issues with a SPICE based console. This testing was specifically during > >guest OS install t