From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BBKWN-0008Kh-LO for qemu-devel@nongnu.org; Wed, 07 Apr 2004 17:23:43 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BBKVo-0008B5-TN for qemu-devel@nongnu.org; Wed, 07 Apr 2004 17:23:41 -0400 Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BBKVo-000894-FY for qemu-devel@nongnu.org; Wed, 07 Apr 2004 17:23:08 -0400 Received: from [193.252.22.25] (helo=mwinf0601.wanadoo.fr) by mx20.gnu.org with esmtp (Exim 4.30) id 1BBKPq-0007rd-8D for qemu-devel@nongnu.org; Wed, 07 Apr 2004 17:16:58 -0400 Message-ID: <40747039.5080204@bellard.org> Date: Wed, 07 Apr 2004 23:18:49 +0200 From: Fabrice Bellard MIME-Version: 1.0 References: <20040407204444.GA4939@MAIL.13thfloor.at> In-Reply-To: <20040407204444.GA4939@MAIL.13thfloor.at> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: QEMU >= 0.5.3 still broken? Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Herbert Poetzl , qemu-devel@nongnu.org Herbert Poetzl wrote: > Hi Fabrice! > > did a checkout of qemu a few minutes ago (from CVS) > but qemu-fast and qemu (softmmu) is still broken for > me ... > > any plans to fix this, anything I could do to help? > > just for the case you do not remember, ide hard disk > emulation doesn't work for 2.6.x anymore (partitions > and second hard disk are not recognized) > > qemu 0.5.2 work without any issues, 0.5.3 and latest > CVS fails ... It is not an IDE problem: it is just that my new method to launch the kernel with '-kernel' in 0.5.3 does not preserve the partition table. I will try a fix (I did not see this problem because in my Linux tests I don't use hard disk partitions!). The TSC problem you have seem to be linked to the 1000 Hz timer of the 2.6 kernel. You must change HZ to 100 in asm/param.h. I'll make a patch for that soon in QEMU, but the emulation will be less efficient for 1000 Hz clock as polling or /dev/rtc will be used on the host. Fabrice.