When I try to install a openSUSE 10.2 into a Qemu system it always crashes.
My system setup: Hostsystem: AMD Athlon 4200+, dual CPU openSUSE 10.2 Qemu: Latest CVS with patch regarding TSC (from Andrzej) Kqemu 1.3.0pre11 (also with patch) I try to install with -kernel-kqemu enabled to force the error (the crash also occurs without the patch :-) ) The problem occurs in the kqemu kernel part, the kernel log file contains the following message kqemu: aborting: Unexpected exception 0x0d in monitor space. This message comes from "handle_monitor_exception()" Using gdb I was able to get the whole CPUstate information right after the "icotl" in kqemu_cpu_exec() to kernel kqemu. It would be easyto get the CPUstate info right before the ioctl. Is this info of any help to the gurus? Where to look to nail down the problem? Regards, Werner