From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] [xm] Fix vncdisplay for hvm guests Date: Thu, 24 May 2007 15:31:44 +0100 Message-ID: References: <464A3ED1.1010904@novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <464A3ED1.1010904@novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jim Fehlig , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 16/5/07 00:14, "Jim Fehlig" wrote: > results in '-vncunused' being passed to qemu-dm. There are several > approaches > for a fix - this patch defaults vncdisplay to None in xm options. It > currently defaults to 1 and is always included in the image config > created by configure_hvm() in tools/python/xen/xm/create.py. In xend > (tools/python/xen/xend/image.py - parseDeviceModelArgs), vncunused takes > precedence over vncdisplay. Looks like it changes vncunused default rather than vncdisplay. Wouldn't the preferred default be to keep vncunused=1? -- Keir