From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MabnN-0003Vf-19 for qemu-devel@nongnu.org; Mon, 10 Aug 2009 16:48:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MabnI-0003T4-ER for qemu-devel@nongnu.org; Mon, 10 Aug 2009 16:48:40 -0400 Received: from [199.232.76.173] (port=49847 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MabnI-0003T1-5f for qemu-devel@nongnu.org; Mon, 10 Aug 2009 16:48:36 -0400 Received: from smtp-2.nfrance.com ([80.247.228.93]:54380) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MabnH-0002dy-I3 for qemu-devel@nongnu.org; Mon, 10 Aug 2009 16:48:35 -0400 Received: from [192.168.10.162] (extranet.artal.fr [212.51.182.66]) (authenticated bits=0) by smtp-2.nfrance.com (8.13.8/8.13.6) with ESMTP id n7AKmXgn086959 for ; Mon, 10 Aug 2009 22:48:34 +0200 (CEST) (envelope-from alexandre.cabrol@artal.fr) Message-ID: <4A80879B.10504@artal.fr> Date: Mon, 10 Aug 2009 22:48:27 +0200 From: Alexandre CABROL PERALES MIME-Version: 1.0 Subject: Re: [Qemu-devel] Cirrus VGA regression bug References: <4A807EB5.6040708@artal.fr> In-Reply-To: <4A807EB5.6040708@artal.fr> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 i changed code with code from 0.9.1 from line 733 to 736: /* extra x, y */ sx =3D (src % (width * depth)) / depth; sy =3D (src / (width * depth)); dx =3D (dst % (width *depth)) / depth; dy =3D (dst / (width * depth)); qemu doesn't crash but i still have only winnt background screen (seems refresh on display doesn't work well). Alexandre CABROL PERALES a =E9crit : > Hi everybody i try to use Windows NT 4.0 > with qemu. >=20 > I tested with qemu 0.10.6 and vm crash on screen resolution resize > (switch from 640x480 16bits to 1280x1024 65536). >=20 > I made the same test with qemu 0.9.1 and it works well. > find attached gdb qemu 0.10.6 trace about cirrus crash. >=20 > please can you fix it ? - -- Alexandre CABROL PERALES - -- Ingenieur Securite des Systemes d'Information Mob. : 06.98.82.03.06 Mail : alexandre.cabrol@artal.fr Key fingerprint =3D 1E6B B8DF 5001 A6A8 E057 9D31 7B3B EAB1 4AE4 8953 - -- ARTAL Technologies Rue Pierre-Gilles de Gennes Ens."La Rue", Bat. 9, BP 38138 31681 Labege cedex Tel. : 05.61.00.39.30 Fax : 05.61.00.20.43 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkqAh5oACgkQezvqsUrkiVPRhwCfVay6TnzO6eAirlbvRXC2tHH7 I1oAmgM3/MPMpxFKTzyTtAyWv+KWutzQ =3DPbWZ -----END PGP SIGNATURE-----