From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Stabellini Subject: Re: [PATCH] ioemu: fix sdl mode Date: Fri, 17 Apr 2009 14:10:44 +0100 Message-ID: <49E87FD4.5080406@eu.citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Cui, Dexuan" Cc: Xen-devel , Ian Jackson List-Id: xen-devel@lists.xenproject.org Cui, Dexuan wrote: > When I use "sdl=1 vnc=0" in hvm guest config file, qemu-dm would exit due to a de-reference to a NULL pointer. The regression is introduced by 3793d85f111a0dfe055ca8ac17a9d1881af43240. > The attached patch fixes the issue. > > Signed-off-by: Dexuan Cui > Acked-by: Stefano Stabellini