---
gtk/spice-channel-priv.h |2 ++
gtk/spice-channel.c | 14 ++
2 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/gtk/spice-channel-priv.h b/gtk/spice-channel-priv.h
index 84da31c..dfd35eb 100644
--- a/gtk/spice-channel-priv.h
+++ b/gtk/spice-channel-priv.h
@@
---
gtk/Makefile.am | 13 +-
gtk/dummyload.c | 128 +++
2 files changed, 140 insertions(+), 1 deletions(-)
create mode 100644 gtk/dummyload.c
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index fb5054c..30a01e5 100644
--- a/gtk/Makefile
---
gtk/map-file|1 +
gtk/spice-channel.c |3 +--
gtk/spice-channel.h |2 ++
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/gtk/map-file b/gtk/map-file
index 8eef771..0161a7a 100644
--- a/gtk/map-file
+++ b/gtk/map-file
@@ -12,6 +12,7 @@ spice_channel_open_fd;
On Fri, Jul 01, 2011 at 04:29:50PM -0400, John A. Sullivan III wrote:
> On Thu, 2011-06-16 at 01:39 +0200, Alon Levy wrote:
> > On Wed, Jun 15, 2011 at 04:08:43PM -0400, John A. Sullivan III wrote:
> > > Since we were having some trouble as just outlined on our Windows tests,
> > > we thought we wo
On Fri, Jul 01, 2011 at 09:40:41PM -0400, John A. Sullivan III wrote:
> On Fri, 2011-07-01 at 17:05 +0200, Alon Levy wrote:
> > On Fri, Jul 01, 2011 at 03:00:32PM +0200, Gianluca Cecchi wrote:
> > > On Fri, Jul 1, 2011 at 1:04 PM, John A. Sullivan III wrote:
> > > > Interesting observation. That i
Add logging of command ring and QXLWorker commands (i.e. dispatcher)
to a file, and replay of same. See individual patches for link to
an example saved file and usage of replay utility.
Lately there has been a renewed interest in trying to improve the
protocol bandwidth, the cpu and memory usage.
usage: replay
will run the commands from cmdfile ignoring timestamps, right after a
connection is established from the client, and will SIGINT the client
on end of cmdfile, and exit itself after waiting for the client.
dummyload from spice-gtk is useful for testing, it prints the summary
of the
if the environment variable in the title is set and can be
opened for writing a log of all display commands (no cursor
commands yet) and any QXLWorker calls (particularily primary
create and destroy) will be logged to that file, and possible
to replay using the replay utility introduced later.
For
---
server/red_worker.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/server/red_worker.h b/server/red_worker.h
index b4e2ed2..b85ee40 100644
--- a/server/red_worker.h
+++ b/server/red_worker.h
@@ -18,6 +18,8 @@
#ifndef _H_REDWORKER
#define _H_REDWORKER
+#include
+
On Fri, 2011-07-01 at 17:05 +0200, Alon Levy wrote:
> On Fri, Jul 01, 2011 at 03:00:32PM +0200, Gianluca Cecchi wrote:
> > On Fri, Jul 1, 2011 at 1:04 PM, John A. Sullivan III wrote:
> > > Interesting observation. That is true; we did not create separate VM
> > > definitions for SPICE and TSPlus t
On Thu, 2011-06-16 at 01:39 +0200, Alon Levy wrote:
> On Wed, Jun 15, 2011 at 04:08:43PM -0400, John A. Sullivan III wrote:
> > Since we were having some trouble as just outlined on our Windows tests,
> > we thought we would let SPICE put its best foot forward and try a Fedora
> > 15 guest running
On Fri, Jul 01, 2011 at 03:58:01PM +0200, Christophe Fergeau wrote:
> Hi,
>
> While looking at a crash in qemu when SPICE_INTERFACE_PLAYBACK_MINOR was
> increased, I came across the version checking code in
> spice_server_add_interface
> in server/reds.c which does stuff like
>
> if (strcmp(inte
On Fri, Jul 01, 2011 at 09:18:14AM -0400, John A. Sullivan III wrote:
> On Fri, 2011-07-01 at 15:00 +0200, Gianluca Cecchi wrote:
> > On Fri, Jul 1, 2011 at 1:04 PM, John A. Sullivan III wrote:
> > > Interesting observation. That is true; we did not create separate VM
> > > definitions for SPICE a
On Fri, Jul 01, 2011 at 03:00:32PM +0200, Gianluca Cecchi wrote:
> On Fri, Jul 1, 2011 at 1:04 PM, John A. Sullivan III wrote:
> > Interesting observation. That is true; we did not create separate VM
> > definitions for SPICE and TSPlus thus the TSPlus environment is using
> > the QXL driver. Wou
Hi,
While looking at a crash in qemu when SPICE_INTERFACE_PLAYBACK_MINOR was
increased, I came across the version checking code in spice_server_add_interface
in server/reds.c which does stuff like
if (strcmp(interface->type, SPICE_INTERFACE_RECORD) == 0) {
red_printf("SPICE_INTERFACE_RECORD")
On Fri, 2011-07-01 at 15:00 +0200, Gianluca Cecchi wrote:
> On Fri, Jul 1, 2011 at 1:04 PM, John A. Sullivan III wrote:
> > Interesting observation. That is true; we did not create separate VM
> > definitions for SPICE and TSPlus thus the TSPlus environment is using
> > the QXL driver. Would we e
On Fri, Jul 1, 2011 at 1:04 PM, John A. Sullivan III wrote:
> Interesting observation. That is true; we did not create separate VM
> definitions for SPICE and TSPlus thus the TSPlus environment is using
> the QXL driver. Would we expect that to have any "supercharging" effect
> on RDP?
>
>
Proba
On Fri, 2011-07-01 at 12:48 +0200, Gianluca Cecchi wrote:
> If I'm correct, you still have some "piece of spice" in your enhanced
> RDP environment too.
> Can you confirm that in your guest definition you maintain
>
>
>
> function='0x0'/>
>
>
> even when you test via TSPLUS?
>
If I'm correct, you still have some "piece of spice" in your enhanced
RDP environment too.
Can you confirm that in your guest definition you maintain
even when you test via TSPLUS?
So that in this moment your best experience is with an hybrid
configuration: spice for hw video
On Fri, 2011-07-01 at 11:57 +0200, Gianluca Cecchi wrote:
> Hello,
> I'm going to open an official information ticket with RH, but
> eventually I can get information here too, at least for common usage.
> I have rh el 6.1 hypervisor.
>
> In "KVM Guest VM compatibility" section, the
> Red_Hat_Enter
Hello,
I'm going to open an official information ticket with RH, but
eventually I can get information here too, at least for common usage.
I have rh el 6.1 hypervisor.
In "KVM Guest VM compatibility" section, the
Red_Hat_Enterprise_Linux-6-Virtualization-en-US guide contains:
The following URL is
On Fri, 2011-07-01 at 11:37 +0200, Alon Levy wrote:
> On Thu, Jun 30, 2011 at 02:42:55PM -0400, John A. Sullivan III wrote:
> > On Thu, 2011-06-30 at 20:21 +0200, Alon Levy wrote:
> > > On Thu, Jun 30, 2011 at 02:01:48PM -0400, John A. Sullivan III wrote:
> > > > On Thu, 2011-06-30 at 10:10 +0300,
On Fri, 2011-07-01 at 11:32 +0200, Gianluca Cecchi wrote:
> On Fri, Jul 1, 2011 at 11:24 AM, John A. Sullivan III wrote:
> > We are a managed service provider so we are prohibited from offering
> > Windows 7. We are only allowed to license Windows Server 2008 under
> > SPLA licensing hence the cho
On Thu, Jun 30, 2011 at 02:42:55PM -0400, John A. Sullivan III wrote:
> On Thu, 2011-06-30 at 20:21 +0200, Alon Levy wrote:
> > On Thu, Jun 30, 2011 at 02:01:48PM -0400, John A. Sullivan III wrote:
> > > On Thu, 2011-06-30 at 10:10 +0300, Yaniv Kaul wrote:
> > > > On 06/30/2011 05:33 AM, John A. Su
On Fri, Jul 1, 2011 at 11:24 AM, John A. Sullivan III wrote:
> We are a managed service provider so we are prohibited from offering
> Windows 7. We are only allowed to license Windows Server 2008 under
> SPLA licensing hence the choice. Although we do have one test Windows 7
> system.
Ok. So I c
On Fri, 2011-07-01 at 10:05 +0200, Gianluca Cecchi wrote:
> On Thu, Jun 30, 2011 at 8:42 PM, John A. Sullivan III wrote:
> > Sorry - the VM is Windows Server 2008, client is Debian Squeeze, host is
> > Fedora 15 - John
>
> Actually you already wrote details about the guest in one of your
> previo
On Thu, Jun 30, 2011 at 8:42 PM, John A. Sullivan III wrote:
> Sorry - the VM is Windows Server 2008, client is Debian Squeeze, host is
> Fedora 15 - John
Actually you already wrote details about the guest in one of your
previous e-mails. And in fact I have a question for that.. see below
I would
27 matches
Mail list logo