From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [PATCH 0/6] Fix xl vncviewer Date: Tue, 1 Feb 2011 18:24:56 +0000 Message-ID: <1296584702-20138-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org xl vncviewer does not work at all. In this series I fix it. Sadly the protocol spoken by xend and qemu is very bad. xl makes some assumptions about the protocol spoken by qemu which are not currently true. In patch 1 I make some interim changes to qemu have it do what xl already expects, including storing the password in xenstore. (This is no worse than xend, which stores the password in two places already, one of which is overwritten by qemu at startup...) Patches 2-6 are fairly straightforward bugfixes to xl.