From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1T3Y-00037p-SZ for qemu-devel@nongnu.org; Fri, 14 Jul 2006 15:10:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1T3W-000375-Ki for qemu-devel@nongnu.org; Fri, 14 Jul 2006 15:10:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1T3W-00036m-FG for qemu-devel@nongnu.org; Fri, 14 Jul 2006 15:10:30 -0400 Received: from [24.93.47.42] (helo=ms-smtp-03.texas.rr.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1T5Z-0006Fm-Cn for qemu-devel@nongnu.org; Fri, 14 Jul 2006 15:12:37 -0400 Received: from [192.168.0.11] (cpe-67-9-160-120.austin.res.rr.com [67.9.160.120]) by ms-smtp-03.texas.rr.com (8.13.6/8.13.6) with ESMTP id k6EJASJW002960 for ; Fri, 14 Jul 2006 14:10:29 -0500 (CDT) Subject: Re: [Qemu-devel] 2.6 kernel + new timing code + kqemu (-kernel-kqemu) From: Lonnie Mendez In-Reply-To: <44B7E760.2060705@bellard.org> References: <1152902524.5135.26.camel@localhost> <44B7E760.2060705@bellard.org> Content-Type: text/plain Date: Fri, 14 Jul 2006 14:10:28 -0500 Message-Id: <1152904228.5135.34.camel@localhost> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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 On Fri, 2006-07-14 at 20:50 +0200, Fabrice Bellard wrote: > Lonnie Mendez wrote: > > I ran a limited test with the new code to see what works. All tests run > > with kqemu enabled binary (1.3.0pre9). Host is a laptop w/ pentium 3 > > mobile processor running ubuntu linux. > > > > deb-sid (2.6.17-1-686 SMP): > > > > qemu -hda deb-sid.qcow -no-kqemu > > boots to login prompt > > > > qemu -hda deb-sid.qcow > > boots to login prompt > > > > qemu -hda deb-sid.qcow -kernel-kqemu > > hangs on boot with: > > > > hda: QEMU HARDDISK, ATA DISK drive > > ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 > > hdc: QEMU CD-ROM, ATAPI CD/DVD-ROM drive > > ide1 at 0x170-0x177,0x376 on irq 15 > > hda: max request size: 512KiB > > hda: 6291456 sectors (3221 MB) w/256KiB Cache, CHS=6241/255/63, (U)DMA > > hda: lost interrupt > > hda: lost interrupt > > hda: lost interrupt > > hda: set_multmode: status=0x41 { DriveReady Error } > > hda: set_multmode: error=0x04 { DriveStatusError } > > ide: failed opcode was: 0xef > > ... hangs ... > > Did you have the same problem before the timer patch ? No. The problem is not evident with qemu 0.8.1 release and CVS checkouts from before the timer patch.