Re: [Spice-devel] Floating windows?

2014-11-17 Thread ToddAndMargo
On 11/16/2014 07:25 AM, Fabiano Fidêncio wrote: Hey Todd, On Sun, Nov 16, 2014 at 5:48 AM, ToddAndMargo wrote: Hi, Please excuse if this is dumb question. I have seen the way Parallels operates on Mac. Instead of opening up a window with the whole of Windows inside, Parallels will float jus

[Spice-devel] [PATCH] manual: Add missing closure of XML tag

2014-11-17 Thread Christophe Fergeau
The examples in the reference documentation are missing a closing tag. --- Pushed under the trivial/documentation rule. docs/manual/manual.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/manual.txt b/docs/manual/manual.txt index 5b19c11..bc25473 100644

[Spice-devel] snooping on usb passthrough

2014-11-17 Thread David Mansfield
Hi All, Can anyone point me in the right direction for snooping on USB messages going to a windows VM either from host device passthrough or spice usb passthrough? I'd like to reverse engineer some USB speakerphone HID stuff. -- Thanks, David Mansfield Cobite, INC. _

Re: [Spice-devel] [spice-gtk 2/2] Recheck clipboard size after modifying its data

2014-11-17 Thread Christophe Fergeau
On Mon, Nov 17, 2014 at 03:54:18PM +0100, Marc-André Lureau wrote: > looks good, ack > > On Mon, Nov 17, 2014 at 3:17 PM, Christophe Fergeau > wrote: > > SpiceGtkSession::clipboard_received_cb() starts by checking if the > > clipboard is empty, or if the length of its data exceeds > > 'max-clipb

Re: [Spice-devel] [spice-gtk 2/2] Recheck clipboard size after modifying its data

2014-11-17 Thread Marc-André Lureau
looks good, ack On Mon, Nov 17, 2014 at 3:17 PM, Christophe Fergeau wrote: > SpiceGtkSession::clipboard_received_cb() starts by checking if the > clipboard is empty, or if the length of its data exceeds > 'max-clipboard-size'. > > Later in that function, the data is modified, and can be shortened

Re: [Spice-devel] [spice-gtk 1/2] Fix empty clipboard check

2014-11-17 Thread Marc-André Lureau
ack On Mon, Nov 17, 2014 at 3:17 PM, Christophe Fergeau wrote: > SpiceGtkSession::clipboard_received_cb starts by checking if the > length of the X selection data is not 0. However, right after this check, > if gtk_selection_data_get_length() returned -1, it decides it got an > empty clipboard, s

Re: [Spice-devel] Sound problems

2014-11-17 Thread Klaus Hochlehnert
Ok, I did some more tests and got it working now. Instead of using Intel HDA device I switched to AC97 and installed the latest Realtek AC97 driver. I also tested celt vs. opus, but with Intel HDA devices the clicking is present with both codecs. Now no more clicking with AC97, sound is running

[Spice-devel] [spice-gtk 1/2] Fix empty clipboard check

2014-11-17 Thread Christophe Fergeau
SpiceGtkSession::clipboard_received_cb starts by checking if the length of the X selection data is not 0. However, right after this check, if gtk_selection_data_get_length() returned -1, it decides it got an empty clipboard, sets the selection length to 0, and does not return early. This commit rew

[Spice-devel] [spice-gtk 2/2] Recheck clipboard size after modifying its data

2014-11-17 Thread Christophe Fergeau
SpiceGtkSession::clipboard_received_cb() starts by checking if the clipboard is empty, or if the length of its data exceeds 'max-clipboard-size'. Later in that function, the data is modified, and can be shortened (removal of trailing '\0' or of '\r' for Windows -> linux copy and paste), or enlarge

Re: [Spice-devel] Sound problems

2014-11-17 Thread Klaus Hochlehnert
Hi Qiang, thanks for the info. But I'm not really sure what I can do here. I don't use xserver-xorg-video-qxl as I'm using a Windows guest with the win qxl driver. On the thin client there's an Ubuntu 14.04 running using some intel driver as it's a Celeron based board. Also I didn't find the pa

Re: [Spice-devel] Sound problems

2014-11-17 Thread Christophe Fergeau
On Sat, Nov 15, 2014 at 07:27:30PM +, Klaus Hochlehnert wrote: > Hi, > > I just played around with some spice options as I have sound problems with a > Windows 7 guest. > It's a bit choppy and I hear a regular click (sort of) every 1-2 seconds. > > Video performance is ok although I can't wa

Re: [Spice-devel] Sound problems

2014-11-17 Thread Christophe Fergeau
Hey, On Mon, Nov 17, 2014 at 02:28:13PM +0800, Qiang wrote: > I met the same issue, like you saied: hear a regular click (sort of) every > few seconds. > > what I do is: rebuild xserver-xorg-video-qxl, spice, qemu. Everything goes > fine. Hmm in theory, the addition of the Opus code should be ba

Re: [Spice-devel] [PATCH spice-gtk v2 12/19] coroutine: reference object when signaling

2014-11-17 Thread Christophe Fergeau
On Fri, Nov 14, 2014 at 01:59:47PM -0500, Marc-André Lureau wrote: > > > - Original Message - > > On Fri, Nov 14, 2014 at 09:31:13AM -0500, Marc-André Lureau wrote: > > > > > > > > > - Original Message - > > > > On Fri, Nov 14, 2014 at 12:32:35AM +0100, Marc-André Lureau wrote: