qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] display mode 04h, 05h, and 0dh


From: b a
Subject: [Qemu-devel] display mode 04h, 05h, and 0dh
Date: Mon, 16 Mar 2009 16:40:59 +0900

Hi,
current svn version of qemu crashes with a segmentation fault
if changing the display mode to 04h, 05h, or 0dh.
Adding

  if (width == 320 && height == 400) width = 640;

to line 95 of sdl.c fixes this crash.
But of course this fix is very ugly and tentative.
Any idea?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]