From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D0zTa-0003OA-2D for qemu-devel@nongnu.org; Tue, 15 Feb 2005 04:58:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D0zTY-0003NH-CD for qemu-devel@nongnu.org; Tue, 15 Feb 2005 04:58:37 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D0zR5-0002US-Er for qemu-devel@nongnu.org; Tue, 15 Feb 2005 04:56:03 -0500 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D0ywH-0000Gv-UI for qemu-devel@nongnu.org; Tue, 15 Feb 2005 04:24:14 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1D0ytd-0008Fx-JO for qemu-devel@nongnu.org; Tue, 15 Feb 2005 10:21:29 +0100 Received: from inet.ycc.ru ([217.148.52.177]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Feb 2005 10:21:29 +0100 Received: from patrakov by inet.ycc.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Feb 2005 10:21:29 +0100 From: "Alexander E. Patrakov" Date: Tue, 15 Feb 2005 14:25:17 +0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Sender: news Subject: [Qemu-devel] /proc/cpuinfo 0.000 MHz bug Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org My x86 host is unstable Debian Linux, and the guest is Linux From Scratch (post-6.0 SVN). Both use linux-2.6.10, qemu is compiled by myself from the current CVS source (not the Debian package). The problem is the following output from cat /proc/cpuinfo in the guest (note 0.000 MHz): processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 3 model name : Pentium II (Klamath) stepping : 3 cpu MHz : 0.000 cache size : 128 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu de pse tsc msr pae mce cx8 sep pge cmov mmx fxsr sse sse2 bogomips : 146.94 Same thing happens when I run the same 32-bit guest in qemu-system-x86_64: processor : 0 vendor_id : AuthenticAMD cpu family : 6 model : 2 model name : A stepping : 3 cpu MHz : 0.000 cache size : 0 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu de pse tsc msr pae mce cx8 apic sep pge cmov mmx fxsr sse sse2 pni syscall lm bogomips : 86.27 Could you please fix this? The host is: processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 11 model name : Intel(R) Celeron(TM) CPU 1200MHz stepping : 1 cpu MHz : 1202.745 cache size : 256 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse bogomips : 2383.87 -- Alexander E. Patrakov