Re: [Spice-devel] Help with TLS and SPICE client

2011-09-26 Thread Kirkpatrick, Jeffrey W
That is correct...I am unable to do it from either Windows or Linux, which suggests to me that I have something slightly out of whack. Could someone detail for me what certs should reside where after I run the script, i.e. Server side:/etc/pki/libvirt-spice/ca-cert.pem

Re: [Spice-devel] Help with TLS and SPICE client

2011-09-26 Thread Kirkpatrick, Jeffrey W
That is the script I used to create the certs, however I downloaded it from your site and tried again. Copied the ca-cert.pem to the client as spice_truststore.pem and still not working. Tried formatting the subject three ways: Subject: # openssl x509 -noout -text -in server-cert.pem | grep

Re: [Spice-devel] [PATCH] server: fix not calling migrate_connect completion callback

2011-09-26 Thread Alon Levy
On Mon, Sep 26, 2011 at 12:23:56PM +0300, Yonit Halperin wrote: > When the server is a migration target and spice_server_migrate_connect > is called before SPICE_MSGC_MIGRATE_END has been received, we start > the mig_timer. We handle the migrate_connect only when receiving > SPICE_MSGC_MIGRATE_END

[Spice-devel] [PATCH] server: fix not calling migrate_connect completion callback

2011-09-26 Thread Yonit Halperin
When the server is a migration target and spice_server_migrate_connect is called before SPICE_MSGC_MIGRATE_END has been received, we start the mig_timer. We handle the migrate_connect only when receiving SPICE_MSGC_MIGRATE_END. If the mig_timer expires before that, we dismiss the request, and shou

[Spice-devel] [PATCH] fix for semi-seamless migration

2011-09-26 Thread Yonit Halperin
Hi, last fix before pushing to 0.8 branch the semi-seamless migration series. I wanted to avoid sending v5 for all the series. Yonit. Yonit Halperin (1): server: fix not calling migrate_connect completion callback server/reds.c | 18 -- 1 files changed, 8 insertions(+), 10 de