Re: [Spice-devel] [PATCH xf86-video-qxl 2/2] Spice CCID: Handle server termination.

2015-03-13 Thread Jeremy White
+fprintf(stderr, LUN %d thread exiting: %s\n, ccid-lun, +rc == 0 ? normally : strerror(errno)); +close(ccid-fd); +ccid-fd = -1; +ccid-lun = 0; +ccid-atr_len = 0; You decided not to remove STATE_OPEN from ccid-state? No, you're right. I've pushed a version

Re: [Spice-devel] Bug 1200592: Xp and Raw PDO

2015-03-13 Thread Christophe Fergeau
Hi, On Thu, Mar 12, 2015 at 04:16:56PM -0700, ToddAndMargo wrote: On 03/11/2015 12:36 PM, Christophe Fergeau wrote: Hi Christophe, This VM was an XP-Pro-SP3 on a new, blank hard drive, with no updates applied. (I did not apply the updates as the only thing I use it for is Go To Assist and

[Spice-devel] Announcing spice-html5-0.1.6

2015-03-13 Thread Jeremy White
I am happy to announce that version 0.1.6 of the spice-html5 client is available. Thanks to Pavel Grunt, this version features the ability to do file transfers via drag and drop. It also has some modest improvement in it's handling of agent tokens and improved error reporting thanks to Frantisek

Re: [Spice-devel] Bug 1200592: Xp and Raw PDO

2015-03-13 Thread ToddAndMargo
On 03/13/2015 10:23 AM, Christophe Fergeau wrote: Hi, On Thu, Mar 12, 2015 at 04:16:56PM -0700, ToddAndMargo wrote: On 03/11/2015 12:36 PM, Christophe Fergeau wrote: Hi Christophe, This VM was an XP-Pro-SP3 on a new, blank hard drive, with no updates applied. (I did not apply the updates as

Re: [Spice-devel] Bug 1200592: Xp and Raw PDO

2015-03-13 Thread ToddAndMargo
On 03/13/2015 12:54 PM, ToddAndMargo wrote: On 03/13/2015 10:23 AM, Christophe Fergeau wrote: Hi, On Thu, Mar 12, 2015 at 04:16:56PM -0700, ToddAndMargo wrote: On 03/11/2015 12:36 PM, Christophe Fergeau wrote: Hi Christophe, This VM was an XP-Pro-SP3 on a new, blank hard drive, with no

[Spice-devel] Ubuntu 14.04.2 guest resolution only 640x480

2015-03-13 Thread Bob Doolittle
When creating Ubuntu 14.04.02 VM guests on my Fedora 20 host (ovirt 3.5.1, libvirt 1.1.3.9, kvm, virt-viewer-0.6.0), the console is only presenting a 640x480 resolution. I see the following in syslog: Mar 13 10:14:10 ubuntu spice-vdagent[1974]: width not in driver range: ! 640 792 640 Mar 13

[Spice-devel] [PATCH xf86-video-qxl 2/2] Spice CCID: Handle server termination.

2015-03-13 Thread Jeremy White
Signed-off-by: Jeremy White jwh...@codeweavers.com --- src/spiceccid/spiceccid.c |7 +++ 1 file changed, 7 insertions(+) diff --git a/src/spiceccid/spiceccid.c b/src/spiceccid/spiceccid.c index 80683c0..4b7ea29 100644 --- a/src/spiceccid/spiceccid.c +++ b/src/spiceccid/spiceccid.c @@

[Spice-devel] [PATCH xf86-video-qxl 1/2] Support IFD_RESET, print a diagnostic for unknown power sequences.

2015-03-13 Thread Jeremy White
Also add a message for apdus that come in while a reader is inactive. Remove an obviously unnecessary if stanza. Signed-off-by: Jeremy White jwh...@codeweavers.com --- src/spiceccid/spiceccid.c |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git

Re: [Spice-devel] [PATCH xf86-video-qxl 1/2] Support IFD_RESET, print a diagnostic for unknown power sequences.

2015-03-13 Thread Marc-André Lureau
ack - Original Message - Also add a message for apdus that come in while a reader is inactive. Remove an obviously unnecessary if stanza. Signed-off-by: Jeremy White jwh...@codeweavers.com --- src/spiceccid/spiceccid.c |7 +-- 1 file changed, 5 insertions(+), 2

Re: [Spice-devel] [PATCH xf86-video-qxl 2/2] Spice CCID: Handle server termination.

2015-03-13 Thread Marc-André Lureau
- Original Message - Signed-off-by: Jeremy White jwh...@codeweavers.com --- src/spiceccid/spiceccid.c |7 +++ 1 file changed, 7 insertions(+) diff --git a/src/spiceccid/spiceccid.c b/src/spiceccid/spiceccid.c index 80683c0..4b7ea29 100644 ---