On Thu, Feb 01, 2007 at 10:49:24PM +0100, Waba wrote: > On Mon, Jan 29, 2007 at 01:49:06PM +0200, Avi Kivity wrote: > > The attached patch should fix it. > > Update for those who wouldn't have followed IRC meanwhile: this patch > does fix the bug for Opteron-based systems, but doesn't improve anything > on my X2 4600+. Avi therefore suggests that someone (_joro?) with > knowledge and access to an X2 has a look at it.
I was able to reproduce the bug on a SVM machine here and did some deeper research. I intercepted the #UD exception and printed out the opcode. This opcode was all zero in the first time and changed randomly to other undefined values. I also saved the last exit code before the UD intercept and that was a PF intercept. The guest is in 32 bit PAE mode when this happens. Regarding this research I assume this bug is not SVM related, I think something in the MMU goes wrong here. Joerg -- Joerg Roedel Operating System Research Center AMD Saxony LLC & Co. KG ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ kvm-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kvm-devel
