I reseached a bit more. Have stripped down the HTML code which freezes
Win2003SP1 when loaded in IE. It seems, that the gradient in the
footer is done by DirectX and this filter function does the freezes.
If someone could find out the name of the DLL where this function is
implemented or have some advice to debug it with gdb. I could do it on
my Gentoo 2005.0 server with or without kqemu.

Andreas

<html> 

<head> 
<title>Let's die Windows Server 2003 SP1 in QEMU</title> 
</head> 

<body> 
<table> 
<tr> 
<td width="100%"
style="filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr
='#FFFFFF', endColorStr='#6487DB', gradientType='1')">TEST</td>

</tr> 
</table> 
</body> 

</html>



_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to