Re: [Spice-devel] [PATCH] make celt to be optional

2012-06-14 Thread Alexander Larsson
On Tue, 2012-06-12 at 16:33 +0200, Christophe Fergeau wrote: On Tue, Jun 12, 2012 at 09:59:39AM -0400, Marc-André Lureau wrote: - Mensaje original - On Tue, Jun 12, 2012 at 09:11:24AM -0400, Marc-André Lureau wrote: As long as the bitstream is not frozen, we can't use opus,

Re: [Spice-devel] [PATCH] make celt to be optional

2012-06-14 Thread Alexander Larsson
On Thu, 2012-06-14 at 12:31 +0200, Christophe Fergeau wrote: On Thu, Jun 14, 2012 at 10:14:36AM +0200, Alexander Larsson wrote: However, that is imho a different issue than the celt051 support. A new release of spice client and server supporting opus does not magically make old servers

Re: [Spice-devel] [PATCH] make celt to be optional

2012-06-12 Thread Alexander Larsson
On Sat, 2012-06-02 at 15:46 +0400, Michael Tokarev wrote: I plan to use this patch in the upcoming Debian release, codename wheezy, to get rid of celt codec library there, since we decided celt051 is not going to be included, but it is obviously not a good idea to drop spice entirely. Isn't

Re: [Spice-devel] [PATCH] make celt to be optional

2012-06-12 Thread Alexander Larsson
On Tue, 2012-06-12 at 12:54 +0400, Michael Tokarev wrote: On 12.06.2012 12:48, Alexander Larsson wrote: On Sat, 2012-06-02 at 15:46 +0400, Michael Tokarev wrote: I plan to use this patch in the upcoming Debian release, codename wheezy, to get rid of celt codec library there, since we

Re: [Spice-devel] [PATCH] make celt to be optional

2012-06-12 Thread Alexander Larsson
On Tue, 2012-06-12 at 14:31 +0400, Michael Tokarev wrote: On 12.06.2012 13:15, Alexander Larsson wrote: [] Its not incompatible, like I i said in my (Well, .. part above. But what it means is that it will send audio as PCM instead of compressing it. This is much larger, and will cause

Re: [Spice-devel] xf86-video-qxl performance

2012-05-25 Thread Alexander Larsson
On Wed, 2012-05-23 at 15:20 -0500, Jeremy White wrote: Also, as a crazy idea, has anyone considered implementing a pure streaming video driver? That is, what if we had a frame buffer driver, and then a thread that fired 29 times a second to drive a theora or vp8 encoder, simply feeding the

Re: [Spice-devel] [announce] alpha glib/gtk client library + app.

2010-09-30 Thread Alexander Larsson
*session); returning a NULL-terminated array of items. Or possibly a GList *. More later... -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars

Re: [Spice-devel] [announce] alpha glib/gtk client library + app.

2010-09-30 Thread Alexander Larsson
On Thu, 2010-09-30 at 14:48 +0200, Alexander Larsson wrote: More later... Bit more before I disappear: why do you have a spice_channel_destroy()? Its a gobject, just unref it. I don't like that you have three libs. We've learned this lesson in gnome by now: It seems that splitting things up

Re: [Spice-devel] [announce] alpha glib/gtk client library + app.

2010-09-30 Thread Alexander Larsson
they added back some acceleration in win7. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's a hate-fuelled flyboy cop

Re: [Spice-devel] [PATCH] vd_agent: add protocol messages for clipboard/selection-owner model

2010-09-29 Thread Alexander Larsson
On Sun, 2010-09-26 at 10:27 +0200, Arnon Gilboa wrote: Alexander Larsson wrote: On Wed, 2010-09-22 at 11:47 +0200, Arnon Gilboa wrote: with the current msgs we can use multiple GRAB(type)s REQUEST(type)s ;) I don't think that works. You'd need to know when to reset the list

Re: [Spice-devel] 0.6.1 release and cut and paste

2010-09-29 Thread Alexander Larsson
On Mon, 2010-09-27 at 16:45 +0200, Arnon Gilboa wrote: +1 to your 0.6.1 now. what's the cons of cp only in 0.6.2 (in a week or 2!) ? I'm for this too, and will do a 0.6.1 release today. ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org

[Spice-devel] Replace epoll with select in X client

2010-09-29 Thread Alexander Larsson
The use of epoll in the client is totally overkill in terms of scalability, and its a problem for portability. The OSX port converts this to use select, but keeps some of the old complexities in the code. This new patch makes it simpler and look much more like the windows code. Review? diff

Re: [Spice-devel] Replace epoll with select in X client

2010-09-29 Thread Alexander Larsson
On Wed, 2010-09-29 at 17:28 +0200, Alexander Larsson wrote: I'm commiting this part: diff --git a/client/x11/platform.cpp b/client/x11/platform.cpp index 1133414..ca5f1d5 100644 --- a/client/x11/platform.cpp +++ b/client/x11/platform.cpp @@ -3024,8 +3024,12 @@ void Platform

[Spice-devel] Announcing Spice 0.6.1

2010-09-29 Thread Alexander Larsson
Today we released the first bugfix update to the stable spice 0.6 series. Updated sources and windows binaries are availible at: http://spice-space.org/download.html We hope to have packages in Fedora 14 shortly. ___ Spice-devel mailing list

Re: [Spice-devel] spice 6.0

2010-09-22 Thread Alexander Larsson
this. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's a globe-trotting moralistic paranormal investigator searching for his wife's true killer. She's a mentally unstable Bolivian schoolgirl fleeing from

Re: [Spice-devel] Spice roadmap

2010-09-22 Thread Alexander Larsson
for network tunneling, but its not enabled by default and we don't know if it is the right approach. For the others, no ETA exists, but they're all things we eventually want to have. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander Larsson

Re: [Spice-devel] [PATCH] vdservice: use com.redhat.spice.0 symbolic link as virtio-serial port path

2010-09-22 Thread Alexander Larsson
. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's a war-weary hunchbacked filmmaker haunted by memories of 'Nam. She's a psychotic belly-dancing stripper from

Re: [Spice-devel] [PATCH] vd_agent: add protocol messages for clipboard/selection-owner model

2010-09-22 Thread Alexander Larsson
. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's a shy Amish sorceror trapped in a world he never made. She's a disco-crazy Buddhist former first lady from

Re: [Spice-devel] [PATCH] vd_agent: support clipboard/selection-owner model

2010-09-22 Thread Alexander Larsson
in this case or keep the clipboard available for other apps. That indeed seems a bit silly. Isn't windows waiting for you to render something though? You could just set the data to a zero size block. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander Larsson

Re: [Spice-devel] [PATCH] vd_agent: add protocol messages for clipboard/selection-owner model

2010-09-22 Thread Alexander Larsson
to it. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's an immortal hunchbacked card sharp with a robot buddy named Sparky. She's a high-kicking hypochondriac mechanic who hides her beauty behind

Re: [Spice-devel] [PATCH 00/17] Win32 driver thread safety

2010-09-21 Thread Alexander Larsson
On Tue, 2010-09-14 at 21:08 +0200, al...@redhat.com wrote: From: Alexander Larsson al...@redhat.com Izik reviewed all of these and found no issues, and i've been running it for a while without issues, so i'm pushing it now. However, if anyone has time please do review this anyway

Re: [Spice-devel] [PATCH 01/17] Make global_res be an array of pointers and Res a pointer

2010-09-20 Thread Alexander Larsson
On Tue, 2010-09-14 at 21:08 +0200, al...@redhat.com wrote: From: Alexander Larsson al...@redhat.com Instead of allocating an array of DevRes we allocate each DevRes dynamically for each element. Also make PDEV-Res be a pointer instead of copying the global pdev. This also drops the needto

Re: [Spice-devel] [PATCH] smartcard: add channel

2010-09-16 Thread Alexander Larsson
On Tue, 2010-09-14 at 14:50 -0400, Alon Levy wrote: - Gerd Hoffmann kra...@redhat.com wrote: I don't think this is a good idea. This is just a chardev passthrough, right? If so, then we should just make it that. Name it 'chardev' or 'datapipe' or something simliar. Have a

Re: [Spice-devel] Memory Leak on spicec

2010-09-16 Thread Alexander Larsson
On Tue, 2010-09-14 at 16:02 +0200, Alex Peter wrote: I referred Target is the one running the spicec client We had a shared memory leak in the X client, but that was fixed before 0.6.0 was released. I have not personally seen any other client leaks.

Re: [Spice-devel] [PATCH] smartcard: add channel

2010-09-14 Thread Alexander Larsson
../spice-proto/spice/enums.h -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's an unconventional white trash paramedic

Re: [Spice-devel] [PATCH 1/3] move command flags handling to the qxl parser

2010-09-14 Thread Alexander Larsson
On Tue, 2010-09-14 at 10:45 +0200, Gerd Hoffmann wrote: Pass through command flags to the qxl parser, so we can hide all compat bits for spice 0.4 within the qxl parser. ack -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander Larsson

Re: [Spice-devel] [PATCH 2/3] fix brush handling for 0.4 compat

2010-09-14 Thread Alexander Larsson
-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's a short-sighted native American romance novelist with a secret. She's a manipulative snooty cab driver with a flame-thrower. They fight crime

Re: [Spice-devel] Are there 64 bit Windows 7 QXL drivers?

2010-09-13 Thread Alexander Larsson
-protocol, then go to the qxl dir and run build. This is all pretty standard windows driver building. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.com

Re: [Spice-devel] [PATCH 00/35] *** SUBJECT HERE ***

2010-09-10 Thread Alexander Larsson
On Thu, 2010-09-09 at 19:15 +0200, al...@redhat.com wrote: From: Alexander Larsson al...@redhat.com *** BLURB HERE *** Sorry. Didn't mean to send this one... -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander Larsson

Re: [Spice-devel] leaking drawables

2010-09-09 Thread Alexander Larsson
On Thu, 2010-09-09 at 09:31 +0200, Gerd Hoffmann wrote: There is one special thing in the release ring usage though. As you know qxl builds up a linked lists there, where the heads are in the ring. qxl does also store the head of the list which it currently builds into the ring, but

Re: [Spice-devel] leaking drawables

2010-09-08 Thread Alexander Larsson
. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's an otherworldly white trash Green Beret fleeing from a secret government programme. She's a transdimensional winged wrestler

[Spice-devel] leaking drawables

2010-09-06 Thread Alexander Larsson
into this until thursday. Maybe someone else want to take a look before then? -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's a one

Re: [Spice-devel] [PATCH] server: avoid creating a stream from traces more than once for the same drawable

2010-09-02 Thread Alexander Larsson
On Wed, 2010-09-01 at 12:10 +0300, Yonit Halperin wrote: could have caused ASSERT(!drawable-stream) in red_create_stream --- server/red_worker.c | 15 ++- 1 files changed, 10 insertions(+), 5 deletions(-) ack ___ Spice-devel mailing

Re: [Spice-devel] asking help to implement spice

2010-09-02 Thread Alexander Larsson
On Wed, 2010-09-01 at 11:05 +0530, mohan Doss wrote: hello sir i am mohan dass i am doing BE final year , i like doing project in desktop virtulization .can you help me to implement your protocol in my project. Implement a protocol is a very vague term. You need to describe more what you want

Re: [Spice-devel] [PATCH] server: avoid creating a stream from traces more than once for the same drawable

2010-09-02 Thread Alexander Larsson
On Thu, 2010-09-02 at 15:24 +0200, Alexander Larsson wrote: On Wed, 2010-09-01 at 12:10 +0300, Yonit Halperin wrote: could have caused ASSERT(!drawable-stream) in red_create_stream --- server/red_worker.c | 15 ++- 1 files changed, 10 insertions(+), 5 deletions(-) ack

Re: [Spice-devel] [PATCH] server: red_current_add_equal - don't push a drawable to the middle of the pipe if it depends on surfaces.

2010-08-31 Thread Alexander Larsson
. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's a Nobel prize-winning coffee-fuelled cat burglar haunted by memories of 'Nam. She's a mentally unstable mute detective

Re: [Spice-devel] [PATCH 2/5] qxl parser: add cursor parsing

2010-08-27 Thread Alexander Larsson
will already malloc and copy the data so we don't need to do it then. We should have a linearlize_chunks variant that always copies and use that. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc

Re: [Spice-devel] [PATCH 3/5] zap dead qxl chunk code

2010-08-27 Thread Alexander Larsson
-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's a shy pirate firefighter on the run. She's a strong-willed African-American mechanic from a family of eight older brothers. They fight crime

Re: [Spice-devel] [PATCH 5/5] fix red_cursur_flush segfault

2010-08-27 Thread Alexander Larsson
On Fri, 2010-08-27 at 00:09 +0200, Gerd Hoffmann wrote: Signed-off-by: Gerd Hoffmann kra...@redhat.com --- server/red_worker.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) Ack -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander Larsson

Re: [Spice-devel] [PATCH 3/5] zap dead qxl chunk code

2010-08-27 Thread Alexander Larsson
. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's a war-weary overambitious inventor on a search for his missing sister

Re: [Spice-devel] [PATCH 2/5] qxl parser: add cursor parsing

2010-08-27 Thread Alexander Larsson
On Fri, 2010-08-27 at 08:51 +0200, Gerd Hoffmann wrote: On 08/27/10 08:38, Alexander Larsson wrote: On Fri, 2010-08-27 at 00:09 +0200, Gerd Hoffmann wrote: +red-data_size = qxl-data_size; +size = red_get_data_chunks_ptr(slots, group_id

Re: [Spice-devel] [PATCH 3/5] zap dead qxl chunk code

2010-08-27 Thread Alexander Larsson
On Fri, 2010-08-27 at 08:49 +0200, Gerd Hoffmann wrote: On 08/27/10 08:41, Alexander Larsson wrote: On Fri, 2010-08-27 at 00:09 +0200, Gerd Hoffmann wrote: Signed-off-by: Gerd Hoffmannkra...@redhat.com --- server/red_worker.c | 29 - 1 files changed, 0

Re: [Spice-devel] [PATCH 1/1] Add API to turn on backwards compatibility mode

2010-08-27 Thread Alexander Larsson
. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's an immortal native American gangster whom everyone believes is mad. She's a wealthy green-skinned fairy princess from Mars. They fight

Re: [Spice-devel] [PATCH 1/1] Add API to turn on backwards compatibility mode

2010-08-27 Thread Alexander Larsson
. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's a lonely bohemian cyborg whom everyone believes is mad. She's a high-kicking nymphomaniac opera singer prone to fits of savage

Re: [Spice-devel] [PATCH 2/2] server: add subtype to SpiceCharDeviceInterface, use for vdagent

2010-08-26 Thread Alexander Larsson
On Thu, 2010-08-26 at 04:45 -0400, Alon Levy wrote: diff --git a/server/spice-experimental.h b/server/spice-experimental.h index e40b3ec..fd8ef67 100644 --- a/server/spice-experimental.h +++ b/server/spice-experimental.h @@ -10,6 +10,7 @@ typedef struct SpiceCharDeviceState

Re: [Spice-devel] [PATCH 1/2] spice-{vdi, vmc}: rename SpiceVDIPort* to SpiceCharDevice*

2010-08-26 Thread Alexander Larsson
On Thu, 2010-08-26 at 04:46 -0400, Alon Levy wrote: --- hw/spice-vdi.c | 16 hw/spice-vmc.c | 22 +++--- 2 files changed, 19 insertions(+), 19 deletions(-) Ack ___ Spice-devel mailing list

Re: [Spice-devel] [PATCH] server: clean glz drawables when reseting qxl

2010-08-25 Thread Alexander Larsson
-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's a lonely Republican card sharp on a mission from God. She's a hard-bitten

Re: [Spice-devel] Fwd: [PATCH 2/3] server: fix race when data arrives from guest through vdi interface

2010-08-25 Thread Alexander Larsson
On Wed, 2010-08-25 at 06:28 -0400, Alon Levy wrote: - Forwarded Message - From: Alon Levy al...@redhat.com To: al...@redhat.com Sent: Sunday, August 22, 2010 10:28:37 PM (GMT+0200) Auto-Detected Subject: [PATCH 2/3] server: fix race when data arrives from guest through vdi interface

Re: [Spice-devel] [PATCH 2/2] server: remove the no longer used glz drawables list that was maintained for each surface.

2010-08-23 Thread Alexander Larsson
-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's an ungodly arachnophobic astronaut who hides his scarred face behind a mask. She's a hard-bitten motormouth soap star who can talk to animals. They fight

Re: [Spice-devel] [PATCH 5/8] Make malloc_sem global

2010-08-23 Thread Alexander Larsson
, this points to another issue with the malloc_sem. If ifs protecting pdev-Res.mspaces, then we really should take it in FreeMem too, as that calls mspace_free(). -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander Larsson

Re: [Spice-devel] [PATCH 7/8] Store surfaces_used in a bit-array

2010-08-23 Thread Alexander Larsson
. shouldn't it be ~(0x8000 (surface_id % 32))? +if (used_mask == 0x) { shouldn't it be used_mask != 0x? Yeah, Good catches. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander Larsson

Re: [Spice-devel] [PATCH] client: disable clipboard for now (defined out)

2010-08-23 Thread Alexander Larsson
-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's a war-weary guitar-strumming stage actor looking for 'the Big One.' She's a transdimensional blonde opera singer from

Re: [Spice-devel] [PATCH] server: remove unnecessary dependency between surfaces and Glz drawables

2010-08-18 Thread Alexander Larsson
is the core problem. Then a second one that just removes the now-unused lists surface_id references. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.com

Re: [Spice-devel] [PATCH] spice: vdagent: support x64 arch

2010-08-18 Thread Alexander Larsson
? Seems kinda weird. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's a hate-fuelled arachnophobic barbarian on the hunt

Re: [Spice-devel] [PATCH] spice: vdagent: return error code -1 on service install/uninstall failure #576625

2010-08-18 Thread Alexander Larsson
On Mon, 2010-08-09 at 12:58 +0300, Arnon Gilboa wrote: From: Arnon Gilboa agil...@agilboa.usersys.redhat.com --- Ack -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al

Re: [Spice-devel] [PATCH] spice: vdagent: add basic clipboard support

2010-08-18 Thread Alexander Larsson
. What is the status of that? I guess we could split out the pure bugfixes from this and commit though. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.com

Re: [Spice-devel] [PATCH] spice: vdagent: add basic clipboard support

2010-08-18 Thread Alexander Larsson
On Wed, 2010-08-18 at 14:18 +0200, Attila Sukosd wrote: Sorry for hijacking this, but whats the irc server/channel name? #spice on gimpnet -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc

Re: [Spice-devel] [RFC] patch to remove CEGUI dependency

2010-08-17 Thread Alexander Larsson
any 3d stuff, so its not really useful (and actually slower than the software version in many cases). -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.com

Re: [Spice-devel] Spice client requirements

2010-08-17 Thread Alexander Larsson
these things exactly, but in general not very much. All the spice client does is render 2d graphics, so no GPU needed , and generally the CPU requirements are pretty low. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander Larsson

Re: [Spice-devel] [Qxl PATCH] Change surfaces allocation method.

2010-08-17 Thread Alexander Larsson
). -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's an all-American pirate cowboy looking for a cure to the poison coursing through his veins. She's a warm-hearted

Re: [Spice-devel] [PATCH] server: Consider the surface id when identifying video streams, and draw the stream on the proper surface, #28088

2010-08-17 Thread Alexander Larsson
_channel.invalidate(dest), as that will just cause the area on the primary surface to be updated on the screen. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.com

Re: [Spice-devel] [Spice-commits] Changes to 'refs/tags/0.5.2'

2010-07-22 Thread Alexander Larsson
directories are read by default. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's a benighted vegetarian cop who dotes on his

Re: [Spice-devel] spice works with qtopia?

2010-07-09 Thread Alexander Larsson
there. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's an all-American chivalrous farmboy on the wrong side of the law. She's a manipulative junkie traffic cop with a knack

[Spice-devel] Released: spice 0.5.2

2010-07-09 Thread Alexander Larsson
, because the ABIs are not 100% finalized. We expect the 0.5.3 release (schedule: http://spice-space.org/page/Releases/SpiceZeroPointSix) to be network and ABI stable. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander Larsson

[Spice-devel] Status of 0.6 release

2010-07-05 Thread Alexander Larsson
? Opinions? -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's a fiendish umbrella-wielding hairdresser with a winning smile

Re: [Spice-devel] Demarshaller work landed on master

2010-06-21 Thread Alexander Larsson
On Mon, 2010-06-21 at 10:11 +0200, Gerd Hoffmann wrote: On 06/18/10 21:37, Alexander Larsson wrote: After a lot of work I finally got the marshaller/demarshaller work in a state where its interesting for others to look at and test. It works in my testing on both linux and win32, between

Re: [Spice-devel] Spice flash redirection

2010-06-21 Thread Alexander Larsson
migrated to another machine. In this model a lot of important state is being stored in the client and not in the server and this doesn't nicely handle situations like that. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander Larsson

Re: [Spice-devel] [PATCH] --disable-opengl support. uses existing USE_OGL flag

2010-06-21 Thread Alexander Larsson
this with some changes: * fix win32 build * default opengl to off * USE_GLZ is not opengl related * if opengl enabled and not found, error out configure -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed

Re: [Spice-devel] [PATCH] fix for not reseting client palette caches on migration

2010-06-21 Thread Alexander Larsson
On Wed, 2010-06-09 at 13:21 +0300, Yonit Halperin wrote: --- server/red_worker.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) pushed -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander Larsson

Re: [Spice-devel] RFC: client: don't invalidate unless primary surface

2010-06-09 Thread Alexander Larsson
. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's an underprivileged arachnophobic messiah with a robot buddy named Sparky. She's

Re: [Spice-devel] Spice install problem

2010-05-27 Thread Alexander Larsson
On Wed, 2010-05-26 at 20:33 -0500, Brian Milliron wrote: You quoted this: In case of an older kernel (version 2.6.30) Get kernel sources using the following git repository: ... Obviously the version numbers involved here (2.6.30) refer to upstream versions. Whats in the

[Spice-devel] Initial work on demarshalling

2010-05-27 Thread Alexander Larsson
I've commited my initial work on a real network message demarshalling to a private branch: http://cgit.freedesktop.org/~alexl/spice-protocol/log/?h=demarshaller http://cgit.freedesktop.org/~alexl/spice/log/?h=demarshaller In this version the client does demarshalling, validation and pointer

Re: [Spice-devel] Spice install problem

2010-05-26 Thread Alexander Larsson
never built the kernel part of vdesktop as the kvm modules were always availible on the kernels I was running already. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.com

Re: [Spice-devel] Spice install problem

2010-05-26 Thread Alexander Larsson
of qemu-kvm modified to use spice. With a recent kernel you don't need anything but the qemu part. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.com

Re: [Spice-devel] [PATCH] sound channels: restart audio on client reconnect.

2010-05-25 Thread Alexander Larsson
On Thu, 2010-05-20 at 13:33 +0200, Gerd Hoffmann wrote: Some brackets missing after if, but otherwise this looks good to me. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al

Re: [Spice-devel] RFC: client: don't invalidate unless primary surface

2010-05-24 Thread Alexander Larsson
; \ invalidate(type-base.box, false); \ } -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's a time-tossed

Re: [Spice-devel] cannot boot from virtio / no -qxl option

2010-05-21 Thread Alexander Larsson
it. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's a fast talking voodoo matador who dotes on his loving old ma. She's an orphaned French-Canadian

Re: [Spice-devel] [PATCH 36/39] NetWireInterface: redesign

2010-05-19 Thread Alexander Larsson
in the patch. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's a fiendish Jewish messiah fleeing from a secret government

Re: [Spice-devel] [PATCH 38/39] zap vd_interface.h

2010-05-19 Thread Alexander Larsson
. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's a leather-clad Amish stage actor moving from town to town, helping folk in trouble. She's a blind out

Re: [Spice-devel] [PATCH 38/39] zap vd_interface.h

2010-05-19 Thread Alexander Larsson
On Wed, 2010-05-19 at 11:11 +0200, Gerd Hoffmann wrote: On 05/19/10 10:45, Alexander Larsson wrote: On Tue, 2010-05-18 at 17:43 +0200, Gerd Hoffmann wrote: +struct SpiceRect; +struct QXLWorker { +uint32_t minor_version; +uint32_t major_version; +void (*wakeup)(QXLWorker

Re: [Spice-devel] [PATCH 31/35] replace worker load/save with loadvm_commands, allow keeping surface content

2010-05-18 Thread Alexander Larsson
On Mon, 2010-05-17 at 20:37 +0200, Gerd Hoffmann wrote: On 05/17/10 11:54, Alexander Larsson wrote: @@ -9138,7 +9086,7 @@ static inline void handle_dev_create_primary_surface(RedWorker *worker) } red_create_surface(worker, 0, surface.width, surface.height

Re: [Spice-devel] [PATCH 00/35] new libspice-server API patches.

2010-05-18 Thread Alexander Larsson
On Mon, 2010-05-17 at 20:59 +0200, Gerd Hoffmann wrote: Hi, I reviewed the patches up to 31. Some minor issues were pointed out in separate mails, but generally i think this looks good and should go in now. Yes, I agree on it. Sort the remaining minor bits, then merge. There are

Re: [Spice-devel] [PATCH 20/35] VDInterface: redesign.

2010-05-17 Thread Alexander Larsson
. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's a sword-wielding hunchbacked messiah haunted by memories of 'Nam. She's

Re: [Spice-devel] [PATCH 28/35] vdi port: redesign.

2010-05-17 Thread Alexander Larsson
-agent_state.plug_generation++; Missing brackets around block. +if (sif-state) +sif-state(vdagent, state-connected); Here too. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc

Re: [Spice-devel] [PATCH 31/35] replace worker load/save with loadvm_commands, allow keeping surface content

2010-05-17 Thread Alexander Larsson
? -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's a leather-clad bohemian vagrant haunted by an iconic dead American confidante She's a hard-bitten junkie schoolgirl with someone else's memories

Re: [Spice-devel] [PATCH 00/35] new libspice-server API patches.

2010-05-17 Thread Alexander Larsson
above, lets land the other parts first and move to the new qemu. Then we could put these on a new branch. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.com

Re: [Spice-devel] Questions on security.

2010-05-17 Thread Alexander Larsson
server we automatically have the client connect to the new server, and we need to ensure that the client doesn't connect to some rouge server but really to the same (migrated) guest. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander Larsson

Re: [Spice-devel] [PATCH 33/35] [debug] migration troubleshooting

2010-05-17 Thread Alexander Larsson
? -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's an ungodly alcoholic cyborg looking for 'the Big One.' She's a supernatural out-of-work lawyer with an evil twin sister. They fight crime

Re: [Spice-devel] C version of find_msb()

2010-05-03 Thread Alexander Larsson
protocol (on the wire) is defined to be little endian. Alexander Larsson is working on a marshaller/demarshaller for the spice network protocol, I think this will also handle endianness, i.e. byteswap the data if needed when parsing the data from the network into host structures. Yeah

Re: [Spice-devel] C version of find_msb()

2010-05-03 Thread Alexander Larsson
On Sat, 2010-05-01 at 22:25 -0600, Bryan Stillwell wrote: Recently I tried building the Ubuntu SPICE packages on powerpc and found that the spicec package fails on some x86 assembly code in common/gl_utils.h. This motivated me to create an optimized C version of the find_msb() function, which

Re: [Spice-devel] libspice and save/restore/migration

2010-05-03 Thread Alexander Larsson
Plan for unstable: (1) Keep surface metadata in device memory, i.e. delay the release of QXL_SURFACE_CMD_CREATE command until the surface is destroyed. (2) Keep the most recent QXL_CURSOR_SET command in device memory, i.e. delay the release until the next one comes in. (3)

Re: [Spice-devel] Spice in Fedora Rawhide?

2010-04-22 Thread Alexander Larsson
. We hope to have patches that we can send to upstream qemu very soon. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's

Re: [Spice-devel] Pixel format handling with offscreen surfaces

2010-04-15 Thread Alexander Larsson
On Thu, 2010-04-15 at 02:12 +0300, Izik Eidus wrote: On Wed, 14 Apr 2010 16:12:21 +0200 Alexander Larsson al...@redhat.com wrote: enum { SPICE_SURFACE_FMT_INVALID, SPICE_SURFACE_FMT_1A, SPICE_SURFACE_FMT_8A, SPICE_SURFACE_FMT_16_555, SPICE_SURFACE_FMT_16_565

Re: [Spice-devel] libjpeg performance

2010-04-14 Thread Alexander Larsson
On Wed, 2010-04-14 at 09:33 +0300, Uri Lublin wrote: On 04/12/2010 09:57 PM, Alexander Larsson wrote: I did some simple testing of the new mjpeg encoder. Showing the youtube will it blend - ipad video i got quite better compression (24k per frame average as opposed to 35k before

[Spice-devel] Pixel format handling with offscreen surfaces

2010-04-14 Thread Alexander Larsson
. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's a short-sighted zombie matador who knows the secret of the alien invasion. She's a foxy insomniac soap star married to the Mob. They fight crime

[Spice-devel] Spice relicensed to LGPL 2.1 or later

2010-04-13 Thread Alexander Larsson
. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's a jaded Catholic gangster with a passion for fast cars. She's an enchanted hip-hop stripper from out

[Spice-devel] New win32 binary set

2010-04-12 Thread Alexander Larsson
. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's an impetuous zombie paranormal investigator on the run. She's an artistic punk cab driver who inherited a spooky stately manor from her late

Re: [Spice-devel] spice for upstream qemu

2010-04-09 Thread Alexander Larsson
-lspice-server -lslirp /export/git, eh? -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's a notorious moralistic househusband

Re: [Spice-devel] autoconf for slirp

2010-03-26 Thread Alexander Larsson
not conflict with the original package? -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alexander LarssonRed Hat, Inc al...@redhat.comalexander.lars...@gmail.com He's a scrappy dishevelled waffle chef who

[Spice-devel] bilinear fast path

2010-03-15 Thread Alexander Larsson
On Fri, 2010-03-12 at 16:18 +0100, Alexander Larsson wrote: I took this as a base and created a new branch that does fast scaling, achieving similar performance, and passing scaling-test. http://cgit.freedesktop.org/~alexl/pixman/log/?h=alex-scaler Based on this i also made

  1   2   >