From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IJwnv-0007f8-MH for qemu-devel@nongnu.org; Sat, 11 Aug 2007 15:39:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IJwnu-0007du-7h for qemu-devel@nongnu.org; Sat, 11 Aug 2007 15:39:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IJwnt-0007de-VM for qemu-devel@nongnu.org; Sat, 11 Aug 2007 15:39:17 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IJwnt-0007Fw-IE for qemu-devel@nongnu.org; Sat, 11 Aug 2007 15:39:17 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IJwnh-0002wZ-94 for qemu-devel@nongnu.org; Sat, 11 Aug 2007 21:39:05 +0200 Received: from d83-190-236-194.cust.tele2.it ([83.190.236.194]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 11 Aug 2007 21:39:05 +0200 Received: from lorenzo.campedelli by d83-190-236-194.cust.tele2.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 11 Aug 2007 21:39:05 +0200 From: Lorenzo Campedelli Date: Sat, 11 Aug 2007 21:38:57 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: news Subject: [Qemu-devel] /dev/rtc issues 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 Like others have reported to the list I'm getting: Could not configure '/dev/rtc' to have a 1024 Hz timer. This is not a fatal error, but for better emulation accuracy either use a 2.6 host Linux kernel or type 'echo 1024 > /proc/sys/dev/rtc/max-user-freq' as root. and then [root@arturo ~]# echo 1024 > /proc/sys/dev/rtc/max-user-freq -bash: /proc/sys/dev/rtc/max-user-freq: No such file or directory [root@arturo ~]# uname -a Linux arturo 2.6.22.1-32.fc6 #1 SMP Wed Aug 1 15:15:33 EDT 2007 i686 i686 i386 GNU/Linux I guess this is due to changes in the latest host kernel, in particular to Dyntick, introduced in 2.6.21 (see http://lwn.net/Articles/223185/). Does anybody know whether/how this affects qemu and kqemu operation? Thanks in advance, Lorenzo