* [Qemu-devel] Cirrus VGA regression bug
@ 2009-08-10 20:10 Alexandre CABROL PERALES
2009-08-10 20:48 ` Alexandre CABROL PERALES
0 siblings, 1 reply; 2+ messages in thread
From: Alexandre CABROL PERALES @ 2009-08-10 20:10 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 982 bytes --]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi everybody i try to use Windows NT 4.0
with qemu.
I tested with qemu 0.10.6 and vm crash on screen resolution resize
(switch from 640x480 16bits to 1280x1024 65536).
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.
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 = 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
iEYEARECAAYFAkqAfrUACgkQezvqsUrkiVPqEgCdEMw5UblMtE9sGF+f1gvL348R
LzMAn1ZwliP4M2ZzrgfRiDywq/2dR5Mr
=cMOb
-----END PGP SIGNATURE-----
[-- Attachment #2: cirrus_vga-qemu-0.10.6.trace --]
[-- Type: text/plain, Size: 258 bytes --]
Program received signal SIGFPE, Arithmetic exception.
[Switching to Thread 0x7f48c91566e0 (LWP 31712)]
0x000000000045b2d2 in cirrus_bitblt_start (s=0x237b240) at /opt/qemu-0.10.6/hw/cirrus_vga.c:733
733 sx = (src % ABS(s->cirrus_blt_srcpitch)) / depth;
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] Cirrus VGA regression bug
2009-08-10 20:10 [Qemu-devel] Cirrus VGA regression bug Alexandre CABROL PERALES
@ 2009-08-10 20:48 ` Alexandre CABROL PERALES
0 siblings, 0 replies; 2+ messages in thread
From: Alexandre CABROL PERALES @ 2009-08-10 20:48 UTC (permalink / raw)
To: qemu-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
i changed code with code from 0.9.1
from line 733 to 736:
/* extra x, y */
sx = (src % (width * depth)) / depth;
sy = (src / (width * depth));
dx = (dst % (width *depth)) / depth;
dy = (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 écrit :
> Hi everybody i try to use Windows NT 4.0
> with qemu.
>
> I tested with qemu 0.10.6 and vm crash on screen resolution resize
> (switch from 640x480 16bits to 1280x1024 65536).
>
> 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.
>
> 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 = 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
=PbWZ
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-08-10 20:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-10 20:10 [Qemu-devel] Cirrus VGA regression bug Alexandre CABROL PERALES
2009-08-10 20:48 ` Alexandre CABROL PERALES
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).