Hello!
Can Spice be used for commercial use, if so are there licensing fees that are
applied? Would you say Spice is comparable to RDP, ICA and PCOIP? Can Spice
be used to access a Windows Desktop?
Thank you so much!Tom
__
I packaged xen-4.3-unstable with spice support for Fedora 18, you can
find the source rpm at
ftp://ftp.it.uts.edu.au/fcit/fedora/18/SRPMS/xen-4.3-unstable.1.fc18.src.rpm
bing
On 03/02/2013 10:13 PM, Flo wrote:
Hi,
except of Spice4Xen, which isn't up to date, there is no implementation of the
It seems that device_address is not consistent and port_number is for Windows.
For example the device_address may change when the WinUSB driver is
installed.
This seems to happen more for Win7 clients.
USB devices are being redir'ed by their bus_number and device_address.
When the device_address b
Sorry for the confusion.
With spice client I meant the "physical client host" running Ubuntu Desktop
12.04 (amd64).
As spice client software I used virt-viewer 0.5.5 and spice-gtk version is 0.18
Klaus
-Ursprüngliche Nachricht-
Von: Christophe Fergeau [mailto:cferg...@redhat.com]
Gesen
Both look good, as well as the whole spice-server 3 patchset using the message.
Ack series.
- Original Message -
> Signed-off-by: Hans de Goede
> ---
> NEWS | 5 +
> 1 file changed, 5 insertions(+)
>
> diff --git a/NEWS b/NEWS
> index df5d31c..a602292 100644
> --- a/NEWS
> +++ b/NE
Looks good to me, couldn't resist a nitpick though.
> Client -> agent messages can spawn multiple VDIChunks. When this
> happens
> the agent re-assembles the chunks into a complete VDAgentMessage
> before
> processing it. The server only guarentees coherency at the chunk
> level,
> so it is not po
> Well it shouldn't change anything from Xspice execpt I broke the build
> or something.
XSpice was okay, the dfps mode within Xspice was broken.
One I think was a bug in your port, the other was a bug in my
code exposed by the (new) crash if you try to create a 0 height pixmap.
Patches sent.
C
Signed-off-by: Jeremy White
---
src/dfps.c |1 +
1 file changed, 1 insertion(+)
diff --git a/src/dfps.c b/src/dfps.c
index e5a2273..6ac29f9 100644
--- a/src/dfps.c
+++ b/src/dfps.c
@@ -253,6 +253,7 @@ static PixmapPtr dfps_create_pixmap (ScreenPtr screen, int
w, int h, int depth,
info
Signed-off-by: Jeremy White
---
src/qxl_surface.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/qxl_surface.c b/src/qxl_surface.c
index fc1bdf9..d1644a4 100644
--- a/src/qxl_surface.c
+++ b/src/qxl_surface.c
@@ -294,7 +294,7 @@ upload_one_primary_region(qxl_screen_t *
Hi Vincent,
On 03/06/2013 04:46 AM, Vincent Desprez wrote:
> A very small patch to handle cursor caching in spice-html. Indeed until
> now the cursor shape wasn't cached so it appeared correctly only once.
Your patch look great, with one exception - you really need
to treat the flags field as a b
Also add some extra detection for the client having gone away for when
running on an older spice-server which does not send
VDAGENTD_CLIENT_DISCONNECTED on client disconnect.
Signed-off-by: Hans de Goede
---
src/vdagent.c| 6 +-
src/vdagentd-proto-strings.h | 5 +++--
src/v
So that file-xfers which are still on progress on user-switch keep working,
and so that vdagentd can send the client a file-xfer cancel if the per-session
vdagent goes away while a file-xfer is active.
Signed-off-by: Hans de Goede
---
Makefile.am| 4 ++--
src/vdagentd.c | 73 +++
Store the complete path, rather then just the basename in task->file_name,
so that unlinking on error actually works.
Signed-off-by: Hans de Goede
---
src/vdagent-file-xfers.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/vdagent-file-xfers.c b/src/vdagent-file-xf
Signed-off-by: Hans de Goede
---
src/vdagent-file-xfers.c | 34 ++
1 file changed, 18 insertions(+), 16 deletions(-)
diff --git a/src/vdagent-file-xfers.c b/src/vdagent-file-xfers.c
index faff743..959a491 100644
--- a/src/vdagent-file-xfers.c
+++ b/src/vdagent-fil
Signed-off-by: Hans de Goede
---
src/vdagent-file-xfers.c | 9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/src/vdagent-file-xfers.c b/src/vdagent-file-xfers.c
index 898b77f..faff743 100644
--- a/src/vdagent-file-xfers.c
+++ b/src/vdagent-file-xfers.c
@@ -255,7 +255,7 @
This is needed for file-xfer support.
Signed-off-by: Hans de Goede
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 68afb4e..4b36fa7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,7 +78,7 @@ AC_ARG_ENABLE([static-uinput],
This is necesarry to allow the client to send folder-hierarchies.
Signed-off-by: Hans de Goede
---
src/vdagent-file-xfers.c | 15 ---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/src/vdagent-file-xfers.c b/src/vdagent-file-xfers.c
index de38eca..898b77f 100644
--- a
Signed-off-by: Hans de Goede
---
src/vdagent-virtio-port.c | 10 ++
src/vdagent-virtio-port.h | 1 +
2 files changed, 11 insertions(+)
diff --git a/src/vdagent-virtio-port.c b/src/vdagent-virtio-port.c
index 7e9a3e6..f56428e 100644
--- a/src/vdagent-virtio-port.c
+++ b/src/vdagent-virti
Signed-off-by: Hans de Goede
---
src/vdagent-virtio-port.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/vdagent-virtio-port.c b/src/vdagent-virtio-port.c
index de4b748..7e9a3e6 100644
--- a/src/vdagent-virtio-port.c
+++ b/src/vdagent-virtio-port.c
@@ -392,6 +392,8 @@ static void vdag
Signed-off-by: Hans de Goede
---
src/vdagent.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/vdagent.c b/src/vdagent.c
index ba199de..0161c7a 100644
--- a/src/vdagent.c
+++ b/src/vdagent.c
@@ -261,7 +261,7 @@ reconnect:
vdagent_file_xfers_destroy(vdagent_file_xfers)
Client -> agent messages can spawn multiple VDIChunks. When this happens
the agent re-assembles the chunks into a complete VDAgentMessage before
processing it. The server only guarentees coherency at the chunk level,
so it is not possible for a partial chunk to get delivered to the agent.
But it i
To allow the server to send agent messages without needing to wait for a
self-token. IE for sending VD_AGENT_CLIENT_DISCONNECTED messages.
Signed-off-by: Hans de Goede
---
server/char_device.c | 41 ++---
server/char_device.h | 3 +++
2 files changed, 29 inse
Signed-off-by: Hans de Goede
---
spice-common | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spice-common b/spice-common
index b46d36b..4751423 16
--- a/spice-common
+++ b/spice-common
@@ -1 +1 @@
-Subproject commit b46d36bc1c01ca17a64262e157022fd21ad1e795
+Subproject com
Signed-off-by: Hans de Goede
---
NEWS | 5 +
1 file changed, 5 insertions(+)
diff --git a/NEWS b/NEWS
index df5d31c..a602292 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Major changes in 0.12.5
+===
+* Add agent file xfer success status
+* Add a client-disconnected agent
Client -> agent messages can spawn multiple VDIChunks. When this happens
the agent re-assembles the chunks into a complete VDAgentMessage before
processing it. The server only guarentees coherency at the chunk level,
so it is not possible for a partial chunk to get delivered to the agent.
But it i
On 03/05/2013 09:58 AM, Alon Levy wrote:
>>
>>
>> Hi,
>>
>> I am currrently trying to correct the glitches when using Win7 with
>> qxl driver. Amoung the warning messages I find these ones: "FIXME:
>> DrawCopy we don't handle mask flag: xxx" and "FIXME: DrawCopy
>> unhandled image flags: xxx". My g
A very small patch to handle cursor caching in spice-html. Indeed until now
the cursor shape wasn't cached so it appeared correctly only once.
Independently from that I didn’t see my latest contribution to spice-html5
from January 22 in the git repository (
http://cgit.freedesktop.org/spice/spice-h
On Tue, Mar 05, 2013 at 10:26:30PM +, Klaus Hochlehnert wrote:
> uninstalling blnsvr.exe did it for me. No more crashes.
Ugh, /me not happy to hear that :(
blnsvr.exe installation is something new in spice-guest-tools 0.52, maybe
I'll have to disable it... Thanks for your findings,
Christophe
On Tue, Mar 05, 2013 at 05:20:23PM -0500, Grant C. wrote:
> On 3/5/2013 3:15 AM, Christophe Fergeau wrote:
> >Hi,
> >
> >On Mon, Mar 04, 2013 at 05:33:03PM -0500, Grant C. wrote:
> >>On 3/4/2013 10:37 AM, Christophe Fergeau wrote:
> >>>Thanks a lot for looking into that. Have you tried the latest c
On Tue, Mar 05, 2013 at 10:32:55PM +, Klaus Hochlehnert wrote:
> Hi,
>
> on three spice clients that uses virt-viewer I've seen today that it toggles
> the numlock state when logging off from a Windows 7 guest.
>
> First connect with logon
> - Numlock LED is on and the number block is workin
30 matches
Mail list logo