From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F4QdQ-0000Zy-6p for qemu-devel@nongnu.org; Wed, 01 Feb 2006 17:39:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F4QdO-0000Z1-7C for qemu-devel@nongnu.org; Wed, 01 Feb 2006 17:39:31 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F4QdM-0000Yj-Sg for qemu-devel@nongnu.org; Wed, 01 Feb 2006 17:39:29 -0500 Received: from [84.96.92.61] (helo=sMtp.neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F4Qc6-0000d1-1k for qemu-devel@nongnu.org; Wed, 01 Feb 2006 17:38:10 -0500 Received: from [84.102.211.198] by sp604002mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IU100EKY59KWGM0@sp604002mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Wed, 01 Feb 2006 23:32:08 +0100 (CET) Date: Wed, 01 Feb 2006 23:34:35 +0100 From: Fabrice Bellard Subject: Re: [Qemu-devel] [PATCH 2/3] ide lba48 support In-reply-to: <20060104121349.GC3389@suse.de> Message-id: <43E1377B.5000800@bellard.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <20060104121208.GA3389@suse.de> <20060104121349.GC3389@suse.de> 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 Jens Axboe wrote: > Subject: [PATCH] Add lba48 support to ide > From: Jens Axboe > Date: 1136376117 +0100 > > Add lba48 support for the ide code. Read back of hob registers isn't > there yet, though. Do you have a more recent patch ? In your latest patch, the lba48 field is never reset and the nsector may be broken. Fabrice.