On 09/19/2011 03:21 PM, Gerd Hoffmann wrote:
Hi,
diff --git a/spice.proto b/spice.proto
index 6160de1..d5b954e 100644
--- a/spice.proto
+++ b/spice.proto
@@ -167,9 +167,8 @@ channel MainChannel : BaseChannel {
uint16 sport;
uint32 host_size;
uint8 *host_data[host_size] @zero_terminated @marshal
On 09/20/2011 07:12 PM, Alon Levy wrote:
On Mon, Sep 19, 2011 at 12:47:11PM +0300, Yonit Halperin wrote:
Some nitpicks. One question on the added touch_context at the end.
Signed-off-by: Yonit Halperin
---
client/display_channel.cpp | 158
cl
On 09/20/2011 03:44 PM, Alon Levy wrote:
On Mon, Sep 19, 2011 at 12:47:07PM +0300, Yonit Halperin wrote:
RHBZ 725009, 738270
Signed-off-by: Yonit Halperin
---
client/red_client.cpp | 19 ---
1 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/client/red_client.c
On Mon, Sep 19, 2011 at 12:47:08PM +0300, Yonit Halperin wrote:
> (1) disconnect all channels from the migration src
> (2) after all channels are disconnected, clean global resources
> (3) send SPICE_MSGC_MAIN_MIGRATE_END to migration target
> (4) wait for SPICE_MSG_MAIN_INIT
> (4) switch all chann
On Mon, Sep 19, 2011 at 12:47:08PM +0300, Yonit Halperin wrote:
> (1) disconnect all channels from the migration src
> (2) after all channels are disconnected, clean global resources
> (3) send SPICE_MSGC_MAIN_MIGRATE_END to migration target
> (4) wait for SPICE_MSG_MAIN_INIT
> (4) switch all chann
On Mon, Sep 19, 2011 at 12:47:11PM +0300, Yonit Halperin wrote:
>
Some nitpicks. One question on the added touch_context at the end.
> Signed-off-by: Yonit Halperin
> ---
> client/display_channel.cpp | 158
>
> client/display_channel.h | 12 ++
On Wed, Aug 17, 2011 at 01:25:45PM +0200, Christophe Fergeau wrote:
> Since there has been a bunch of bugs fixed recently in master which haven't
> been committed to 0.8 as well, I've gone through the recent master commits
> and cherry-picked the ones that I thought were useful. I've pushed this
>
Ack.
On 09/20/2011 02:52 PM, Christophe Fergeau wrote:
---
client/application.cpp |4 ++--
client/application.h |2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/client/application.cpp b/client/application.cpp
index 115f28b..decf8a1 100644
--- a/client/applicati
On Mon, Sep 19, 2011 at 12:47:09PM +0300, Yonit Halperin wrote:
> Implement on_disconnect_mig_src and on_connect_mig_target in order to avoid
> unnecessary cleanups done in on_(disconnet|connect).
> In addition, do not request guest display settings changes after migration.
>
> Signed-off-by: Yoni
---
client/application.cpp |4 ++--
client/application.h |2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/client/application.cpp b/client/application.cpp
index 115f28b..decf8a1 100644
--- a/client/application.cpp
+++ b/client/application.cpp
@@ -1232,7 +1232,7 @@ voi
On Mon, Sep 19, 2011 at 12:47:07PM +0300, Yonit Halperin wrote:
> RHBZ 725009, 738270
>
> Signed-off-by: Yonit Halperin
> ---
> client/red_client.cpp | 19 ---
> 1 files changed, 16 insertions(+), 3 deletions(-)
>
> diff --git a/client/red_client.cpp b/client/red_client.cpp
>
On Tue, Sep 20, 2011 at 12:32:21PM +0200, Luc Verhaegen wrote:
> On Tue, Sep 20, 2011 at 12:18:15PM +0300, Alon Levy wrote:
> > On Tue, Sep 13, 2011 at 10:49:33PM +0200, Luc Verhaegen wrote:
> > > ...
> > > deliver. So, with a deadline of oktober 1st, i am now asking for 6
> > > people (basically
Hi,
On 09/20/2011 12:57 PM, Luc Verhaegen wrote:
On Tue, Sep 20, 2011 at 11:41:48AM +0100, Daniel Stone wrote:
Hi,
On Tuesday, 20 September 2011, Luc Verhaegen wrote:
This sound like a rather redhat specific topic. How certain are you that
redhat is going to send you to FOSDEM, and if they d
On Tue, Sep 20, 2011 at 11:41:48AM +0100, Daniel Stone wrote:
> Hi,
>
> On Tuesday, 20 September 2011, Luc Verhaegen wrote:
> > This sound like a rather redhat specific topic. How certain are you that
> > redhat is going to send you to FOSDEM, and if they don't, are you coming
> > regardless?
>
Hi,
On Tuesday, 20 September 2011, Luc Verhaegen wrote:
> This sound like a rather redhat specific topic. How certain are you that
> redhat is going to send you to FOSDEM, and if they don't, are you coming
> regardless?
In much the same way that every RadeonHD talk was completely
Novell-specific
On Tue, Sep 20, 2011 at 12:18:15PM +0300, Alon Levy wrote:
> On Tue, Sep 13, 2011 at 10:49:33PM +0200, Luc Verhaegen wrote:
> > ...
> > deliver. So, with a deadline of oktober 1st, i am now asking for 6
> > people (basically fill up saturday afternoon) to step up and promise to
> > hold a talk a
Hello,
Is it possible to use spice-gtk client under windows.
I can compile spice-gtk but is libusb running under windows ?
Regards,
Nicolas Prochazka
___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/list
The steps needed for seamless migration, qemu on the source:
(1) spice_server_migrate_info()
(2) spice_server_migrate_start()
(3) wait for the callback, async needed as the vm is running.
(4) do migration, live stage.
(5) stop virtual machine (and qxl worker).
(6) Guess we need to notify spi
On 16 September 2011 12:08, Marc-André Lureau wrote:
> Hi
>
> - Original Message -
>>
>> spicy doesn't seem to play nicely with the clipboard, at least on the
>> machines I've tried, so I haven't been able to test that out. Haven't
>> tried out virt-manager yet as it doesn't support multip
On Tue, Sep 13, 2011 at 10:49:33PM +0200, Luc Verhaegen wrote:
> (after my short talk here at XDC chicago, let's get this out to
> everyone)
>
> It's time again to start planning for the next FOSDEM. After our poor
> showing in 2010 (where in the end openmoko got given half our time, as
> we ha
20 matches
Mail list logo