]> xenbits.xen.org Git - xenclient/ioemu.git/commit
fix sdl mode
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 17 Apr 2009 16:40:32 +0000 (17:40 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 17 Apr 2009 16:40:32 +0000 (17:40 +0100)
commit99f0feed66c00f9ea901cb0e7e7f8de69dd76232
tree0c12c95938902a1032ae1a0217892a8b97922e8f
parent527f1caa1122162d5f1a3f02d66d956b652378fe
fix sdl mode

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 <dexuan.cui@intel.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
sdl.c