Chris Lalancette
2007-Aug-27 20:49 UTC
[Xen-devel] [PATCH]: Don''t ask for a VNC password after HVM live migrate
All, Attached is a simple patch to fix the VNC server in the qemu device model after an HVM save/restore/migrate, if you don''t have a vncpasswd specified. The basic problem was that the "image" section of the sxp had a "None" in it, which means that on the restore (either on the local machine or remote machine), the vnc server in the qemu device model literally needed the string "None" to properly connect. This simple patch only puts a vncpasswd entry in the image if it is *not* None in the python code, thus avoiding the whole issue. This patch is against 3.1.0, but should apply easily to xen-unstable. Signed-off-by: Chris Lalancette <clalance@redhat.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel